:root{--teal:#0d9488;--teal-light:#14b8a6;--teal-dark:#0f766e;--teal-xdark:#134e4a;--teal-pale:#f0fdfa;--coral:#f97316;--coral-dark:#ea6a0a;--coral-pale:#fff7ed;--ink:#0c1a19;--ink-light:#2d4a48;--muted:#6b8f8d;--border:#d1e8e6;--border-dark:#a7d5d1;--cream:#fdfcf9;--white:#ffffff;--section-alt:#f5fafa;--font-body:"DM Sans",sans-serif;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-pill:50px;--shadow-sm:0 2px 8px rgba(13,148,136,.08);--shadow-md:0 8px 30px rgba(13,148,136,.12);--shadow-lg:0 20px 60px rgba(13,148,136,.18);--shadow-card:0 4px 20px rgba(0,0,0,.06);--transition:.2s ease}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background:var(--cream);color:var(--ink);overflow-x:hidden;line-height:1.7;font-size:16px;display:flex;flex-direction:column;min-height:100vh}#main-content{flex:1}img,video{max-width:100%;display:block}a{color:inherit}button{cursor:pointer;font-family:var(--font-body)}.nav-logo,.footer-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.nav-logo-img{display:block;height:40px;width:auto;background:transparent}@media(max-width:600px){.nav-logo-img{height:32px}}.footer-logo-img{display:block;height:34px;width:auto;background:transparent}.nav-logo-icon{display:flex;align-items:flex-end;gap:3px;position:relative}.lb{display:block;width:4px;border-radius:2px;background:var(--teal);flex-shrink:0}.lb1{height:8px;opacity:.35}.lb2{height:12px;opacity:.6}.lb3{height:17px;opacity:.82}.lb4{height:22px;position:relative}.lb-cross{position:absolute;top:-9px;right:-5px;width:9px;height:9px}.lb-cross:before{content:"";position:absolute;top:50%;left:0;right:0;height:2.5px;background:var(--coral);border-radius:1.5px;transform:translateY(-50%)}.lb-cross:after{content:"";position:absolute;left:50%;top:0;bottom:0;width:2.5px;background:var(--coral);border-radius:1.5px;transform:translate(-50%)}.nav-logo-text{font-size:1.45rem;font-weight:700;letter-spacing:-.04em;background:linear-gradient(90deg,var(--teal-dark) 38%,var(--teal) 38%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-logo-text{font-size:1.1rem;font-weight:700;letter-spacing:-.03em;background:linear-gradient(90deg,rgba(255,255,255,.7) 38%,var(--teal-light) 38%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.site-nav{position:sticky;top:0;z-index:100;background:#fdfcf9f5;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.nav-inner{max-width:1200px;margin:0 auto;padding:.9rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.nav-links{display:flex;align-items:center;gap:.25rem;flex:1;justify-content:center}.nav-link{padding:.45rem .9rem;color:var(--ink-light);font-size:.87rem;font-weight:500;text-decoration:none;border-radius:var(--radius-sm);transition:color var(--transition),background var(--transition)}.nav-link:hover{color:var(--teal);background:var(--teal-pale)}.nav-link.active{color:var(--teal-dark);font-weight:600}.nav-actions{display:flex;align-items:center;gap:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-body);font-weight:600;text-decoration:none;border:none;border-radius:var(--radius-pill);transition:all var(--transition);white-space:nowrap;cursor:pointer;letter-spacing:-.01em}.btn-primary{background:var(--teal);color:#fff;box-shadow:0 4px 16px #0d948847}.btn-primary:hover{background:var(--teal-dark);transform:translateY(-1px);box-shadow:0 8px 24px #0d94885c}.btn-secondary{background:var(--ink);color:#fff;box-shadow:0 4px 16px #00000026}.btn-secondary:hover{background:var(--ink-light);transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--teal-dark);border:1.5px solid var(--border-dark)}.btn-outline:hover{border-color:var(--teal);background:var(--teal-pale)}.btn-ghost{background:transparent;color:var(--ink-light);padding-left:.5rem;padding-right:.5rem}.btn-ghost:hover{color:var(--teal)}.btn-coral{background:var(--coral);color:#fff;box-shadow:0 4px 16px #f9731647}.btn-coral:hover{background:var(--coral-dark);transform:translateY(-1px)}.btn-lg{padding:.9rem 2rem;font-size:1rem}.btn-md{padding:.75rem 1.6rem;font-size:.92rem}.btn-sm{padding:.5rem 1.1rem;font-size:.83rem}.nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:4px;cursor:pointer}.nav-hamburger span{display:block;width:22px;height:2px;background:var(--ink);border-radius:2px;transition:all .3s}.nav-hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.nav-hamburger.open span:nth-child(2){opacity:0}.nav-hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-mobile{display:none;flex-direction:column;gap:0;background:var(--cream);border-top:1px solid var(--border);padding:1rem 1.5rem 1.5rem}.nav-mobile.open{display:flex}.nav-mobile-link{padding:.75rem 0;color:var(--ink);font-size:.95rem;font-weight:500;text-decoration:none;border-bottom:1px solid var(--border);transition:color var(--transition)}.nav-mobile-link:last-of-type{border:none}.nav-mobile-link:hover{color:var(--teal)}.nav-mobile-cta{margin-top:.75rem;background:var(--teal);color:#fff!important;padding:.85rem 1.5rem;border-radius:var(--radius-pill);text-align:center;font-weight:600;border:none!important}.section{padding:5rem 2rem}.section-sm{padding:3rem 2rem}.section-lg{padding:7rem 2rem}.container{max-width:1200px;margin:0 auto}.container-narrow{max-width:800px;margin:0 auto}.section-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--teal);margin-bottom:.6rem}.section-title{font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:700;letter-spacing:-.03em;line-height:1.12;color:var(--ink);margin-bottom:1rem}.section-title em{font-style:italic;color:var(--teal);font-weight:400}.section-sub{font-size:1rem;color:var(--muted);line-height:1.75;font-weight:300;max-width:560px}.section-header{margin-bottom:3rem}.section-header-centered{text-align:center}.section-header-centered .section-sub{margin:0 auto}.hero{background:var(--cream);overflow:hidden;position:relative}.hero-inner{max-width:1200px;margin:0 auto;padding:5rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#0d948814;border:1px solid rgba(13,148,136,.22);color:var(--teal-dark);padding:.38rem 1rem;border-radius:var(--radius-pill);font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1.4rem;animation:fadeUp .6s ease both}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--teal);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.hero-h1{font-size:clamp(2.8rem,5.5vw,4.4rem);font-weight:700;letter-spacing:-.04em;line-height:1.06;color:var(--ink);margin-bottom:1.3rem;animation:fadeUp .6s .08s ease both}.hero-h1 em{font-style:italic;color:var(--teal);font-weight:400}.hero-sub{font-size:1.05rem;color:var(--ink-light);line-height:1.8;font-weight:300;margin-bottom:.6rem;animation:fadeUp .6s .14s ease both}.hero-sub-aside{font-size:.82rem;color:var(--muted);font-style:italic;margin-bottom:2rem;animation:fadeUp .6s .18s ease both}.hero-actions{display:flex;gap:.8rem;align-items:center;flex-wrap:wrap;margin-bottom:2.5rem;animation:fadeUp .6s .22s ease both}.hero-stats{display:flex;gap:2rem;flex-wrap:wrap;padding-top:2rem;border-top:1px solid var(--border);animation:fadeUp .6s .28s ease both}.hero-stat-num{font-size:1.6rem;font-weight:700;color:var(--teal-dark);letter-spacing:-.03em;line-height:1}.hero-stat-label{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-top:.2rem}.hero-visual{display:flex;justify-content:center;align-items:center;position:relative;animation:fadeUp .6s .18s ease both}.hero-bg-blob{position:absolute;border-radius:50%;pointer-events:none;z-index:0}.hero-bg-blob-1{width:500px;height:500px;top:-100px;right:-100px;background:radial-gradient(circle,rgba(13,148,136,.1) 0%,transparent 70%)}.hero-bg-blob-2{width:300px;height:300px;bottom:-60px;left:-60px;background:radial-gradient(circle,rgba(249,115,22,.07) 0%,transparent 70%)}.phone-wrap{position:relative;z-index:1;width:240px;flex-shrink:0}.phone-frame{background:var(--ink);border-radius:44px;padding:5px;box-shadow:var(--shadow-lg),0 0 0 1px #ffffff0d inset}.phone-screen{background:linear-gradient(160deg,#0d9488,#0f766e 45%,#134e4a);border-radius:40px;padding:1.6rem 1.3rem;min-height:420px;display:flex;flex-direction:column;gap:.8rem;position:relative;overflow:hidden}.phone-screen:before{content:"";position:absolute;top:-40px;right:-40px;width:140px;height:140px;background:#ffffff12;border-radius:50%}.phone-screen:after{content:"";position:absolute;bottom:-30px;left:-30px;width:100px;height:100px;background:#f973161a;border-radius:50%}.phone-notch{width:36px;height:4px;background:#fff3;border-radius:2px;margin:0 auto .6rem}.phone-logo-sm{text-align:center;font-size:.7rem;font-weight:700;color:#ffffffb3;letter-spacing:-.02em;margin-bottom:.3rem;position:relative;z-index:1}.phone-logo-sm span{color:#5eead4}.phone-card{background:#ffffff1f;border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:.9rem 1rem;position:relative;z-index:1}.phone-card-label{font-size:.58rem;color:#ffffff8c;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.2rem}.phone-card-value{font-size:.85rem;font-weight:700;color:#fff}.phone-card-sub{font-size:.6rem;color:#ffffff80;margin-top:.15rem}.phone-usage{background:#ffffff14;border-radius:12px;padding:.75rem 1rem;position:relative;z-index:1}.phone-usage-row{display:flex;justify-content:space-between;font-size:.6rem;color:#ffffff8c;margin-bottom:.45rem}.phone-usage-bar{height:5px;background:#ffffff1f;border-radius:3px;overflow:hidden}.phone-usage-fill{height:100%;background:var(--teal-light);border-radius:3px;transition:width 1s ease}.phone-offer{background:#f9731633;border:1px solid rgba(249,115,22,.3);border-radius:12px;padding:.65rem 1rem;text-align:center;position:relative;z-index:1}.phone-offer-text{font-size:.62rem;font-weight:600;color:#fdba74}.phone-offer-sub{font-size:.56rem;color:#ffffff73;margin-top:.1rem}.phone-pills{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;position:relative;z-index:1;margin-top:auto}.phone-pill{background:#ffffff1a;border-radius:10px;padding:.55rem .6rem;text-align:center}.phone-pill-label{font-size:.56rem;color:#ffffff80}.phone-pill-value{font-size:.7rem;font-weight:600;color:#fff;margin-top:.1rem}.phone-pill-value.status-ok{color:#4ade80}.phone-float{position:absolute;background:#fff;border-radius:12px;padding:.5rem .8rem;box-shadow:var(--shadow-md);font-size:.75rem;font-weight:600;color:var(--ink);display:flex;align-items:center;gap:.4rem;white-space:nowrap;z-index:2;animation:float 3s ease-in-out infinite}.phone-float-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.phone-float-1{top:15%;right:-30%;animation-delay:0s}.phone-float-2{bottom:25%;left:-28%;animation-delay:1.6s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.trust-bar{background:var(--ink);padding:1rem 2rem;display:flex;justify-content:center;align-items:center;gap:2.5rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.45rem;color:#ffffff80;font-size:.8rem;font-weight:500}.trust-icon{color:var(--teal-light);font-size:.9rem}.plans-section{background:var(--cream)}.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:start;margin-top:3rem}.plan-card{background:#fff;border:1.5px solid var(--border);border-radius:var(--radius-xl);padding:2rem;position:relative;transition:all var(--transition);box-shadow:var(--shadow-card)}.plan-card:hover{border-color:var(--border-dark);box-shadow:var(--shadow-md);transform:translateY(-3px)}.plan-card.featured{background:var(--teal);border-color:var(--teal-dark);transform:scale(1.03);box-shadow:var(--shadow-lg)}.plan-card.featured:hover{transform:scale(1.03) translateY(-3px)}.plan-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--coral);color:#fff;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.25rem .9rem;border-radius:var(--radius-pill);white-space:nowrap}.plan-name{font-size:1.15rem;font-weight:700;color:var(--ink);margin-bottom:.2rem;letter-spacing:-.02em}.plan-card.featured .plan-name{color:#fff}.plan-data{font-size:1rem;font-weight:600;color:var(--teal-dark);margin-bottom:1.2rem;letter-spacing:-.01em}.plan-card.featured .plan-data{color:#fffffff2}.plan-price{margin-bottom:1.5rem}.plan-amount{font-size:2.2rem;font-weight:700;color:var(--teal-dark);letter-spacing:-.04em;line-height:1}.plan-amount .from{font-size:.8rem;font-weight:500;letter-spacing:0;display:block;margin-bottom:.15rem;opacity:.7}.plan-card.featured .plan-amount{color:#fff}.plan-card.featured .plan-amount .from{opacity:.85}.plan-period{font-size:.82rem;color:var(--muted)}.plan-card.featured .plan-period{color:#ffffffb3}.plan-desc{font-size:.82rem;color:var(--muted);font-style:italic;margin-bottom:1.5rem;line-height:1.5}.plan-card.featured .plan-desc{color:#ffffffbf}.plan-features{list-style:none;display:flex;flex-direction:column;gap:.65rem;margin-bottom:2rem}.plan-features li{display:flex;align-items:flex-start;gap:.6rem;font-size:.87rem;color:var(--ink-light);line-height:1.45}.plan-card.featured .plan-features li{color:#ffffffe0}.plan-features li:before{content:"\2713";flex-shrink:0;width:18px;height:18px;border-radius:50%;background:#0d94881f;color:var(--teal-dark);font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:2px}.plan-card.featured .plan-features li:before{background:#fff3;color:#fff}.plan-cta{width:100%}.plan-card.featured .plan-cta.btn-primary{background:#fff;color:var(--teal-dark);box-shadow:0 4px 16px #0000001f}.plan-card.featured .plan-cta.btn-primary:hover{background:var(--cream)}.plans-note{text-align:center;margin-top:1.5rem;font-size:.78rem;color:var(--muted)}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.how-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;position:relative;transition:all var(--transition)}.how-card:hover{border-color:var(--border-dark);box-shadow:var(--shadow-md);transform:translateY(-3px)}.how-num{font-size:3.5rem;font-weight:700;color:#0d94881a;letter-spacing:-.04em;line-height:1;margin-bottom:.6rem}.how-icon{width:48px;height:48px;background:var(--teal-pale);border:1px solid rgba(13,148,136,.2);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.35rem;margin-bottom:1rem}.how-title{font-size:1.05rem;font-weight:700;color:var(--ink);margin-bottom:.5rem;letter-spacing:-.02em}.how-text{font-size:.88rem;color:var(--muted);line-height:1.7;font-weight:300}.dest-section{background:var(--section-alt)}.dest-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2.5rem}.dest-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:1.3rem;text-align:center;transition:all var(--transition)}.dest-card:hover{border-color:var(--teal);background:var(--teal-pale);transform:translateY(-2px)}.dest-card-soon{opacity:.55}.dest-card-soon:hover{opacity:.8;background:#fff;border-color:var(--border);transform:none}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.profession-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.5rem}.about-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2rem}.about-stat{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem}.about-stat-num{font-size:2rem;font-weight:700;color:var(--teal-dark);letter-spacing:-.03em;margin-bottom:.3rem}.about-stat-label{font-size:.75rem;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.profession-link{display:flex;align-items:center;gap:.8rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:1.1rem 1.3rem;text-decoration:none;color:var(--ink);font-weight:600;font-size:.9rem;transition:all .2s}.profession-link:hover{border-color:var(--teal);background:var(--teal-pale)}.profession-icon{font-size:1.3rem;flex-shrink:0}.profession-name{flex:1;min-width:0}.profession-arrow{margin-left:auto;color:var(--teal);font-size:.8rem;flex-shrink:0}.europe-card{display:block;padding:inherit;font-size:inherit;border:2px solid var(--teal);transition:all var(--transition)}.europe-card:hover{background:var(--teal)!important;transform:translateY(-2px);box-shadow:var(--shadow-card)}.europe-card:hover .dest-name,.europe-card:hover .dest-detail,.europe-card:hover .europe-card-cta{color:#fff!important}.dest-soon-tag{display:inline-block;font-size:.62rem;background:var(--border);color:var(--muted);border-radius:50px;padding:.1rem .4rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;vertical-align:middle;margin-left:.2rem}.dest-row-soon{opacity:.6}.dest-flag{font-size:2.2rem;margin-bottom:.5rem;display:flex;justify-content:center;align-items:center}.dest-name{font-weight:600;font-size:.9rem;color:var(--ink);margin-bottom:.2rem}.dest-detail{font-size:.76rem;color:var(--muted)}.dest-grid-compact{grid-template-columns:repeat(6,1fr);gap:.6rem;margin-top:0}.dest-card-compact{padding:.8rem .5rem}.dest-card-compact .dest-flag{font-size:1.6rem;margin-bottom:.3rem}.dest-card-compact .dest-name{font-size:.78rem;margin-bottom:0}@media(max-width:900px){.dest-grid-compact{grid-template-columns:repeat(4,1fr)}}@media(max-width:600px){.dest-grid-compact{grid-template-columns:repeat(3,1fr)}}.testimonials-section{background:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.testimonial-card{background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.8rem;transition:all var(--transition)}.testimonial-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.testimonial-stars{color:#f59e0b;font-size:.85rem;letter-spacing:2px;margin-bottom:.8rem}.testimonial-text{font-size:.9rem;line-height:1.75;color:var(--ink-light);font-style:italic;font-weight:300;margin-bottom:1.3rem}.testimonial-author{display:flex;align-items:center;gap:.8rem}.testimonial-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;color:#fff;flex-shrink:0}.testimonial-name{font-weight:600;font-size:.87rem;color:var(--ink)}.testimonial-role{font-size:.76rem;color:var(--muted)}.compare-section{background:var(--section-alt)}.compare-table{width:100%;border-collapse:collapse;font-size:.87rem;margin-top:2.5rem;background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card)}.compare-table th{padding:1rem 1.2rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:var(--muted);background:var(--section-alt);text-align:left}.compare-table th.col-simscrubs{background:var(--teal);color:#fff}.compare-table td{padding:.9rem 1.2rem;border-top:1px solid var(--border);color:var(--ink-light);vertical-align:middle}.compare-table td.col-simscrubs{background:var(--teal-pale);color:var(--teal-dark);font-weight:600}.compare-yes{color:#16a34a;font-weight:600}.compare-no{color:#dc2626}.compare-warn{color:#d97706;font-weight:500}.cta-section{background:var(--ink);padding:6rem 2rem;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(13,148,136,.18) 0%,transparent 70%);border-radius:50%;pointer-events:none}.cta-section .section-title{color:#fff;position:relative;z-index:1}.cta-section .section-sub{color:#ffffff8c;position:relative;z-index:1}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2.5rem;position:relative;z-index:1}.referral-section{background:#fff}.referral-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.referral-steps{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.referral-step{display:flex;gap:1.2rem;align-items:flex-start}.referral-step-num{width:40px;height:40px;background:var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.9rem;flex-shrink:0}.referral-step-title{font-weight:600;font-size:.95rem;color:var(--ink);margin-bottom:.25rem}.referral-step-text{font-size:.87rem;color:var(--muted);line-height:1.65;font-weight:300}.referral-card{background:linear-gradient(135deg,var(--teal-xdark) 0%,var(--ink) 100%);border-radius:var(--radius-xl);padding:3rem;color:#fff;position:relative;overflow:hidden}.referral-card:before{content:"";position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:radial-gradient(circle,rgba(255,255,255,.07) 0%,transparent 70%);border-radius:50%}.referral-card-title{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.7rem}.referral-card-sub{font-size:.88rem;color:#fff9;line-height:1.65;margin-bottom:2rem;font-weight:300}.referral-reward{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-md);padding:1.3rem;margin-bottom:1.2rem}.referral-reward-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;margin-bottom:.3rem}.referral-reward-value{font-size:1.4rem;font-weight:700;color:var(--teal-light);letter-spacing:-.03em}.referral-reward-detail{font-size:.78rem;color:#ffffff80;margin-top:.2rem}.faq-section{background:var(--cream)}.faq-list{display:flex;flex-direction:column;gap:0;margin-top:2.5rem}.faq-item{border-bottom:1px solid var(--border)}.faq-item:first-child{border-top:1px solid var(--border)}.faq-q{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 0;cursor:pointer;gap:1.5rem}.faq-q-text{font-size:.95rem;font-weight:600;color:var(--ink);line-height:1.4}.faq-icon{width:24px;height:24px;border-radius:50%;background:var(--section-alt);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--teal-dark);font-weight:700;flex-shrink:0;transition:all var(--transition)}.faq-item.open .faq-icon{background:var(--teal);border-color:var(--teal);color:#fff;transform:rotate(45deg)}.faq-a{display:none;padding-bottom:1.2rem}.faq-a-inner{font-size:.9rem;color:var(--muted);line-height:1.75;font-weight:300}.faq-item.open .faq-a{display:block}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.blog-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition)}.blog-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px);border-color:var(--border-dark)}.blog-card-img{height:180px;background:var(--section-alt);overflow:hidden;position:relative}.blog-card-img img{width:100%;height:100%;object-fit:cover}.blog-card-tag{position:absolute;top:.8rem;left:.8rem;background:var(--teal);color:#fff;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.2rem .7rem;border-radius:var(--radius-pill)}.blog-card-body{padding:1.4rem}.blog-card h3{font-size:1rem;font-weight:700;color:var(--ink);line-height:1.35;margin-bottom:.5rem;letter-spacing:-.01em}.blog-card-meta{font-size:.75rem;color:var(--muted);margin-bottom:.6rem}.blog-card p{font-size:.85rem;color:var(--muted);line-height:1.65;font-weight:300}.blog-card-link{display:inline-flex;align-items:center;gap:.3rem;font-size:.83rem;font-weight:600;color:var(--teal);text-decoration:none;margin-top:1rem;transition:gap var(--transition)}.blog-card-link:hover{gap:.6rem}.profession-hero{background:var(--cream)}.profession-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--teal-pale);border:1px solid rgba(13,148,136,.22);color:var(--teal-dark);font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.35rem .9rem;border-radius:var(--radius-pill);margin-bottom:1.3rem}.agency-section{background:var(--section-alt)}.agency-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}.agency-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;transition:all var(--transition)}.agency-card:hover{box-shadow:var(--shadow-md);border-color:var(--border-dark)}.agency-card-icon{width:52px;height:52px;background:var(--teal-pale);border:1px solid rgba(13,148,136,.2);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.agency-card-title{font-size:1.1rem;font-weight:700;color:var(--ink);margin-bottom:.5rem;letter-spacing:-.02em}.agency-card-text{font-size:.87rem;color:var(--muted);line-height:1.7;font-weight:300}.about-hero{background:var(--teal-pale);padding:5rem 2rem}.about-story{background:#fff}.about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.value-card{background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.8rem}.value-icon{font-size:1.8rem;margin-bottom:.8rem}.value-title{font-size:1rem;font-weight:700;color:var(--ink);margin-bottom:.4rem;letter-spacing:-.01em}.value-text{font-size:.87rem;color:var(--muted);line-height:1.7;font-weight:300}.contact-section{background:var(--cream)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-top:3rem}.contact-form-wrap{background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);padding:2.5rem}.form-group{margin-bottom:1.3rem}.form-label{display:block;font-size:.83rem;font-weight:600;color:var(--ink-light);margin-bottom:.4rem}.form-input,.form-textarea,.form-select{width:100%;padding:.8rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-md);font-family:var(--font-body);font-size:.9rem;color:var(--ink);background:var(--cream);outline:none;transition:border-color var(--transition),box-shadow var(--transition)}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--teal);box-shadow:0 0 0 3px #0d94881f}.form-textarea{min-height:130px;resize:vertical}.site-footer{background:var(--ink);color:#fff;padding:0}.footer-inner{max-width:1200px;margin:0 auto;padding:4rem 2rem 0}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-tagline{font-size:.85rem;color:#ffffff73;line-height:1.65;font-weight:300;margin-top:.8rem;max-width:260px}.footer-socials{display:flex;gap:.6rem;margin-top:1.5rem}.footer-social{width:34px;height:34px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;color:#ffffff80;text-decoration:none;transition:all var(--transition)}.footer-social:hover{background:#0d94884d;color:var(--teal-light)}.footer-col-title{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:#ffffff59;font-weight:600;margin-bottom:1rem}.footer-link{display:block;color:#ffffff80;text-decoration:none;font-size:.85rem;margin-bottom:.6rem;transition:color var(--transition)}.footer-link:hover{color:#ffffffd9}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1.5rem 0}.footer-copy{font-size:.75rem;color:#ffffff40}.footer-legal{display:flex;gap:1.5rem;flex-wrap:wrap}.footer-legal-link{font-size:.75rem;color:#ffffff40;text-decoration:none;transition:color var(--transition)}.footer-legal-link:hover{color:#ffffff8c}.footer-reg{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.4rem .6rem;padding:1rem 0 .25rem;border-top:1px solid rgba(255,255,255,.06);font-size:.7rem;color:#fff3;text-align:center;line-height:1.6}.footer-reg-name{font-weight:600;color:#ffffff47}.footer-reg-divider{color:#ffffff1f}@media(max-width:600px){.footer-reg-divider--break{display:none}}.nav-icon-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-md);color:var(--ink-light);text-decoration:none;transition:all var(--transition);position:relative}.nav-icon-link:hover{background:var(--teal-pale);color:var(--teal-dark)}.nav-cart-link{margin-right:.25rem}.nav-cart-count{position:absolute;top:2px;right:2px;width:16px;height:16px;background:var(--coral);color:#fff;border-radius:50%;font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.product-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:var(--muted);margin-bottom:1.5rem}.product-breadcrumb a{color:var(--teal);text-decoration:none;transition:color var(--transition)}.product-breadcrumb a:hover{color:var(--teal-dark)}.product-image-wrap{margin:0 auto 1.5rem;border-radius:var(--radius-lg);overflow:hidden;background:#fff;border:1px solid var(--border);max-width:280px}.product-image{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;transition:opacity var(--transition)}.product-layout{display:grid;grid-template-columns:1fr 420px;gap:4rem;align-items:start}.product-title{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:var(--ink);letter-spacing:-.03em;line-height:1.2;margin-bottom:1.2rem}.product-desc{font-size:.95rem;color:var(--muted);line-height:1.8;font-weight:300;margin-bottom:.6rem}.product-ideal{font-size:.85rem;color:var(--teal-dark);font-weight:500;margin-bottom:2rem}.product-features{list-style:none;margin-bottom:2rem;display:grid;grid-template-columns:1fr 1fr;gap:.6rem 1rem}.product-features li{display:flex;align-items:center;gap:.5rem;font-size:.87rem;color:var(--ink-light);font-weight:400}.product-trust{display:flex;align-items:center;gap:1.5rem;padding:1.2rem 1.5rem;background:var(--teal-pale);border:1px solid rgba(13,148,136,.15);border-radius:var(--radius-md)}.product-trust-item{text-align:center}.product-trust-num{display:block;font-size:1.3rem;font-weight:700;color:var(--teal-dark);letter-spacing:-.03em}.product-trust-label{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.product-trust-divider{width:1px;height:36px;background:var(--border)}.product-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-card);position:sticky;top:2rem}.product-price-wrap{display:flex;align-items:baseline;gap:.4rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.product-price{font-size:2.2rem;font-weight:700;color:var(--ink);letter-spacing:-.04em}.product-price-period{font-size:.9rem;color:var(--muted);font-weight:400}.product-field{margin-bottom:1.2rem}.product-label{display:block;font-size:.83rem;font-weight:600;color:var(--ink-light);margin-bottom:.5rem}.product-select-wrap{position:relative}.product-select{width:100%;padding:.85rem 2.5rem .85rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-md);font-family:var(--font-body);font-size:.9rem;color:var(--ink);background:var(--cream);outline:none;appearance:none;-webkit-appearance:none;transition:border-color var(--transition),box-shadow var(--transition);cursor:pointer}.product-select:focus{border-color:var(--teal);box-shadow:0 0 0 3px #0d94881f}.product-select-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--muted)}.product-atc{width:100%;font-size:1rem;padding:.95rem 1.5rem;margin-bottom:.8rem}.product-atc:disabled{opacity:.5;cursor:not-allowed}.product-atc-note{font-size:.75rem;color:var(--muted);text-align:center;line-height:1.5}.product-compare{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.product-compare-label{font-size:.75rem;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.6rem}.product-compare-links{display:flex;flex-wrap:wrap;gap:.5rem}.product-compare-link{font-size:.8rem;color:var(--teal);text-decoration:none;font-weight:500;padding:.3rem .75rem;border:1px solid rgba(13,148,136,.25);border-radius:var(--radius-pill);transition:all var(--transition)}.product-compare-link:hover{background:var(--teal-pale);border-color:var(--teal)}.product-steps{display:flex;align-items:flex-start;gap:1rem;flex-wrap:wrap}.product-step{flex:1;min-width:160px;text-align:center}.product-step-num{width:40px;height:40px;background:var(--teal);color:#fff;border-radius:50%;font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto .8rem}.product-step-title{font-size:.9rem;font-weight:600;color:var(--ink);margin-bottom:.4rem}.product-step-text{font-size:.8rem;color:var(--muted);line-height:1.6;font-weight:300}.product-step-arrow{flex-shrink:0;margin-top:1rem;padding-top:.2rem}@media(max-width:900px){.product-layout{grid-template-columns:1fr;gap:2rem}.product-card{position:static}.product-features{grid-template-columns:1fr}.product-steps{flex-direction:column;align-items:center}.product-step-arrow{transform:rotate(90deg)}}@media(max-width:600px){.product-trust{flex-wrap:wrap;justify-content:center;gap:1rem}.product-trust-divider{display:none}}.text-teal{color:var(--teal)}.text-muted{color:var(--muted)}.text-center{text-align:center}.text-white{color:#fff}.bg-ink{background:var(--ink)}.bg-cream{background:var(--cream)}.bg-white{background:#fff}.bg-teal-pale{background:var(--teal-pale)}.bg-alt{background:var(--section-alt)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.section-disclaimer{font-size:.72rem;color:var(--muted);text-align:center;max-width:560px;margin:1.5rem auto 0;line-height:1.65;font-style:italic}@media(max-width:1024px){.hero-inner{grid-template-columns:1fr}.hero-visual{display:none}.plans-grid{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}.plan-card.featured{transform:none}.how-grid{grid-template-columns:1fr}.why-grid,.dest-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid,.referral-inner{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr}.agency-grid,.contact-grid,.about-values,.blog-grid{grid-template-columns:1fr}}@media(max-width:768px){.nav-links{display:none}.nav-hamburger{display:flex}.nav-inner{padding:.7rem 1rem;gap:.5rem}.nav-actions{gap:.5rem}.nav-actions .btn-sm{display:none}.hero-inner{padding:3.5rem 1.5rem}.hero-h1{font-size:2.6rem}.section{padding:3.5rem 1.5rem}.section-lg{padding:4rem 1.5rem}.trust-bar{gap:1.5rem}.footer-top{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;align-items:flex-start}.plans-grid{max-width:100%}.why-grid{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}.profession-grid,.about-stats,.dest-grid{grid-template-columns:repeat(2,1fr)}.compare-table{font-size:.78rem}.compare-table th,.compare-table td{padding:.7rem .8rem}}@media(max-width:480px){.hero-h1{font-size:2.2rem}.hero-actions{flex-direction:column;align-items:flex-start}.hero-actions .btn{width:100%;justify-content:center}.profession-grid{grid-template-columns:1fr}.dest-grid{grid-template-columns:1fr 1fr}.footer-legal{flex-direction:column;gap:.5rem}.cta-actions{flex-direction:column;align-items:center}}.dest-availability{margin:2.5rem 0 1.5rem;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:#fff}.dest-availability-title{padding:1rem 1.5rem;font-size:.82rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);background:var(--cream);border-bottom:1px solid var(--border)}.dest-availability-grid{display:flex;flex-direction:column}.dest-row{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;border-bottom:1px solid var(--border);align-items:center}.dest-row:last-child{border-bottom:none}.dest-row-header{background:var(--teal-pale)}.dest-row-header .dest-tier{font-size:.78rem;font-weight:600;color:var(--teal-dark);text-align:center;padding:.75rem .5rem}.dest-row-header .dest-country{font-size:.78rem;font-weight:600;color:var(--teal-dark);padding:.75rem 1.25rem}.dest-country{padding:.75rem 1.25rem;font-size:.88rem;font-weight:500;color:var(--ink);display:flex;align-items:center;gap:.5rem}.dest-flag{font-size:1.1rem;line-height:1;display:flex;justify-content:center;align-items:center}.dest-tier{text-align:center;padding:.75rem .5rem}.dest-yes{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;background:#dcfce7;color:#16a34a;border-radius:50%;font-size:.75rem;font-weight:700}.dest-soon{display:inline-block;font-size:.72rem;font-weight:600;color:var(--muted);background:var(--cream);border:1px solid var(--border);border-radius:20px;padding:.2rem .6rem;white-space:nowrap}@media(max-width:600px){.dest-row{grid-template-columns:1.4fr .8fr .8fr .8fr}.dest-country{font-size:.8rem;padding:.65rem .75rem}.dest-row-header .dest-tier{font-size:.68rem;padding:.65rem .25rem}.dest-soon{font-size:.65rem;padding:.15rem .4rem}}#joy-widget-mount,#joy-widget-mount *{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/79/assets/simscrubs.css.map */
