
:root{
  --primary:#0d6efd;
  --secondary:#6f42c1;
  --dark:#111827;
  --muted:#6b7280;
  --surface:#ffffff;
  --line:rgba(13,110,253,.08);
}
html{scroll-behavior:smooth}
body{
  font-family:Arial,Helvetica,sans-serif;
  background:linear-gradient(135deg,#f8fbff 0%,#eef4ff 100%);
  color:#374151;
  padding-top:78px;
}
.glass-nav{
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(10px);
  box-shadow:0 6px 20px rgba(15,23,42,.06);
}
.hero{
  padding:84px 0 56px;
}
.hero-badge{
  display:inline-block;
  background:rgba(13,110,253,.1);
  color:var(--primary);
  padding:8px 16px;
  border-radius:999px;
  font-weight:700;
  margin-bottom:18px;
}
.hero-title{
  font-size:clamp(2rem,4vw,3.3rem);
  font-weight:800;
  line-height:1.15;
  color:var(--dark);
}
.hero-lead{
  color:var(--muted);
  max-width:850px;
  margin:18px auto 28px;
  font-size:1.08rem;
}
.section{
  padding:72px 0;
}
.section-title{
  font-size:clamp(1.6rem,3vw,2.4rem);
  font-weight:800;
  color:var(--dark);
  margin-bottom:12px;
}
.section-subtitle{
  color:var(--muted);
  max-width:760px;
  margin:0 auto 40px;
}
.notice-box, .about-card, .contact-card, .quote-card, .legal-card{
  background:var(--surface);
  border:none;
  border-radius:28px;
  box-shadow:0 14px 36px rgba(15,23,42,.08);
}
.notice-box{
  border-left:6px solid #f59e0b;
}

.travel-domain-card{
  background:linear-gradient(135deg,#ffffff,#f4f8ff);
  border:1px solid var(--line);
  border-radius:28px;
  box-shadow:0 14px 36px rgba(15,23,42,.07);
}
.domain-link-card{
  display:flex;
  flex-direction:column;
  gap:6px;
  height:100%;
  padding:20px;
  border-radius:22px;
  background:#fff;
  border:1px solid #dbe5f4;
  text-decoration:none;
  color:var(--dark);
  transition:.25s ease;
}
.domain-link-card:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 30px rgba(13,110,253,.12);
  border-color:rgba(13,110,253,.35);
}
.domain-link-card i{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:16px;
  color:var(--primary);
  background:rgba(13,110,253,.1);
  font-size:1.35rem;
}
.domain-link-card small{color:var(--muted)}
.service-card{
  height:100%;
  border:none;
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 14px 36px rgba(15,23,42,.08);
  transition:.25s ease;
}
.service-card:hover{transform:translateY(-8px); box-shadow:0 22px 44px rgba(15,23,42,.12)}
.top-line{height:6px;background:linear-gradient(90deg,var(--primary),var(--secondary))}
.icon-box{
  width:72px;height:72px;border-radius:20px;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,rgba(13,110,253,.1),rgba(111,66,193,.12));
  color:var(--primary);font-size:1.8rem;margin-bottom:18px;
}
.card-title-strong{font-size:1.28rem;font-weight:700;color:var(--dark)}
.card-target{color:var(--primary);font-size:.95rem;font-weight:600;margin:.4rem 0 .8rem}
.card-text-soft{color:var(--muted);min-height:72px}
.feature-list{list-style:none;padding:0;margin:0 0 22px}
.feature-list li{display:flex;gap:10px;margin-bottom:10px}
.feature-list i{color:#16a34a;margin-top:2px}
.price{font-size:2rem;font-weight:800;color:var(--dark)}
.price-note{color:var(--muted);font-size:.95rem}
.badge-float{position:absolute;top:18px;right:18px}
.quote-card{
  background:linear-gradient(135deg,var(--primary),var(--secondary));
  color:#fff;
}
.profile-photo{
  width:100%;
  max-width:360px;
  height:430px;
  object-fit:cover;
  border-radius:24px;
  box-shadow:0 14px 36px rgba(15,23,42,.12);
}
.degree-box{
  background:linear-gradient(135deg,#f8fbff,#eef4ff);
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px;
  margin-bottom:16px;
}
.music-links a{margin-right:12px}
.form-control, .form-select{border-radius:16px;padding:.85rem 1rem;border:1px solid #dbe5f4}
.site-footer{background:var(--dark)}
.site-footer a{color:#fff;text-decoration:none;margin:0 10px}
.site-footer a:hover{text-decoration:underline}
.chatbot{
  position:fixed;right:20px;bottom:20px;z-index:1055;
}
.chatbot-toggle{
  width:58px;height:58px;border:none;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--secondary));
  color:#fff;box-shadow:0 12px 28px rgba(13,110,253,.35);font-size:1.2rem;
}
.chatbot-window{
  width:320px;max-width:calc(100vw - 30px);background:#fff;border-radius:22px;box-shadow:0 18px 42px rgba(15,23,42,.2);
  overflow:hidden;display:none;position:absolute;right:0;bottom:72px;
}
.chatbot.open .chatbot-window{display:block}
.chatbot-header{padding:14px 16px;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;font-weight:700;display:flex;justify-content:space-between;align-items:center}
.chatbot-close{background:none;border:none;color:#fff;font-size:1.4rem;line-height:1}
.chatbot-messages{height:260px;overflow:auto;padding:14px;background:#f8fbff}
.msg{max-width:85%;padding:10px 12px;border-radius:14px;margin-bottom:10px;font-size:.95rem}
.msg.bot{background:#fff;border:1px solid #e5edf8}
.msg.user{background:#dbeafe;margin-left:auto}
.chatbot-suggestions{padding:10px 12px;display:flex;gap:8px;flex-wrap:wrap;border-top:1px solid #edf2fb}
.chatbot-suggestions button{border:1px solid #dbe5f4;background:#fff;border-radius:999px;padding:6px 10px;font-size:.8rem}
.chatbot-form{display:flex;border-top:1px solid #edf2fb}
.chatbot-form input{flex:1;border:none;padding:12px 14px}
.chatbot-form input:focus{outline:none}
.chatbot-form button{border:none;background:var(--primary);color:#fff;padding:0 14px}
.offline-card{min-height:60vh;display:grid;place-items:center}
@media (max-width:768px){
  .hero{padding-top:54px}
  .profile-photo{height:340px}
}

.travel-hero{
  padding: 140px 0 80px;
  background: radial-gradient(circle at top left, rgba(13,110,253,.18), transparent 30%), linear-gradient(135deg,#f8fbff,#eef5ff);
}
.travel-principle-card,.travel-price-card,.travel-destination-card{
  background:#fff;
  border:1px solid rgba(13,110,253,.12);
  border-radius:24px;
  box-shadow:0 18px 45px rgba(15,23,42,.08);
  height:100%;
}
.travel-price-card.featured{
  border:2px solid rgba(13,110,253,.45);
  transform:translateY(-6px);
}
.travel-kicker{
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:800;
  color:#0d6efd;
}


/* Enhanced About/Profile section */
.about-profile-section{
  background:radial-gradient(circle at 15% 10%, rgba(13,110,253,.10), transparent 28%),
             radial-gradient(circle at 85% 20%, rgba(99,102,241,.10), transparent 30%);
}
.about-profile-card{position:relative;overflow:hidden}
.about-profile-card:before{
  content:"";position:absolute;inset:0 auto auto 0;width:180px;height:180px;
  background:linear-gradient(135deg,rgba(13,110,253,.12),rgba(99,102,241,.08));
  border-radius:0 0 100% 0;pointer-events:none;
}
.profile-frame{position:relative;max-width:360px}
.profile-frame:after{
  content:"";position:absolute;inset:18px -14px -14px 18px;
  border:2px solid rgba(13,110,253,.18);border-radius:28px;z-index:-1;
}
.profile-mini-card{
  background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px 16px;
  box-shadow:0 12px 28px rgba(15,23,42,.08);display:inline-flex;flex-direction:column;gap:2px;
}
.profile-mini-card span{color:var(--muted);font-size:.9rem}
.degree-box-modern{display:flex;gap:16px;align-items:flex-start;margin-bottom:0}
.degree-icon{
  min-width:46px;height:46px;border-radius:16px;display:grid;place-items:center;
  background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;font-size:1.25rem;
  box-shadow:0 10px 22px rgba(13,110,253,.22);
}
.profile-info-card,.profile-soft-card{transition:transform .2s ease, box-shadow .2s ease}
.profile-info-card:hover,.profile-soft-card:hover{transform:translateY(-4px);box-shadow:0 20px 46px rgba(15,23,42,.10)}
.profile-soft-card{background:linear-gradient(135deg,#fff,#f8fbff)}
@media (max-width:768px){.degree-box-modern{flex-direction:column}.profile-frame:after{display:none}}


/* Partner portal */
.partner-hero { background: radial-gradient(circle at top left, rgba(13,110,253,.16), transparent 36%), linear-gradient(135deg, #f8fbff, #eef5ff); }
.partner-card { background: rgba(255,255,255,.92); border: 1px solid rgba(13,110,253,.12); box-shadow: 0 18px 50px rgba(15, 23, 42, .08); border-radius: 28px; }
.partner-card .form-control, .partner-card .form-select { border-color: rgba(13,110,253,.18); padding: .8rem 1rem; }
.admin-partners-section { padding-top: 120px; }

/* Premium conversion UI update */
body{
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:linear-gradient(180deg,#f7f3ec 0%,#fbfaf7 38%,#eef5ff 100%);
}
.hero{
  position:relative;
  overflow:hidden;
  padding:108px 0 76px;
  background:
    radial-gradient(circle at 10% 15%, rgba(191,145,75,.22), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(13,110,253,.14), transparent 30%),
    linear-gradient(135deg,#fffaf1 0%,#f7fbff 58%,#eef4ff 100%);
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.94),rgba(255,255,255,.72));
  opacity:.18;
  pointer-events:none;
}
.hero .container{position:relative;z-index:1}
.hero-badge{
  background:rgba(191,145,75,.13);
  color:#8b5e1c;
  border:1px solid rgba(191,145,75,.22);
}
.hero-title{letter-spacing:-.045em;max-width:980px;margin-left:auto;margin-right:auto}
.hero-lead{font-size:1.15rem;line-height:1.75;max-width:760px}
.btn-primary{
  background:linear-gradient(135deg,#0b2341,#1d4ed8);
  border:0;
  box-shadow:0 14px 30px rgba(29,78,216,.22);
}
.btn-outline-primary{
  color:#0b2341;
  border-color:rgba(11,35,65,.25);
  background:rgba(255,255,255,.65);
}
.btn-outline-primary:hover{background:#0b2341;border-color:#0b2341;color:#fff}
.hero-points{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}
.hero-points span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border:1px solid rgba(11,35,65,.10);
  border-radius:999px;
  background:rgba(255,255,255,.72);
  color:#0b2341;
  font-weight:700;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}
.hero-points i{color:#16a34a}
.premium-overview{margin-top:-28px;position:relative;z-index:2}
.trust-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.trust-strip div{
  background:#fff;
  border:1px solid rgba(11,35,65,.08);
  border-radius:22px;
  padding:18px;
  box-shadow:0 14px 34px rgba(15,23,42,.07);
}
.trust-strip strong{
  display:block;
  color:#bf914b;
  font-size:.85rem;
  letter-spacing:.08em;
}
.trust-strip span{font-weight:800;color:#0b2341}
.premium-card{
  height:100%;
  padding:26px;
  border-radius:28px;
  background:linear-gradient(180deg,#ffffff,#fbfaf7);
  border:1px solid rgba(11,35,65,.08);
  box-shadow:0 18px 42px rgba(15,23,42,.08);
  transition:.25s ease;
}
.premium-card:hover{transform:translateY(-6px);box-shadow:0 26px 54px rgba(15,23,42,.12)}
.premium-card i{
  width:54px;height:54px;display:grid;place-items:center;
  border-radius:18px;
  background:linear-gradient(135deg,#0b2341,#bf914b);
  color:#fff;
  font-size:1.35rem;
  margin-bottom:16px;
}
.premium-card h3{font-size:1.15rem;font-weight:850;color:#0b2341;margin-bottom:8px}
.premium-card p{color:#64748b;margin:0;line-height:1.65}
.section-title{letter-spacing:-.035em;color:#0b2341}
.section-subtitle{line-height:1.75}
.service-card,.notice-box,.about-card,.contact-card,.quote-card,.travel-domain-card,.partner-card{
  border:1px solid rgba(11,35,65,.08)!important;
  box-shadow:0 18px 44px rgba(15,23,42,.08);
}
.card-text-soft,.price-note{line-height:1.65}
@media(max-width:992px){.trust-strip{grid-template-columns:repeat(2,1fr)}}
@media(max-width:576px){.trust-strip{grid-template-columns:1fr}.hero{padding:72px 0 48px}.hero-points span{width:100%;justify-content:center}}


/* Premium two-line homepage update */
.premium-line-card{border:1px solid rgba(15,23,42,.08); box-shadow:0 24px 70px rgba(15,23,42,.08); overflow:hidden; position:relative;}
.premium-line-card:before{content:""; position:absolute; inset:0 0 auto 0; height:5px; background:linear-gradient(90deg,#b58b2a,#f4d58d,#1f4d6b);}
.digital-line-card:before{background:linear-gradient(90deg,#1f4d6b,#6aa6c8,#b58b2a);}
.mini-feature-card{background:#fff; border:1px solid rgba(15,23,42,.08); border-radius:22px; padding:20px; text-align:left; transition:.25s ease;}
.mini-feature-card:hover{transform:translateY(-4px); box-shadow:0 18px 45px rgba(15,23,42,.10);}
.mini-feature-card i{font-size:1.55rem; color:var(--bs-primary); margin-bottom:10px; display:inline-block;}
.mini-feature-card h4{font-size:1rem; font-weight:800; margin-bottom:6px;}
.mini-feature-card p{font-size:.95rem; color:#64748b; margin:0;}
.digital-services-grid .service-card .card-text-soft{display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;}
.hero-title{max-width:980px; margin-left:auto; margin-right:auto;}
.hero-lead{max-width:760px; margin-left:auto; margin-right:auto;}

/* Pro SaaS / premium homepage redesign */
.pro-hero{
  position:relative;
  overflow:hidden;
  padding:110px 0 86px;
  background:
    radial-gradient(circle at 18% 12%, rgba(13,110,253,.18), transparent 32%),
    radial-gradient(circle at 90% 20%, rgba(111,66,193,.14), transparent 34%),
    linear-gradient(135deg,#f8fbff 0%,#eef4ff 100%);
}
.pro-hero:before{
  content:"";position:absolute;inset:auto -8% -35% auto;width:520px;height:520px;border-radius:50%;
  background:linear-gradient(135deg,rgba(13,110,253,.10),rgba(111,66,193,.12));filter:blur(4px);
}
.pro-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#fff;border:1px solid rgba(13,110,253,.14);color:#0d6efd;font-weight:800;font-size:.88rem;box-shadow:0 8px 22px rgba(15,23,42,.06)}
.pro-hero-title{font-size:clamp(2.7rem,6vw,5.6rem);line-height:.95;font-weight:900;letter-spacing:-.06em;color:#0f172a;margin:22px 0 16px;max-width:900px}
.pro-hero-subtitle{font-size:clamp(1.2rem,2.4vw,1.75rem);color:#475569;font-weight:600;margin-bottom:0}
.pro-checks{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.pro-checks span{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.85);border:1px solid rgba(13,110,253,.12);font-weight:700;color:#1f2937}
.pro-checks i{color:#16a34a}.pro-btn{border-radius:16px!important;padding:.85rem 1.35rem;font-weight:800}.pro-hero-panel{position:relative;background:rgba(255,255,255,.86);border:1px solid rgba(13,110,253,.13);border-radius:34px;padding:24px;box-shadow:0 26px 70px rgba(15,23,42,.13);backdrop-filter:blur(14px)}
.pro-panel-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.pro-panel-top span{font-size:.85rem;color:#64748b;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.pro-panel-top strong{font-size:1.6rem;color:#0f172a}.pro-panel-card{display:flex;align-items:center;gap:15px;padding:18px;border:1px solid #e6edf7;border-radius:24px;background:#fff;margin-bottom:12px}.pro-panel-card.active{background:linear-gradient(135deg,#0d6efd,#6f42c1);color:#fff;border:0}.pro-panel-card i{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:rgba(13,110,253,.1);color:#0d6efd;font-size:1.25rem}.pro-panel-card.active i{background:rgba(255,255,255,.18);color:#fff}.pro-panel-card small{display:block;color:inherit;opacity:.74}.pro-section{padding:84px 0}.pro-section-head{max-width:760px;margin:0 auto 42px}.pro-section-head h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.02;font-weight:900;letter-spacing:-.045em;color:#0f172a;margin:18px 0 10px}.pro-section-head p{font-size:1.08rem;color:#64748b;margin:0}.pro-mini-card,.pro-service-card,.pro-price-card,.pro-about-card{height:100%;background:#fff;border:1px solid rgba(13,110,253,.10);border-radius:30px;box-shadow:0 18px 48px rgba(15,23,42,.08)}
.pro-mini-card{padding:28px}.pro-mini-card i,.pro-card-icon,.pro-price-card i{width:58px;height:58px;display:grid;place-items:center;border-radius:20px;background:linear-gradient(135deg,rgba(13,110,253,.12),rgba(111,66,193,.12));color:#0d6efd;font-size:1.55rem;margin-bottom:18px}.pro-mini-card h3,.pro-price-card h3{font-weight:900;color:#0f172a;font-size:1.2rem}.pro-mini-card p,.pro-price-card p{color:#64748b;margin-bottom:0}.pro-service-card{padding:34px;position:relative;overflow:hidden}.pro-service-card:after{content:"";position:absolute;inset:auto -55px -75px auto;width:180px;height:180px;border-radius:50%;background:rgba(13,110,253,.08)}.digital-card:after{background:rgba(111,66,193,.10)}.pro-service-card h3{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:900;color:#0f172a;letter-spacing:-.035em}.pro-service-card p{font-size:1.05rem;color:#64748b;max-width:560px}.pro-tag-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:24px 0}.pro-tag-grid span{padding:12px 14px;border-radius:16px;background:#f8fbff;border:1px solid #e6edf7;font-weight:800;color:#334155}.pro-price{font-size:2.1rem;font-weight:900;color:#0f172a;margin:10px 0 18px}.pro-price-card{padding:28px;transition:.22s ease}.pro-price-card:hover,.pro-mini-card:hover,.pro-service-card:hover{transform:translateY(-5px);box-shadow:0 28px 70px rgba(15,23,42,.12)}.pro-price-card strong{display:block;font-size:2rem;line-height:1;font-weight:900;color:#0d6efd;margin-top:18px}.pro-process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.pro-process-step{padding:26px;border-radius:28px;background:#fff;border:1px solid rgba(13,110,253,.10);box-shadow:0 14px 38px rgba(15,23,42,.07)}.pro-process-step span{font-size:.85rem;font-weight:900;color:#0d6efd}.pro-process-step h3{font-size:1.15rem;font-weight:900;color:#0f172a;margin:10px 0}.pro-process-step p{color:#64748b;margin:0}.pro-about-card{padding:36px}.pro-about-card h2{font-size:clamp(2rem,4vw,3rem);font-weight:900;letter-spacing:-.04em;color:#0f172a;margin:18px 0 12px}.pro-about-card p{font-size:1.08rem;color:#64748b}.pro-profile-photo{width:260px;height:300px;object-fit:cover;border-radius:30px;box-shadow:0 24px 60px rgba(15,23,42,.15)}.pro-about-points{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.pro-about-points span{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border-radius:999px;background:#f8fbff;border:1px solid #e6edf7;font-weight:800;color:#334155}.pro-about-points i{color:#16a34a}
@media(max-width:991px){.pro-hero{padding:80px 0 60px}.pro-process{grid-template-columns:repeat(2,minmax(0,1fr))}.pro-hero-panel{margin-top:10px}}
@media(max-width:575px){.pro-section{padding:64px 0}.pro-tag-grid,.pro-process{grid-template-columns:1fr}.pro-checks span{width:100%}.pro-hero-title{font-size:2.6rem}.pro-service-card{padding:26px}.pro-panel-top{align-items:flex-start;gap:8px;flex-direction:column}}


/* Final premium visual polish */
.pro-hero{background:
  radial-gradient(circle at 8% 12%, rgba(13,110,253,.18), transparent 34%),
  radial-gradient(circle at 82% 18%, rgba(111,66,193,.16), transparent 30%),
  linear-gradient(135deg,#f8fbff 0%,#ffffff 52%,#f4f7ff 100%);}
.pro-hero:after{content:"";position:absolute;right:7%;bottom:8%;width:190px;height:190px;border-radius:45px;background:linear-gradient(135deg,rgba(13,110,253,.10),rgba(111,66,193,.12));transform:rotate(12deg);filter:blur(.2px);z-index:0}.pro-hero>.container{position:relative;z-index:1}
.pro-btn{box-shadow:0 14px 30px rgba(13,110,253,.18)}
.btn-outline-primary.pro-btn{background:#fff;box-shadow:0 14px 30px rgba(15,23,42,.08)}
.pro-mini-card,.pro-service-card,.pro-price-card,.pro-process-step,.pro-about-card,.contact-card{transition:.25s ease;}
.pro-tag-grid span{display:flex;align-items:center;gap:10px;min-height:54px;background:linear-gradient(180deg,#fff,#f8fbff)}
.pro-tag-grid span b{font-size:1.15rem;line-height:1}
.pro-price-card{position:relative;overflow:hidden}.pro-price-card:before{content:"";position:absolute;left:0;right:0;top:0;height:5px;background:linear-gradient(90deg,#0d6efd,#6f42c1)}
.pro-process-step{background:linear-gradient(180deg,#fff,#fbfdff)}
#pricing .small.text-muted{max-width:760px;margin-left:auto;margin-right:auto;opacity:.78}
@media(min-width:992px){.pro-service-card{min-height:465px}.pro-hero-panel{transform:translateY(10px)}}


/* Final premium polish */
.pro-hero-actions .btn-primary{box-shadow:0 18px 38px rgba(13,110,253,.28)}
.pro-tag-grid span{display:flex;align-items:center;gap:12px;min-height:72px;padding:16px 18px;border-radius:22px;background:#fff;border:1px solid rgba(13,110,253,.13);box-shadow:0 12px 30px rgba(15,23,42,.055);transition:.22s ease}
.pro-tag-grid span:hover{transform:translateY(-3px);box-shadow:0 20px 44px rgba(15,23,42,.10);border-color:rgba(13,110,253,.28)}
.pro-tag-grid span b{width:38px;height:38px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,rgba(13,110,253,.10),rgba(111,66,193,.10));font-size:1.25rem;flex:0 0 auto}
.pro-panel-top span{display:inline-flex;align-items:center;gap:8px;color:#0d6efd;background:rgba(13,110,253,.08);padding:8px 12px;border-radius:999px}
.pro-panel-top strong{font-size:1.25rem;line-height:1.1;text-align:right;max-width:210px}
.pro-contact-trust{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:18px}
.pro-contact-trust span{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid #e6edf7;box-shadow:0 10px 24px rgba(15,23,42,.055);font-weight:800;color:#334155}
.pro-contact-trust i{color:#16a34a}
@media(max-width:575px){.pro-panel-top strong{text-align:left}.pro-contact-trust{justify-content:flex-start}}

/* Final 5 premium improvements: visible CTAs, stronger cards, visual separation */
.pro-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:center;
}
.pro-hero-actions .pro-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width:180px;
  border-radius:18px!important;
  padding:1rem 1.45rem;
  font-weight:900;
  letter-spacing:-.01em;
}
.pro-btn-main{
  background:linear-gradient(135deg,#0b2341,#0d6efd)!important;
  border:0!important;
  color:#fff!important;
}
.pro-btn-ghost{
  background:#fff!important;
  border:1px solid rgba(11,35,65,.12)!important;
  color:#0b2341!important;
  box-shadow:0 16px 34px rgba(15,23,42,.10)!important;
}
.pro-btn-ghost:hover{background:#0b2341!important;color:#fff!important;}
.pro-section-light{
  background:linear-gradient(180deg,#f8fbff,#eef4ff);
}
.pro-section-white{
  background:#fff;
}
.pro-section-dark{
  background:linear-gradient(135deg,#0b2341 0%,#111827 58%,#1e1b4b 100%);
  color:#fff;
  padding-top:92px!important;
  padding-bottom:92px!important;
}
.pro-section-dark .pro-badge{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.18);color:#dbeafe;box-shadow:none;}
.pro-section-dark .pro-section-head h2,
.pro-section-dark .pro-price-card h3{color:#fff;}
.pro-section-dark .pro-section-head p,
.pro-section-dark .pro-price-card p{color:rgba(255,255,255,.72);}
.pro-section-dark .pro-price-card{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.14);
  box-shadow:0 20px 60px rgba(0,0,0,.22);
  backdrop-filter:blur(10px);
}
.pro-section-dark .pro-price-card strong{color:#f4d58d;font-size:1.55rem;line-height:1.15;}
.pro-section-dark .pro-price-card i{background:rgba(255,255,255,.12);color:#fff;}
.pro-tag-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.pro-tag-grid span{
  flex-direction:column;
  align-items:flex-start!important;
  justify-content:center;
  min-height:104px!important;
}
.pro-tag-grid span b{
  width:44px!important;
  height:44px!important;
  font-size:1.35rem!important;
}
.pro-panel-top span{
  text-transform:none!important;
  letter-spacing:0!important;
}
.pro-panel-top strong{color:#0b2341;}
.site-footer .small:last-child{max-width:900px;margin-left:auto;margin-right:auto;}
@media(max-width:575px){
  .pro-hero-actions .pro-btn{width:100%;}
  .pro-tag-grid{grid-template-columns:1fr;}
}


/* Final 6 premium improvements: stronger CTA, hierarchy, cards, no duplicate trust text */
.pro-hero{
  border-bottom:1px solid rgba(13,110,253,.10);
}
.pro-hero-actions{
  margin-top:28px!important;
}
.pro-hero-actions .pro-btn-main,
.pro-final-cta .pro-btn-main{
  position:relative;
  overflow:hidden;
  box-shadow:0 22px 48px rgba(13,110,253,.32)!important;
}
.pro-hero-actions .pro-btn-main:after,
.pro-final-cta .pro-btn-main:after{
  content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent,rgba(255,255,255,.20),transparent);transform:translateX(-120%);
  transition:.55s ease;
}
.pro-hero-actions .pro-btn-main:hover:after,
.pro-final-cta .pro-btn-main:hover:after{transform:translateX(120%)}
#why{background:#fff;}
#services{background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);}
#about{background:#fff;}
#contact{background:linear-gradient(180deg,#eef4ff,#f8fbff)!important;}
.pro-mini-card,.pro-service-card,.pro-process-step,.contact-card{
  border-radius:34px!important;
}
.pro-service-card{
  background:linear-gradient(180deg,#fff,#fbfdff);
}
.pro-tag-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}
.pro-tag-grid span{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  min-height:112px!important;
  padding:18px!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,#ffffff,#f8fbff)!important;
  box-shadow:0 16px 36px rgba(15,23,42,.065)!important;
}
.pro-price-card strong:before{display:inline-block;margin-right:6px;}
.pro-price-card:nth-child(1) strong:before{content:"💼";}
.pro-price-card:nth-child(2) strong:before{content:"🔐";}
.pro-price-card:nth-child(3) strong:before{content:"🤖";}
.pro-price-card:nth-child(4) strong:before{content:"💻";}
.pro-final-cta{
  padding:92px 0;
  background:linear-gradient(135deg,#0b2341 0%,#111827 55%,#1e1b4b 100%);
  color:#fff;
}
.pro-final-cta-card{
  max-width:920px;
  margin:0 auto;
  padding:54px 28px;
  border-radius:38px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.07);
  box-shadow:0 28px 90px rgba(0,0,0,.25);
  backdrop-filter:blur(12px);
}
.pro-final-cta .pro-badge{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.18);color:#dbeafe;box-shadow:none;}
.pro-final-cta h2{font-size:clamp(2rem,4vw,3.6rem);font-weight:950;letter-spacing:-.045em;line-height:1.02;margin:20px 0 12px;}
.pro-final-cta p{color:rgba(255,255,255,.76);font-size:1.12rem;margin:0 auto;max-width:620px;}
#contact .pro-section-head p{max-width:650px;margin-left:auto;margin-right:auto;}
@media(max-width:575px){
  .pro-tag-grid{grid-template-columns:1fr!important;}
  .pro-final-cta{padding:64px 0;}
  .pro-final-cta-card{padding:36px 20px;border-radius:28px;}
}


/* Ultra final premium UI pass */
.pro-btn-outline{
  border:1px solid rgba(255,255,255,.55)!important;
  color:#fff!important;
  background:rgba(255,255,255,.06)!important;
  box-shadow:0 16px 34px rgba(0,0,0,.18)!important;
}
.pro-btn-outline:hover{background:#fff!important;color:#0b2341!important;}
.pro-price-card strong{display:inline-flex!important;align-items:center;gap:8px;flex-wrap:wrap;}
.pro-price-card strong:before{content:none!important;}
.pro-price-card:nth-of-type(1) strong:before,
.pro-price-card:nth-of-type(2) strong:before,
.pro-price-card:nth-of-type(3) strong:before,
.pro-price-card:nth-of-type(4) strong:before{content:none!important;}
#services .pro-service-card{box-shadow:0 24px 70px rgba(15,23,42,.10);}
#services .pro-card-icon{box-shadow:0 14px 30px rgba(13,110,253,.14);}
.pro-final-cta .pro-hero-actions{justify-content:center;}
@media(max-width:575px){.pro-final-cta .pro-hero-actions .pro-btn{width:100%;}}


/* Unified premium sales page system */
.sales-hero{padding:130px 0 90px;background:linear-gradient(135deg,#07111f 0%,#0d2442 55%,#123d65 100%);color:#fff;position:relative;overflow:hidden}.sales-hero:before{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.14),transparent 28%),radial-gradient(circle at 80% 10%,rgba(13,110,253,.25),transparent 28%);pointer-events:none}.sales-hero .container{position:relative}.sales-title{font-size:clamp(2.4rem,5vw,4.8rem);line-height:1.02;font-weight:850;letter-spacing:-.05em;margin:18px 0}.sales-subtitle{font-size:clamp(1.05rem,2vw,1.35rem);color:rgba(255,255,255,.78);max-width:760px}.sales-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.sales-panel{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);box-shadow:0 28px 80px rgba(0,0,0,.22);border-radius:30px;padding:28px;backdrop-filter:blur(16px);display:grid;gap:16px}.sales-panel strong,.sales-panel span{display:block;background:rgba(255,255,255,.1);border-radius:18px;padding:14px 16px}.sales-section{padding:86px 0}.sales-light{background:#f6f8fc}.sales-white{background:#fff}.sales-dark{background:#07111f;color:#fff}.sales-section-head{max-width:760px;margin:0 auto 38px}.sales-section-head h2{font-size:clamp(2rem,4vw,3.1rem);font-weight:850;letter-spacing:-.04em}.sales-section-head p{font-size:1.1rem;color:#667085}.sales-card{position:relative;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:30px;padding:30px;box-shadow:0 18px 55px rgba(15,23,42,.08);transition:.25s ease;overflow:hidden}.sales-card:hover{transform:translateY(-6px);box-shadow:0 28px 85px rgba(15,23,42,.14)}.sales-card.compact{padding:24px}.sales-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:20px;background:#eef5ff;font-size:1.9rem;margin-bottom:18px}.sales-card h3{font-weight:820;letter-spacing:-.03em;font-size:1.35rem}.sales-card p{color:#667085}.sales-price{font-size:1.1rem;font-weight:820;color:#0d6efd;margin-top:18px}.sales-price.big{font-size:2.2rem}.pricing-plan.featured{border:2px solid #0d6efd;transform:scale(1.03)}.plan-badge{display:inline-flex;background:#0d6efd;color:#fff;border-radius:999px;padding:6px 12px;font-size:.8rem;font-weight:800;margin-bottom:12px}.sales-step{height:100%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);border-radius:24px;padding:24px}.sales-step span{color:#7db4ff;font-weight:850}.sales-step h3{color:#fff;font-size:1.05rem;margin:8px 0 0}.mini-proof{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:16px;font-weight:700;display:flex;align-items:center;gap:10px;box-shadow:0 12px 34px rgba(15,23,42,.06)}.mini-proof i{color:#0d6efd}.legal-small{max-width:900px}.about-photo{max-width:260px;border-radius:34px;box-shadow:0 28px 80px rgba(0,0,0,.25)}.contact-shell,.partner-form-card{max-width:940px;background:#fff;border-radius:34px;padding:34px;box-shadow:0 28px 90px rgba(15,23,42,.12);border:1px solid rgba(15,23,42,.08)}.trust-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:24px}.trust-row.left{justify-content:flex-start}.trust-row span{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);color:#fff;padding:10px 14px;border-radius:999px;font-weight:700}.concierge-sales-hero{background:linear-gradient(135deg,#07111f,#17324d)}.travel-sales-hero{background:linear-gradient(135deg,#102033,#1a4b78)}.partner-sales-hero{background:linear-gradient(135deg,#07111f,#28305c)}.contact-sales-hero{background:linear-gradient(135deg,#07111f,#124260)}@media(max-width:767px){.sales-hero{padding:110px 0 70px}.sales-section{padding:62px 0}.contact-shell,.partner-form-card{padding:22px;border-radius:24px}.pricing-plan.featured{transform:none}}

/* Premium personal-brand About page */
.about-premium-hero{background:linear-gradient(135deg,#07111f 0%,#10213d 48%,#1b4b76 100%)}
.degree-strip{display:inline-flex;max-width:100%;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:#fff;border-radius:999px;padding:12px 16px;font-weight:800;box-shadow:0 16px 38px rgba(0,0,0,.18)}
.about-portrait-card{position:relative;display:inline-block;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:36px;padding:16px;box-shadow:0 30px 85px rgba(0,0,0,.28);backdrop-filter:blur(14px)}
.about-photo-premium{width:min(330px,80vw);height:410px;object-fit:cover;border-radius:26px;display:block}
.portrait-caption{position:absolute;left:28px;right:28px;bottom:28px;background:rgba(7,17,31,.78);color:#fff;border:1px solid rgba(255,255,255,.15);border-radius:18px;padding:12px 14px;font-weight:800;backdrop-filter:blur(10px)}
.about-premium-hero .sales-actions{margin-top:26px}
@media(max-width:767px){.degree-strip{border-radius:22px}.about-photo-premium{height:340px}}

/* Homepage qualification cards */
.home-degree-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:22px}
.home-degree-card{display:flex;align-items:center;gap:10px;padding:14px 16px;border-radius:18px;background:linear-gradient(135deg,#f8fbff,#eef5ff);border:1px solid #e1eaf7;box-shadow:0 10px 26px rgba(15,23,42,.05)}
.home-degree-card span{font-size:1.25rem}.home-degree-card strong{font-size:.95rem;color:#0f172a;line-height:1.25}
@media(max-width:991px){.home-degree-grid{grid-template-columns:1fr}.home-degree-card{justify-content:flex-start}}

.pro-search-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:28px;padding:22px;box-shadow:0 18px 45px rgba(15,23,42,.08)}
.partner-card{border:1px solid rgba(15,23,42,.08);border-radius:24px;background:#fff;box-shadow:0 14px 40px rgba(15,23,42,.06)}


/* NN France Version 11 marketplace polish */
.v11-hero{background:radial-gradient(circle at top left,rgba(13,110,253,.22),transparent 34%),linear-gradient(135deg,#f8fbff,#eef4ff 55%,#ffffff);}
.v11-flow-card .pro-panel-card{border:1px solid rgba(13,110,253,.12)}
.v11-search{margin-top:-42px;position:relative;z-index:3;border:1px solid rgba(13,110,253,.12);box-shadow:0 24px 55px rgba(15,23,42,.12)}
.trust-strip{display:flex;gap:10px;flex-wrap:wrap}.trust-strip span{background:#fff;border:1px solid #dbe5f4;border-radius:999px;padding:8px 12px;font-size:.9rem}
.partner-card{background:#fff;border:1px solid rgba(13,110,253,.10);border-radius:28px;box-shadow:0 14px 36px rgba(15,23,42,.08)}
.section-padding{padding:76px 0}
@media (max-width:768px){.v11-search{margin-top:0}.pro-hero-actions .btn{width:100%;}}
