*{margin:0;padding:0;box-sizing:border-box}:root{--navy:#1a2744;--navy-deep:#0f1a2e;--gold:#c9a84c;--gold-light:#d4b35a;--cream:#faf8f2;--sage:#7a9e7e;--warm-gray:#8c8279;--text:#2d2926;--text-light:#5c5652;--terracotta:#c26b49;--border:#eae6dc}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);background:var(--cream);font-size:18px;line-height:1.6;overflow-x:hidden}h1,h2,h3{font-family:Playfair Display,Georgia,serif;line-height:1.2}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 2rem;transition:all .3s ease;background:transparent}.nav-scrolled{background:rgba(26,39,68,.97);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:.75rem 2rem;box-shadow:0 2px 20px rgba(0,0,0,.15)}.nav-inner{max-width:1200px;margin:0 auto;justify-content:space-between}.nav-inner,.nav-logo{display:flex;align-items:center}.nav-logo{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;gap:.5rem;transition:opacity .2s}.nav-logo:hover{opacity:.9}.nav-logo-icon{color:var(--gold);font-size:1.2rem}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{color:hsla(0,0%,100%,.85);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:#fff}.nav-cta{background:var(--gold)!important;color:var(--navy)!important;padding:.6rem 1.5rem;border-radius:6px;font-weight:600!important;transition:all .3s ease!important}.nav-cta:hover{background:var(--gold-light)!important;transform:translateY(-1px)}.nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;z-index:1001}.nav-hamburger span{display:block;width:24px;height:2px;background:#fff;transition:all .3s ease;border-radius:2px}.nav-hamburger-open span:first-child{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(--navy-deep);padding:0;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.nav-mobile-open{max-height:calc(100vh - 60px);overflow-y:auto;padding:1rem 0}.nav-mobile a{color:hsla(0,0%,100%,.85);text-decoration:none;font-size:1rem;padding:.9rem 2rem;transition:background .2s}.nav-mobile a:hover{background:hsla(0,0%,100%,.05);color:#fff}.nav-cta-mobile{margin:.5rem 2rem 0;background:var(--gold)!important;color:var(--navy)!important;border-radius:6px;text-align:center;font-weight:600;padding:.9rem 2rem!important}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--navy) 0,#2a3f6b 50%,#1e3358 100%);color:#fff;padding:6rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}.hero:before{top:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero:after,.hero:before{content:"";position:absolute;left:0;right:0}.hero:after{bottom:-2px;height:80px;background:linear-gradient(to top,var(--cream),transparent);pointer-events:none}.hero-content{max-width:850px;position:relative;z-index:1}.hero-eyebrow{font-size:.85rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem}.hero h1{font-size:clamp(2.5rem,5.5vw,4.25rem);margin-bottom:1.5rem;font-weight:700}.hero h1 .gold{color:var(--gold)}.hero-sub{font-size:1.25rem;opacity:.9;max-width:640px;margin:0 auto 2.5rem;line-height:1.7}.hero-ctas{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.cta-button{display:inline-block;background:var(--gold);color:var(--navy);padding:1rem 2.5rem;border-radius:6px;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;font-family:Inter,sans-serif}.cta-button:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 25px rgba(201,168,76,.3)}.cta-button-outline{background:transparent;color:var(--navy);border:2px solid var(--navy)}.cta-button-outline:hover{background:var(--navy);color:#fff;box-shadow:0 8px 25px rgba(26,39,68,.2)}.hero-proof{margin-top:2.5rem;font-size:.9rem;opacity:.7}.hero-proof strong{color:var(--gold);opacity:1}.proof-bar{background:#fff;padding:2.5rem 2rem;border-bottom:1px solid var(--border)}.proof-bar-inner{max-width:900px;margin:0 auto;justify-content:center;gap:3rem}.proof-bar-inner,.proof-stat{display:flex;align-items:center}.proof-stat{flex-direction:column;text-align:center}.proof-number{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:700;color:var(--navy);line-height:1}.proof-label{font-size:.8rem;color:var(--text-light);margin-top:.35rem;max-width:160px}.proof-divider{width:1px;height:50px;background:var(--border)}.section-subtitle{font-size:1.125rem;color:var(--text-light);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.section-subtitle-light{color:hsla(0,0%,100%,.75)}.how-it-works{padding:6rem 2rem 5rem;max-width:1100px;margin:0 auto;text-align:center}.how-it-works h2{font-size:2.5rem;color:var(--navy);margin-bottom:1rem}.steps{display:flex;align-items:flex-start;justify-content:center;gap:1.5rem;margin-top:3rem}.step{flex:1 1;max-width:320px;padding:2.5rem 2rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.06);text-align:left;transition:transform .3s ease,box-shadow .3s ease}.step:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.1)}.step-number{width:48px;height:48px;background:var(--navy);color:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;margin-bottom:1.5rem;font-family:Playfair Display,serif}.step h3{font-size:1.25rem;color:var(--navy);margin-bottom:.75rem}.step p{color:var(--text-light);font-size:.95rem;line-height:1.7}.step-arrow{display:flex;align-items:center;font-size:1.5rem;color:var(--gold);font-weight:700;padding-top:3rem;flex-shrink:0}.how-cta-wrap{margin-top:3.5rem}.destinations{padding:6rem 2rem;background:var(--navy);color:#fff;text-align:center}.destinations h2{font-size:2.5rem;margin-bottom:1rem}.dest-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:1000px;margin:0 auto}.dest-card{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);border-radius:12px;padding:2rem;text-align:left;transition:transform .3s ease,background .3s ease}.dest-card:hover{transform:translateY(-4px);background:hsla(0,0%,100%,.12)}.dest-card .destination{font-family:Playfair Display,serif;font-size:1.5rem;margin-bottom:.5rem}.dest-card .route{font-size:.85rem;opacity:.6;margin-bottom:1rem}.dest-card .price{display:flex;align-items:baseline;gap:.75rem}.dest-card .original{text-decoration:line-through;opacity:.5;font-size:1rem}.dest-card .points{color:var(--gold);font-size:1.25rem;font-weight:700}.dest-card .taxes{font-size:.8rem;opacity:.6;margin-top:.25rem}.testimonials{padding:6rem 2rem;background:var(--cream);text-align:center}.testimonials h2{font-size:2.5rem;color:var(--navy);margin-bottom:1rem}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1100px;margin:0 auto}.testimonial-card{background:#fff;border-radius:16px;padding:2.5rem 2rem;text-align:left;box-shadow:0 4px 20px rgba(0,0,0,.06);border:1px solid var(--border);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.1)}.testimonial-stars{color:var(--gold);font-size:1.1rem;margin-bottom:1rem;letter-spacing:2px}.testimonial-card blockquote{font-size:.95rem;color:var(--text);line-height:1.7;font-style:italic;flex:1 1;margin-bottom:1.5rem}.testimonial-author{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid var(--border)}.testimonial-avatar{width:44px;height:44px;border-radius:50%;background:var(--navy);color:var(--gold);display:flex;align-items:center;justify-content:center;font-family:Playfair Display,serif;font-weight:700;font-size:1.1rem;flex-shrink:0}.testimonial-name{font-weight:600;font-size:.95rem;color:var(--navy)}.testimonial-detail{font-size:.8rem;color:var(--warm-gray)}.quiz-section{padding:6rem 2rem;text-align:center;background:#fff;scroll-margin-top:4rem}.quiz-section h2{font-size:2.5rem;color:var(--navy);margin-bottom:1rem}.quiz-fade-in{opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.quiz-fade-out{opacity:0;transform:translateY(12px);transition:opacity .2s ease,transform .2s ease}.quiz-intro{max-width:600px;margin:0 auto}.quiz-intro-badge{display:inline-block;background:#fef9ec;color:#96782e;padding:.4rem 1.2rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;border:1px solid #f0e4c4}.quiz-preview-items{display:flex;justify-content:center;gap:2rem;margin-bottom:2.5rem;flex-wrap:wrap}.quiz-preview-item{display:flex;align-items:center;gap:.4rem;font-size:.95rem;color:var(--text-light)}.quiz-preview-icon{color:var(--sage);font-weight:700;font-size:1.1rem}.quiz-intro-note{margin-top:1rem;font-size:.8rem;color:var(--warm-gray)}.quiz-container{max-width:680px;margin:0 auto;background:var(--cream);border-radius:16px;padding:2.5rem 2rem;box-shadow:0 4px 24px rgba(0,0,0,.06);border:1px solid var(--border)}.quiz-progress{margin-bottom:2rem}.quiz-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.quiz-progress-label{font-size:.85rem;font-weight:500;color:var(--text-light)}.quiz-progress-percent{font-size:.85rem;font-weight:600;color:var(--navy)}.quiz-progress-track{width:100%;height:6px;background:#ddd8ce;border-radius:3px;overflow:hidden}.quiz-progress-fill{height:100%;background:linear-gradient(90deg,var(--gold),var(--gold-light));border-radius:3px;transition:width .4s ease}.quiz-body{text-align:center}.quiz-emoji{font-size:2.5rem;margin-bottom:1rem}.quiz-question{font-family:Playfair Display,Georgia,serif;font-size:1.4rem;color:var(--navy);margin-bottom:1.75rem;line-height:1.4}.quiz-options{display:flex;flex-direction:column;gap:.75rem}.quiz-option{display:flex;align-items:center;gap:.9rem;width:100%;padding:1rem 1.25rem;background:#fff;border:2px solid #e2ddd4;border-radius:10px;cursor:pointer;text-align:left;font-family:Inter,sans-serif;font-size:.95rem;color:var(--text);transition:all .2s ease}.quiz-option:hover:not(:disabled){border-color:var(--navy);background:#fdfcfa;transform:translateX(4px)}.quiz-option.selected{border-color:var(--gold);background:#fef9ec;box-shadow:0 0 0 1px var(--gold)}.quiz-option:disabled{cursor:default;opacity:.7}.option-letter{display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;border-radius:8px;background:var(--navy);color:var(--gold);font-weight:700;font-size:.85rem;font-family:Playfair Display,serif}.quiz-option.selected .option-letter{background:var(--gold);color:var(--navy)}.option-text{line-height:1.4}.quiz-back-btn{display:inline-block;margin-top:1.5rem;padding:.5rem 1.2rem;background:none;border:none;color:var(--text-light);font-family:Inter,sans-serif;font-size:.9rem;cursor:pointer;transition:color .2s}.quiz-back-btn:hover:not(:disabled){color:var(--navy)}.quiz-back-btn:disabled{opacity:.5;cursor:default}.quiz-results{max-width:720px;margin:0 auto;animation:resultsReveal .6s ease}@keyframes resultsReveal{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.results-header{margin-bottom:2rem}.score-circle-wrapper{position:relative;margin:0 auto 2.5rem}.score-circle,.score-circle-wrapper{width:160px;height:160px}.score-circle-progress{transition:stroke-dashoffset .05s linear}.score-circle-value{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.score-number{display:block;font-family:Playfair Display,Georgia,serif;font-size:3rem;font-weight:700;color:var(--navy);line-height:1}.score-max{font-family:Inter,sans-serif;font-size:1rem;color:var(--warm-gray);font-weight:500}.score-components{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;margin-bottom:2.5rem}.score-component{background:var(--cream);border-radius:12px;padding:1.5rem;text-align:left;border:1px solid var(--border)}.component-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.component-icon{font-size:1.3rem}.component-title-row{display:flex;justify-content:space-between;align-items:baseline;flex:1 1}.component-title{font-family:Inter,sans-serif;font-weight:600;font-size:.95rem;color:var(--navy)}.component-value{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700;color:var(--navy)}.component-max{font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;color:var(--warm-gray)}.component-bar-track{width:100%;height:8px;background:#ddd8ce;border-radius:4px;overflow:hidden;margin-bottom:.75rem}.component-bar-fill{height:100%;border-radius:4px;transition:width 1.5s cubic-bezier(.22,1,.36,1)}.component-bar-pp{background:linear-gradient(90deg,var(--gold),var(--gold-light))}.component-bar-tr{background:linear-gradient(90deg,var(--sage),#92b896)}.component-bar-so{background:linear-gradient(90deg,var(--terracotta),#d47e5e)}.component-desc{font-size:.88rem;color:var(--text-light);line-height:1.5}.results-recommendation{background:linear-gradient(135deg,var(--navy) 0,#2a3f6b 100%);color:#fff;padding:1.5rem 2rem;border-radius:12px;margin-bottom:2.5rem}.results-recommendation p{font-size:1.05rem;line-height:1.6;font-style:italic}.results-email-capture{background:var(--cream);border-radius:12px;padding:2.5rem 2rem;border:1px solid var(--border);margin-bottom:1.5rem}.results-email-capture h3{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;color:var(--navy);margin-bottom:.5rem}.capture-subtitle{font-size:.95rem;color:var(--text-light);margin-bottom:1.5rem;max-width:480px;margin-left:auto;margin-right:auto;line-height:1.6}.capture-form{display:flex;flex-direction:column;gap:.75rem;max-width:400px;margin:0 auto}.capture-input{width:100%;padding:.9rem 1.25rem;border:2px solid #ddd8ce;border-radius:8px;font-size:1rem;font-family:Inter,sans-serif;transition:border-color .3s;background:#fff}.capture-input:focus{outline:none;border-color:var(--navy)}.capture-btn{width:100%;margin-top:.25rem}.form-note{margin-top:.75rem;font-size:.8rem;color:var(--warm-gray)}.capture-success{padding:1.5rem}.capture-success-icon{font-size:2.5rem;margin-bottom:.75rem}.capture-success h3{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;color:#2e7d32;margin-bottom:.5rem}.capture-success p{color:#1b5e20;font-size:1rem;line-height:1.6}.quiz-retake{display:inline-block;padding:.5rem 1.2rem;background:none;border:none;color:var(--warm-gray);font-family:Inter,sans-serif;font-size:.85rem;cursor:pointer;transition:color .2s}.quiz-retake:hover{color:var(--navy)}.faq-section{padding:6rem 2rem;background:var(--cream);text-align:center}.faq-section h2{font-size:2.5rem;color:var(--navy);margin-bottom:1rem}.faq-list{max-width:720px;margin:0 auto 3rem;text-align:left}.faq-item{border-bottom:1px solid var(--border)}.faq-item:first-child{border-top:1px solid var(--border)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0;background:none;border:none;cursor:pointer;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:600;color:var(--navy);text-align:left;transition:color .2s}.faq-icon,.faq-question:hover{color:var(--gold)}.faq-icon{font-size:1.5rem;font-weight:300;flex-shrink:0;width:28px;text-align:center;transition:transform .3s ease}.faq-open .faq-icon{transform:rotate(180deg)}.faq-answer-wrapper{overflow:hidden;transition:max-height .35s ease}.faq-answer{padding-bottom:1.25rem}.faq-answer p{font-size:.95rem;color:var(--text-light);line-height:1.7}.faq-cta{margin-top:2rem}.faq-cta p{font-size:1rem;color:var(--text-light);margin-bottom:1rem}.footer{background:var(--navy-deep);color:hsla(0,0%,100%,.7);padding:0}.footer-inner{max-width:1200px;margin:0 auto;padding:4rem 2rem 3rem;display:grid;grid-template-columns:1.5fr 2fr 1.5fr;grid-gap:3rem;gap:3rem}.footer-logo{font-family:Playfair Display,Georgia,serif;font-size:1.4rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.footer-logo-icon{color:var(--gold);font-size:1.1rem}.footer-tagline{font-size:.85rem;color:var(--gold);margin-bottom:1rem;font-weight:500}.footer-desc{font-size:.85rem;line-height:1.6;color:hsla(0,0%,100%,.5)}.footer-links{display:flex;gap:3rem}.footer-col{display:flex;flex-direction:column;gap:.6rem}.footer-col h4{font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:hsla(0,0%,100%,.4);margin-bottom:.5rem}.footer-col a{color:hsla(0,0%,100%,.7);text-decoration:none;font-size:.9rem;transition:color .2s}.footer-col a:hover{color:#fff}.footer-newsletter h4{font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:hsla(0,0%,100%,.4);margin-bottom:.5rem}.footer-newsletter>p{font-size:.85rem;line-height:1.5;color:hsla(0,0%,100%,.55);margin-bottom:1rem}.footer-newsletter-form{display:flex;gap:.5rem}.footer-newsletter-input{flex:1 1;padding:.7rem 1rem;border-radius:6px;border:1px solid hsla(0,0%,100%,.15);background:hsla(0,0%,100%,.08);color:#fff;font-size:.9rem;font-family:Inter,sans-serif;transition:border-color .3s}.footer-newsletter-input::placeholder{color:hsla(0,0%,100%,.35)}.footer-newsletter-input:focus{outline:none;border-color:var(--gold)}.footer-newsletter-btn{padding:.7rem 1.25rem;border-radius:6px;border:none;background:var(--gold);color:var(--navy);font-size:.85rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:background .3s;white-space:nowrap}.footer-newsletter-btn:hover{background:var(--gold-light)}.footer-newsletter-success{font-size:.9rem;color:var(--sage)!important;font-weight:500}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.08);padding:1.5rem 2rem;text-align:center}.footer-bottom p{font-size:.8rem;color:hsla(0,0%,100%,.35)}@media (max-width:1024px){.footer-inner{grid-template-columns:1fr;gap:2.5rem}.footer-links{gap:2rem}}@media (max-width:768px){.nav-links{display:none}.nav-hamburger,.nav-mobile{display:flex}.hero{min-height:85vh;padding:5rem 1.5rem 3rem}.hero h1{font-size:clamp(2rem,7vw,3rem)}.hero-sub{font-size:1.05rem}.proof-bar-inner{flex-direction:column;gap:1.5rem}.proof-divider{width:60px;height:1px}.steps{flex-direction:column;align-items:center}.step{max-width:100%}.step-arrow{transform:rotate(90deg);padding-top:0;font-size:1.25rem}.dest-grid,.testimonial-grid{grid-template-columns:1fr}.quiz-section{padding:4rem 1rem}.quiz-container{padding:1.75rem 1.25rem;border-radius:12px}.quiz-question{font-size:1.2rem}.quiz-option{padding:.9rem 1rem;font-size:.9rem}.option-letter{width:28px;height:28px;min-width:28px;font-size:.8rem}.quiz-preview-items{flex-direction:column;align-items:center;gap:.75rem}.score-circle,.score-circle-wrapper{width:140px;height:140px}.score-number{font-size:2.5rem}.quiz-results{max-width:100%}.results-email-capture{padding:1.75rem 1.25rem}.results-recommendation{padding:1.25rem 1.5rem}.faq-section{padding:4rem 1.5rem}.faq-question{font-size:.95rem}.footer-inner{grid-template-columns:1fr;gap:2rem;padding:3rem 1.5rem 2rem}.footer-links{gap:1.5rem}.footer-links,.footer-newsletter-form{flex-direction:column}.footer-newsletter-btn{width:100%}.destinations h2,.faq-section h2,.how-it-works h2,.quiz-section h2,.testimonials h2{font-size:2rem}}@media (max-width:480px){.nav{padding:.75rem 1rem}.nav-scrolled{padding:.6rem 1rem}.nav-logo{font-size:1.25rem}.hero{min-height:80vh;padding:4.5rem 1.25rem 2.5rem}.hero h1{font-size:2rem}.cta-button{padding:.9rem 2rem;font-size:1rem}.proof-number{font-size:1.6rem}.section-subtitle{font-size:1rem}}.content-page{max-width:1100px;margin:0 auto;padding:0 2rem 4rem}.breadcrumbs{padding:1.5rem 0 .5rem}.breadcrumb-list{display:flex;align-items:center;gap:0;list-style:none;font-size:.85rem}.breadcrumb-item a{color:var(--gold);text-decoration:none;font-weight:500;transition:color .2s}.breadcrumb-item a:hover{color:var(--navy)}.breadcrumb-separator{color:var(--warm-gray);margin:0 .5rem}.breadcrumb-current{color:var(--text-light);max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-page-header{text-align:center;padding:2rem 0 3rem;border-bottom:1px solid var(--border);margin-bottom:3rem}.content-page-header h1{font-size:2.75rem;color:var(--navy);margin-bottom:1rem}.content-page-subtitle{font-size:1.15rem;color:var(--text-light);max-width:640px;margin:0 auto;line-height:1.7}.section-heading{font-family:Playfair Display,Georgia,serif;font-size:1.75rem;color:var(--navy);margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--gold);display:inline-block}.article-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem}.all-articles-section,.article-grid,.featured-section{margin-bottom:3rem}.article-card{display:block;background:#fff;border-radius:12px;border:1px solid var(--border);overflow:hidden;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease}.article-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.1)}.article-card-body{padding:1.75rem}.article-card-category{display:inline-block;background:#fef9ec;color:#96782e;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.article-card-title{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;color:var(--navy);margin-bottom:.75rem;line-height:1.3}.article-card-description{font-size:.9rem;color:var(--text-light);line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-card-meta{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--warm-gray)}.article-card-dot{font-weight:700}.article-card-tags{display:flex;gap:.4rem;margin-top:.75rem;flex-wrap:wrap}.article-card-tag{background:var(--cream);color:var(--text-light);padding:.2rem .6rem;border-radius:4px;font-size:.7rem;font-weight:500}.destination-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));grid-gap:1.5rem;gap:1.5rem}.destination-grid,.destination-region-section{margin-bottom:3rem}.destination-card-link{display:block;background:#fff;border-radius:12px;border:1px solid var(--border);overflow:hidden;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease}.destination-card-link:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.1)}.destination-card-content{padding:1.75rem}.destination-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.destination-card-emoji{font-size:1.5rem}.destination-card-region{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--gold)}.destination-card-title{font-family:Playfair Display,Georgia,serif;font-size:1.4rem;color:var(--navy);margin-bottom:.5rem}.destination-card-description{font-size:.9rem;color:var(--text-light);line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.destination-card-stats{display:flex;gap:1.5rem;padding:.75rem 0;border-top:1px solid var(--border);margin-bottom:.75rem}.destination-card-stat{display:flex;flex-direction:column;gap:.15rem}.stat-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.5px;color:var(--warm-gray);font-weight:500}.stat-value{font-family:Playfair Display,Georgia,serif;font-size:1.1rem;font-weight:700}.stat-points{color:var(--gold)}.stat-cash{color:var(--navy);text-decoration:line-through;opacity:.6}.destination-card-timing{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--text-light);margin-bottom:.75rem}.timing-icon{font-size:.9rem}.destination-card-footer{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--warm-gray);padding-top:.75rem;border-top:1px solid var(--border)}.destination-card-cta{color:var(--gold);font-weight:600}.article-layout{margin-bottom:3rem}.article-header{padding-bottom:2rem;margin-bottom:2rem;border-bottom:1px solid var(--border)}.article-meta-bar{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.article-category-badge{display:inline-block;background:var(--navy);color:var(--gold);padding:.3rem .8rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.article-meta-bar time{font-size:.85rem;color:var(--text-light)}.article-reading-badge{font-size:.85rem;color:var(--warm-gray);font-weight:500}.article-header h1{font-size:2.5rem;color:var(--navy);margin-bottom:1rem;line-height:1.2}.article-description{font-size:1.15rem;color:var(--text-light);line-height:1.7;max-width:720px}.article-author{margin-top:1rem;font-size:.9rem;color:var(--text-light)}.article-author strong{color:var(--navy)}.destination-quick-stats{display:flex;gap:2rem;margin-top:1.5rem;padding:1.25rem 1.5rem;background:#fff;border-radius:10px;border:1px solid var(--border);flex-wrap:wrap}.quick-stat{display:flex;flex-direction:column;gap:.2rem}.quick-stat-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.5px;color:var(--warm-gray);font-weight:500}.quick-stat-value{font-family:Playfair Display,Georgia,serif;font-size:1.2rem;font-weight:700;color:var(--navy)}.quick-stat-small{font-family:Inter,sans-serif;font-size:.85rem;font-weight:500}.article-body-with-toc{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:1024px){.article-body-with-toc{grid-template-columns:240px 1fr;gap:3rem}}.toc{position:-webkit-sticky;position:sticky;top:100px;align-self:start;max-height:calc(100vh - 120px);overflow-y:auto;padding:1.25rem;background:#fff;border-radius:10px;border:1px solid var(--border)}.toc-title{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--warm-gray);margin-bottom:.75rem}.toc-list{list-style:none}.toc-item{margin-bottom:.25rem}.toc-item a{display:block;padding:.35rem .5rem;font-size:.82rem;color:var(--text-light);text-decoration:none;border-radius:4px;line-height:1.4;transition:all .2s ease;border-left:2px solid transparent}.toc-item a:hover{color:var(--navy);background:var(--cream)}.toc-level-3 a{padding-left:1.25rem;font-size:.78rem}.toc-active a{color:var(--navy)!important;font-weight:600;border-left-color:var(--gold)!important;background:#fef9ec}.prose{max-width:720px;font-size:1.05rem;line-height:1.8;color:var(--text)}.prose h2{font-size:1.75rem;color:var(--navy);margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.4rem;border-bottom:1px solid var(--border)}.prose h3{font-size:1.3rem;color:var(--navy);margin-top:2rem;margin-bottom:.75rem}.prose p{margin-bottom:1.25rem}.prose a{color:var(--gold);text-decoration:underline;text-underline-offset:2px;transition:color .2s}.prose a:hover,.prose strong{color:var(--navy)}.prose strong{font-weight:600}.prose em{color:var(--text-light)}.prose ol,.prose ul{margin-bottom:1.25rem;padding-left:1.5rem}.prose li{margin-bottom:.5rem}.prose blockquote{border-left:3px solid var(--gold);padding:.75rem 1.25rem;margin:1.5rem 0;background:#fef9ec;border-radius:0 8px 8px 0;color:var(--text-light);font-style:italic}.prose hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem;overflow-x:auto;display:block}.prose thead{background:var(--navy);color:#fff}.prose th{padding:.75rem 1rem;text-align:left;font-weight:600;font-size:.82rem;white-space:nowrap}.prose td{padding:.65rem 1rem;border-bottom:1px solid var(--border)}.prose tbody tr:nth-child(2n){background:#faf8f2}.prose code,.prose tbody tr:hover{background:#f4f0e6}.prose code{padding:.15rem .4rem;border-radius:4px;font-size:.88rem;font-family:SF Mono,Monaco,Cascadia Code,monospace}.prose pre{background:var(--navy-deep);color:#e8e4dc;padding:1.25rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0;font-size:.85rem;line-height:1.6}.prose pre code{background:none;padding:0;font-size:inherit}.prose img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0}.article-tags{display:flex;gap:.5rem;flex-wrap:wrap;padding:1.5rem 0;border-top:1px solid var(--border);margin-top:2rem}.article-tag{background:var(--cream);color:var(--text-light);padding:.35rem .85rem;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid var(--border);transition:all .2s}.article-tag:hover{background:#fff;border-color:var(--gold);color:var(--navy)}.related-section{margin:3rem 0;padding-top:2rem;border-top:1px solid var(--border)}.content-cta-section{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,var(--navy) 0,#2a3f6b 100%);color:#fff;border-radius:16px;margin-top:3rem}.content-cta-section h2{font-size:2rem;margin-bottom:.75rem;color:#fff}.content-cta-section p{font-size:1.05rem;opacity:.85;margin-bottom:1.5rem;max-width:500px;margin-left:auto;margin-right:auto}@media (max-width:768px){.content-page{padding:0 1.25rem 3rem}.content-page-header h1{font-size:2rem}.article-header h1{font-size:1.75rem}.article-body-with-toc,.article-grid,.destination-grid{grid-template-columns:1fr}.toc{position:static;max-height:none;margin-bottom:1.5rem}.prose{font-size:1rem}.prose h2{font-size:1.4rem}.prose h3{font-size:1.15rem}.prose table{font-size:.8rem}.prose td,.prose th{padding:.5rem .6rem}.destination-quick-stats{flex-direction:column;gap:1rem}.content-cta-section{padding:2rem 1.5rem;border-radius:12px}.content-cta-section h2{font-size:1.5rem}}@media (max-width:480px){.article-meta-bar{flex-direction:column;align-items:flex-start;gap:.5rem}.breadcrumb-current{max-width:180px}}.site-footer{background:var(--navy-deep);color:hsla(0,0%,100%,.7);padding:0}.site-footer-inner{max-width:1200px;margin:0 auto;padding:4rem 2rem 3rem;display:grid;grid-template-columns:1.5fr 2fr 1.5fr;grid-gap:3rem;gap:3rem}.site-footer-logo{font-family:Playfair Display,Georgia,serif;font-size:1.4rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.site-footer-logo-icon{color:var(--gold);font-size:1.1rem}.site-footer-tagline{font-size:.85rem;color:var(--gold);margin-bottom:1rem;font-weight:500}.site-footer-desc{font-size:.85rem;line-height:1.6;color:hsla(0,0%,100%,.5);margin-bottom:1.25rem}.site-footer-social{display:flex;gap:1rem;margin-top:.5rem}.social-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.6);text-decoration:none;transition:all .2s ease}.social-icon:hover{background:var(--gold);color:var(--navy);transform:translateY(-2px)}.social-icon svg{display:block}.site-footer-links{display:flex;gap:3rem}.site-footer-col{display:flex;flex-direction:column;gap:.6rem}.site-footer-col h4{font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:hsla(0,0%,100%,.4);margin-bottom:.5rem}.site-footer-col a{color:hsla(0,0%,100%,.7);text-decoration:none;font-size:.9rem;transition:color .2s}.site-footer-col a:hover{color:#fff}.site-footer-bottom{border-top:1px solid hsla(0,0%,100%,.08);padding:1.5rem 2rem;text-align:center}.site-footer-bottom p{font-size:.8rem;color:hsla(0,0%,100%,.35)}.email-signup-footer .email-signup-heading{font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:hsla(0,0%,100%,.4);margin-bottom:.5rem}.email-signup-footer .email-signup-subheading{font-size:.85rem;line-height:1.5;color:hsla(0,0%,100%,.55);margin-bottom:1rem}.email-signup-footer .email-signup-form{display:flex;gap:.5rem}.email-signup-footer .email-signup-input{flex:1 1;padding:.7rem 1rem;border-radius:6px;border:1px solid hsla(0,0%,100%,.15);background:hsla(0,0%,100%,.08);color:#fff;font-size:.9rem;font-family:Inter,sans-serif;transition:border-color .3s}.email-signup-footer .email-signup-input::placeholder{color:hsla(0,0%,100%,.35)}.email-signup-footer .email-signup-input:focus{outline:none;border-color:var(--gold)}.email-signup-footer .email-signup-btn{padding:.7rem 1.25rem;border-radius:6px;border:none;background:var(--gold);color:var(--navy);font-size:.85rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:background .3s;white-space:nowrap}.email-signup-footer .email-signup-btn:hover{background:var(--gold-light)}.email-signup-footer .email-signup-note{display:none}.email-signup-footer .email-signup-success-text{font-size:.9rem;color:var(--sage);font-weight:500}.email-signup-inline{background:var(--cream);border:1px solid var(--border);border-radius:12px;padding:2.5rem 2rem;text-align:center}.email-signup-inline .email-signup-heading{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;color:var(--navy);margin-bottom:.5rem}.email-signup-inline .email-signup-subheading{font-size:.95rem;color:var(--text-light);margin-bottom:1.5rem;max-width:480px;margin-left:auto;margin-right:auto;line-height:1.6}.email-signup-inline .email-signup-form{display:flex;gap:.75rem;max-width:460px;margin:0 auto}.email-signup-inline .email-signup-input{flex:1 1;padding:.9rem 1.25rem;border:2px solid #ddd8ce;border-radius:8px;font-size:1rem;font-family:Inter,sans-serif;transition:border-color .3s;background:#fff}.email-signup-inline .email-signup-input:focus{outline:none;border-color:var(--navy)}.email-signup-inline .email-signup-btn{padding:.9rem 1.75rem;border-radius:8px;border:none;background:var(--gold);color:var(--navy);font-size:1rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:all .3s;white-space:nowrap}.email-signup-inline .email-signup-btn:hover{background:var(--gold-light);transform:translateY(-1px)}.email-signup-inline .email-signup-note{margin-top:.75rem;font-size:.8rem;color:var(--warm-gray)}.email-signup-inline .email-signup-success{padding:1rem}.email-signup-inline .email-signup-success-icon{font-size:2rem;display:block;margin-bottom:.5rem}.email-signup-inline .email-signup-success-text{color:#2e7d32;font-size:1rem;font-weight:500}.email-signup-page{background:#fff;border:1px solid var(--border);border-radius:16px;padding:3rem 2.5rem;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.06)}.email-signup-page .email-signup-heading{font-family:Playfair Display,Georgia,serif;font-size:1.75rem;color:var(--navy);margin-bottom:.75rem}.email-signup-page .email-signup-subheading{font-size:1.05rem;color:var(--text-light);margin-bottom:2rem;max-width:520px;margin-left:auto;margin-right:auto;line-height:1.7}.email-signup-page .email-signup-form{display:flex;gap:.75rem;max-width:500px;margin:0 auto}.email-signup-page .email-signup-input{flex:1 1;padding:1rem 1.25rem;border:2px solid #ddd8ce;border-radius:8px;font-size:1.05rem;font-family:Inter,sans-serif;transition:border-color .3s;background:var(--cream)}.email-signup-page .email-signup-input:focus{outline:none;border-color:var(--navy);background:#fff}.email-signup-page .email-signup-btn{padding:1rem 2rem;border-radius:8px;border:none;background:var(--gold);color:var(--navy);font-size:1.05rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:all .3s;white-space:nowrap}.email-signup-page .email-signup-btn:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 25px rgba(201,168,76,.3)}.email-signup-page .email-signup-note{margin-top:1rem;font-size:.85rem;color:var(--warm-gray)}.email-signup-page .email-signup-success{padding:1.5rem}.email-signup-page .email-signup-success-icon{font-size:2.5rem;display:block;margin-bottom:.75rem}.email-signup-page .email-signup-success-text{color:#2e7d32;font-size:1.15rem;font-weight:500}.blog-email-signup{margin:3rem 0;padding-top:2rem;border-top:1px solid var(--border)}.review-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem}.review-grid,.reviews-section{margin-bottom:3rem}.review-card{display:block;background:#fff;border-radius:12px;border:1px solid var(--border);overflow:hidden;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease}.review-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.1)}.review-card-body{padding:1.75rem}.review-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.review-card-type{display:inline-block;background:var(--navy);color:var(--gold);padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.review-card-rating{display:flex;align-items:center;gap:.35rem}.review-stars{color:var(--gold);font-size:1rem;letter-spacing:1px}.review-rating-num{font-size:.8rem;color:var(--warm-gray);font-weight:600}.review-card-title{font-family:Playfair Display,Georgia,serif;font-size:1.2rem;color:var(--navy);margin-bottom:.75rem;line-height:1.3}.review-card-description{font-size:.9rem;color:var(--text-light);line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.review-card-details{display:flex;gap:1.5rem;padding:.75rem 0;border-top:1px solid var(--border);margin-bottom:.75rem}.review-detail{display:flex;flex-direction:column;gap:.1rem}.review-detail-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.5px;color:var(--warm-gray);font-weight:500}.review-detail-value{font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:700;color:var(--navy)}.review-card-meta{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--warm-gray)}.review-card-dot{font-weight:700}.review-quick-stats{display:flex;gap:2rem;margin-top:1.5rem;padding:1.25rem 1.5rem;background:#fff;border-radius:10px;border:1px solid var(--border);flex-wrap:wrap}.review-stat{display:flex;flex-direction:column;gap:.2rem}.review-stat-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.5px;color:var(--warm-gray);font-weight:500}.review-stat-value{font-family:Playfair Display,Georgia,serif;font-size:1.2rem;font-weight:700;color:var(--navy)}.review-stat-stars{color:var(--gold);font-size:1rem}.review-apply-cta{background:linear-gradient(135deg,var(--navy) 0,var(--navy-deep) 100%);border-radius:12px;padding:1.5rem 2rem;margin-top:1.5rem;text-align:center}.review-apply-label{display:block;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}.review-apply-buttons{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.review-apply-button{display:inline-block;background:var(--gold);color:var(--navy-deep);font-weight:700;font-size:.95rem;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;transition:background .2s,transform .15s}.review-apply-button:hover{background:var(--gold-light);transform:translateY(-1px)}.review-apply-disclosure{display:block;font-size:.75rem;color:hsla(0,0%,100%,.5);margin-top:.75rem}.review-bottom-cta{background:linear-gradient(135deg,var(--navy) 0,var(--navy-deep) 100%);border-radius:16px;padding:2.5rem;text-align:center;max-width:780px;margin:2rem auto}.review-bottom-cta h2{color:#fff;font-family:Playfair Display,Georgia,serif;font-size:1.75rem;margin-bottom:.5rem}.review-bottom-cta p{color:hsla(0,0%,100%,.7);margin-bottom:1.5rem}.review-bottom-cta .review-apply-disclosure{color:hsla(0,0%,100%,.4)}.static-page-body{max-width:780px;margin:0 auto 3rem}.subscribe-page-form{max-width:640px;margin:0 auto 4rem}.subscribe-benefits{max-width:900px;margin:0 auto 3rem}.subscribe-benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.subscribe-benefit{background:#fff;border-radius:12px;padding:2rem;border:1px solid var(--border);text-align:center;transition:transform .3s ease,box-shadow .3s ease}.subscribe-benefit:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.08)}.subscribe-benefit-icon{font-size:2rem;display:block;margin-bottom:.75rem}.subscribe-benefit h3{font-size:1.1rem;color:var(--navy);margin-bottom:.5rem}.subscribe-benefit p{font-size:.9rem;color:var(--text-light);line-height:1.6}@media (max-width:1024px){.site-footer-inner{grid-template-columns:1fr;gap:2.5rem}.site-footer-links{gap:2rem}}@media (max-width:768px){.site-footer-inner{grid-template-columns:1fr;gap:2rem;padding:3rem 1.5rem 2rem}.site-footer-links{gap:1.5rem}.email-signup-footer .email-signup-form,.email-signup-inline .email-signup-form,.email-signup-page .email-signup-form,.site-footer-links{flex-direction:column}.email-signup-footer .email-signup-btn,.email-signup-inline .email-signup-btn,.email-signup-page .email-signup-btn{width:100%}.review-grid{grid-template-columns:1fr}.review-quick-stats{flex-direction:column;gap:1rem}.subscribe-benefits-grid{grid-template-columns:1fr}}.guide-hero{background:linear-gradient(135deg,#1b2a4a,#2a3f6b 50%,#1e3358);color:#fff;padding:5rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}.guide-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.guide-hero-inner{max-width:780px;margin:0 auto;position:relative;z-index:1}.guide-hero-eyebrow{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#c5973a;margin-bottom:1.5rem;padding:.4rem 1.25rem;border:1px solid rgba(197,151,58,.4);border-radius:100px}.guide-hero h1{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;margin-bottom:1.25rem;line-height:1.15}.guide-hero h1 .gold{color:#c5973a}.guide-hero-sub{font-size:1.15rem;opacity:.9;max-width:620px;margin:0 auto 2rem;line-height:1.7}.guide-hero-sub-lg{font-size:1.5rem;opacity:.85;margin-bottom:.75rem;font-weight:500}.guide-strikethrough{text-decoration:line-through;opacity:.6}.guide-hero-form{max-width:520px;margin:0 auto}.guide-hero-note{margin-top:1.25rem;font-size:.85rem;opacity:.6;letter-spacing:.02em}.email-signup-guide{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:16px;padding:2rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.email-signup-guide .email-signup-heading{font-family:Playfair Display,Georgia,serif;font-size:1.35rem;color:#fff;margin-bottom:.5rem}.email-signup-guide .email-signup-subheading{font-size:.9rem;color:hsla(0,0%,100%,.7);margin-bottom:1.25rem;line-height:1.6}.email-signup-guide .email-signup-form{display:flex;gap:.75rem;max-width:480px;margin:0 auto}.email-signup-guide .email-signup-input{flex:1 1;padding:.9rem 1.25rem;border:2px solid hsla(0,0%,100%,.2);border-radius:8px;font-size:1rem;font-family:Inter,sans-serif;background:hsla(0,0%,100%,.1);color:#fff;transition:border-color .3s,background .3s}.email-signup-guide .email-signup-input::placeholder{color:hsla(0,0%,100%,.45)}.email-signup-guide .email-signup-input:focus{outline:none;border-color:#c5973a;background:hsla(0,0%,100%,.15)}.email-signup-guide .email-signup-btn{padding:.9rem 1.75rem;border-radius:8px;border:none;background:#c5973a;color:#1b2a4a;font-size:.95rem;font-weight:700;font-family:Inter,sans-serif;cursor:pointer;transition:all .3s;white-space:nowrap;letter-spacing:.01em}.email-signup-guide .email-signup-btn:hover{background:#d4a844;transform:translateY(-1px);box-shadow:0 6px 20px rgba(197,151,58,.35)}.email-signup-guide .email-signup-note{margin-top:.75rem;font-size:.78rem;color:hsla(0,0%,100%,.45)}.email-signup-guide .email-signup-success{padding:1rem}.email-signup-guide .email-signup-success-icon{font-size:2rem;display:block;margin-bottom:.5rem}.email-signup-guide .email-signup-success-text{color:#8ba888;font-size:1rem;font-weight:500}.guide-section-inner{max-width:960px;margin:0 auto;padding:0 2rem}.guide-section-eyebrow{display:block;font-size:.75rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#c5973a;margin-bottom:.75rem}.guide-section-subtitle{font-size:1.05rem;color:#4a4a4a;max-width:640px;margin:0 auto 2.5rem;line-height:1.7;text-align:center}.guide-problem{padding:5rem 2rem;background:#fff;text-align:center}.guide-problem h2{font-size:clamp(1.5rem,3vw,2.25rem);color:#1b2a4a;margin-bottom:2.5rem}.guide-problem-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-bottom:2.5rem}.guide-stat{display:flex;flex-direction:column;align-items:center;gap:.5rem}.guide-stat-number{font-family:Playfair Display,Georgia,serif;font-size:3rem;font-weight:700;color:#c5973a;line-height:1}.guide-stat-label{font-size:.9rem;color:#4a4a4a;max-width:200px;line-height:1.5}.guide-problem-text{font-size:1.1rem;color:#4a4a4a;max-width:680px;margin:0 auto;line-height:1.8}.guide-contents{padding:5rem 2rem;background:#faf7f0;text-align:center}.guide-contents h2{font-size:clamp(1.5rem,3vw,2.25rem);color:#1b2a4a;margin-bottom:.75rem}.guide-chapters-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;text-align:left;margin-top:1rem}.guide-chapter-card{display:flex;gap:1.25rem;background:#fff;border:1px solid #eae6dc;border-radius:12px;padding:1.75rem;transition:transform .2s,box-shadow .2s}.guide-chapter-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.06)}.guide-chapter-icon{font-size:2rem;flex-shrink:0;line-height:1}.guide-chapter-card h3{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:#1b2a4a;margin-bottom:.5rem}.guide-chapter-card p{font-size:.9rem;color:#4a4a4a;line-height:1.6}.guide-mid-cta{padding:4rem 2rem;background:linear-gradient(135deg,#1b2a4a,#2a3f6b);color:#fff;text-align:center}.guide-mid-cta h2{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:.75rem}.guide-mid-cta p{font-size:1.05rem;opacity:.85;margin-bottom:2rem}.guide-mid-cta-form{max-width:520px;margin:0 auto}.guide-testimonials{padding:5rem 2rem;background:#fff;text-align:center}.guide-testimonials h2{font-size:clamp(1.5rem,3vw,2.25rem);color:#1b2a4a;margin-bottom:2.5rem}.guide-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.guide-testimonial-card{background:#faf7f0;border:1px solid #eae6dc;border-radius:12px;padding:2rem;text-align:left;display:flex;flex-direction:column;gap:1rem}.guide-testimonial-stars{color:#c5973a;font-size:1.1rem;letter-spacing:2px}.guide-testimonial-card blockquote{font-size:.95rem;color:#4a4a4a;line-height:1.7;font-style:italic;flex:1 1}.guide-testimonial-author{display:flex;flex-direction:column;gap:.15rem;padding-top:.75rem;border-top:1px solid #eae6dc}.guide-testimonial-author strong{font-size:.9rem;color:#1b2a4a}.guide-testimonial-author span{font-size:.8rem;color:#8c8279}.guide-audience{padding:5rem 2rem;background:#faf7f0;text-align:center}.guide-audience h2{font-size:clamp(1.5rem,3vw,2.25rem);color:#1b2a4a;margin-bottom:2.5rem}.guide-audience-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.25rem;gap:1.25rem;max-width:780px;margin:0 auto;text-align:left}.guide-audience-item{display:flex;align-items:flex-start;gap:1rem;background:#fff;border:1px solid #eae6dc;border-radius:10px;padding:1.25rem 1.5rem}.guide-audience-check{font-size:1.25rem;color:#8ba888;font-weight:700;flex-shrink:0;line-height:1.4}.guide-audience-item p{font-size:.95rem;color:#4a4a4a;line-height:1.5}.guide-faq{padding:5rem 2rem;background:#fff;text-align:center}.guide-faq h2{font-size:clamp(1.5rem,3vw,2.25rem);color:#1b2a4a;margin-bottom:.75rem}.guide-faq-list{max-width:720px;margin:0 auto;text-align:left}.guide-faq-item{border-bottom:1px solid #eae6dc}.guide-faq-item:first-child{border-top:1px solid #eae6dc}.guide-faq-question{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;padding:1.25rem 0;background:none;border:none;cursor:pointer;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:#1b2a4a;text-align:left;transition:color .2s}.guide-faq-question:hover{color:#c5973a}.guide-faq-icon{font-size:1.5rem;color:#c5973a;flex-shrink:0;font-weight:300;line-height:1}.guide-faq-answer{padding:0 0 1.5rem}.guide-faq-answer p{font-size:.95rem;color:#4a4a4a;line-height:1.7}.guide-final-cta{padding:5rem 2rem;background:linear-gradient(135deg,#1b2a4a,#2a3f6b 50%,#1e3358);color:#fff;text-align:center;position:relative;overflow:hidden}.guide-final-cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.guide-final-cta h2{font-size:clamp(1.75rem,3.5vw,2.5rem);margin-bottom:1rem;position:relative;z-index:1}.guide-final-cta-sub{font-size:1.1rem;opacity:.85;max-width:580px;margin:0 auto 2.5rem;line-height:1.7;position:relative;z-index:1}.guide-final-cta-form{max-width:520px;margin:0 auto;position:relative;z-index:1}.guide-comparison{padding:4.5rem 2rem;background:#fff}.guide-comparison-cards{display:flex;align-items:center;justify-content:center;gap:2rem}.guide-comparison-vs{font-family:Playfair Display,Georgia,serif;font-size:1.75rem;color:#8c8279;font-style:italic}.guide-comparison-card{flex:1 1;max-width:340px;border-radius:16px;padding:2.5rem 2rem;text-align:center}.guide-comparison-cash{background:#f5f2ec;border:1px solid #eae6dc}.guide-comparison-points{background:#1b2a4a;color:#fff;border:2px solid #c5973a;box-shadow:0 12px 40px rgba(27,42,74,.2)}.guide-comparison-label{display:block;font-size:.8rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:.75rem}.guide-comparison-cash .guide-comparison-label{color:#8c8279}.guide-comparison-points .guide-comparison-label{color:#c5973a}.guide-comparison-price{display:block;font-family:Playfair Display,Georgia,serif;font-size:3.5rem;font-weight:700;line-height:1;margin-bottom:.5rem}.guide-comparison-cash .guide-comparison-price{color:#4a4a4a}.guide-comparison-points .guide-comparison-price{color:#c5973a}.guide-comparison-detail{display:block;font-size:.85rem;margin-bottom:1.5rem}.guide-comparison-cash .guide-comparison-detail{color:#8c8279}.guide-comparison-points .guide-comparison-detail{color:hsla(0,0%,100%,.6)}.guide-comparison-card ul{list-style:none;padding:0}.guide-comparison-card ul li{font-size:.9rem;padding:.4rem 0;border-top:1px solid rgba(0,0,0,.06)}.guide-comparison-points ul li{border-top-color:hsla(0,0%,100%,.1)}.guide-comparison-highlight{color:#8ba888!important;font-weight:700;font-size:1rem!important}.guide-comparison-footnote{text-align:center;font-size:.85rem;color:#8c8279;margin-top:2rem}.guide-cost-table{padding:5rem 2rem;background:#faf7f0;text-align:center}.guide-cost-table h2{font-size:clamp(1.5rem,3vw,2.25rem);color:#1b2a4a;margin-bottom:.75rem}.guide-table-wrapper{overflow-x:auto;margin-top:1rem}.guide-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.06)}.guide-table th{background:#1b2a4a;color:#fff;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;padding:1rem 1.25rem;text-align:left}.guide-table th:last-child{color:#c5973a}.guide-table td{padding:1rem 1.25rem;font-size:.95rem;border-bottom:1px solid #eae6dc}.guide-table td:first-child{color:#4a4a4a}.guide-table-cash{color:#4a4a4a;font-weight:500}.guide-table-points{color:#8ba888;font-weight:700}.guide-table-total td{background:#faf7f0;font-weight:700;border-bottom:none}.guide-table-total td:first-child{color:#1b2a4a}.guide-table-total .guide-table-cash{color:#c26b49;font-size:1.05rem}.guide-table-total .guide-table-points{color:#2e7d32;font-size:1.05rem}.guide-table-footnotes{margin-top:1.5rem;text-align:left;max-width:600px;margin-left:auto;margin-right:auto}.guide-table-footnotes p{font-size:.8rem;color:#8c8279;line-height:1.8}.guide-experience{padding:5rem 2rem;background:#faf7f0;text-align:center}.guide-experience h2{font-size:clamp(1.5rem,3vw,2.25rem);color:#1b2a4a;margin-bottom:.75rem}.guide-experience-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:1rem}.guide-experience-item{background:#fff;border:1px solid #eae6dc;border-radius:12px;padding:2rem 1.5rem;text-align:center;transition:transform .2s,box-shadow .2s}.guide-experience-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.06)}.guide-experience-icon{font-size:2.5rem;display:block;margin-bottom:1rem}.guide-experience-item h3{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:#1b2a4a;margin-bottom:.5rem}.guide-experience-item p{font-size:.88rem;color:#4a4a4a;line-height:1.6}@media (max-width:900px){.guide-problem-stats{gap:1.5rem}.guide-audience-grid,.guide-chapters-grid,.guide-problem-stats,.guide-testimonials-grid{grid-template-columns:1fr}.guide-comparison-cards{flex-direction:column;gap:1rem}.guide-comparison-vs{font-size:1.25rem}.guide-comparison-card{max-width:100%;width:100%}.guide-experience-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.guide-hero{padding:4rem 1.25rem 3rem}.guide-hero h1{font-size:1.85rem}.guide-hero-sub{font-size:1rem}.guide-hero-sub-lg{font-size:1.2rem}.guide-section-inner{padding:0 1rem}.guide-stat-number{font-size:2.25rem}.guide-chapter-card{padding:1.25rem;gap:1rem}.guide-chapter-icon{font-size:1.5rem}.email-signup-guide .email-signup-form{flex-direction:column}.email-signup-guide .email-signup-btn{width:100%;padding:1rem}.guide-comparison-price{font-size:2.75rem}.guide-table{font-size:.85rem}.guide-table td,.guide-table th{padding:.75rem}.guide-experience-grid{grid-template-columns:1fr}.guide-audience,.guide-contents,.guide-cost-table,.guide-experience,.guide-faq,.guide-final-cta,.guide-mid-cta,.guide-problem,.guide-testimonials{padding:3.5rem 1.25rem}}.about-page{background:var(--cream)}.about-hero{background:linear-gradient(145deg,var(--navy) 0,#0f1a2e 100%);padding:7rem 2rem 5rem;text-align:center}.about-hero-inner{max-width:800px;margin:0 auto}.about-hero-eyebrow{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--gold);margin-bottom:1.5rem}.about-hero h1{font-size:clamp(2rem,4.5vw,3rem);color:#fff;margin-bottom:1.5rem;line-height:1.25}.about-hero .gold{color:var(--gold)}.about-hero-sub{font-size:1.15rem;color:hsla(0,0%,100%,.75);line-height:1.7;max-width:640px;margin:0 auto}.about-story{padding:5rem 2rem;background:#fff}.about-story-inner{max-width:720px;margin:0 auto}.about-section-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--gold);margin-bottom:.75rem}.about-section-label-light{color:var(--gold-light)}.about-story h2{font-size:clamp(1.75rem,3.5vw,2.25rem);color:var(--navy);margin-bottom:2rem}.about-story-content p{font-size:1.05rem;color:var(--text);line-height:1.8;margin-bottom:1.5rem}.about-quote,.about-story-content em{font-style:italic}.about-quote{font-family:Playfair Display,Georgia,serif;font-size:1.35rem;color:var(--navy);border-left:3px solid var(--gold);padding:1rem 0 1rem 1.5rem;margin:2rem 0;line-height:1.5}.about-problem{padding:5rem 2rem;background:linear-gradient(145deg,var(--navy) 0,#0f1a2e 100%);text-align:center}.about-problem-inner{max-width:900px;margin:0 auto}.about-problem h2{font-size:clamp(1.75rem,3.5vw,2.25rem);color:#fff;margin-bottom:1rem}.about-problem-sub{font-size:1.1rem;color:hsla(0,0%,100%,.75);margin-bottom:3rem;line-height:1.7}.about-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:2.5rem}.about-stat-card{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);border-radius:12px;padding:2rem 1.5rem}.about-stat-number{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:var(--gold);margin-bottom:.75rem}.about-stat-label{font-size:.9rem;color:hsla(0,0%,100%,.7);line-height:1.5}.about-problem-bottom{font-size:1.05rem;color:hsla(0,0%,100%,.8);line-height:1.7;max-width:700px;margin:0 auto}.about-approach{padding:5rem 2rem;background:var(--cream);text-align:center}.about-approach-inner{max-width:1000px;margin:0 auto}.about-approach h2{font-size:clamp(1.75rem,3.5vw,2.25rem);color:var(--navy);margin-bottom:2.5rem}.about-approach-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;text-align:left}.about-approach-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:2rem;transition:transform .2s,box-shadow .2s}.about-approach-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.06)}.about-approach-icon{font-size:2rem;margin-bottom:1rem}.about-approach-card h3{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;color:var(--navy);margin-bottom:.75rem}.about-approach-card p{font-size:.95rem;color:var(--text-light);line-height:1.7}.about-trust{padding:5rem 2rem;background:#fff;text-align:center}.about-trust-inner{max-width:680px;margin:0 auto}.about-trust-icon{font-size:2.5rem;margin-bottom:1rem}.about-trust h2{font-size:clamp(1.5rem,3vw,2rem);color:var(--navy);margin-bottom:1.5rem}.about-trust-text{font-size:1.05rem;color:var(--text-light);line-height:1.8;margin-bottom:1.25rem}.about-trust-bold{font-weight:600;color:var(--navy);font-size:1.15rem;font-style:italic}.about-team{padding:5rem 2rem;background:var(--cream);text-align:center}.about-team-inner{max-width:960px;margin:0 auto}.about-team h2{font-size:clamp(1.75rem,3.5vw,2.25rem);color:var(--navy);margin-bottom:1rem}.about-team-sub{font-size:1.05rem;color:var(--text-light);line-height:1.7;max-width:640px;margin:0 auto 2.5rem}.about-team-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;text-align:center}.about-team-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:2.5rem 1.5rem}.about-team-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--navy) 0,#2a3f6b 100%);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin:0 auto 1.25rem}.about-team-card h3{font-family:Inter,sans-serif;font-size:1.05rem;font-weight:600;color:var(--navy);margin-bottom:.75rem}.about-team-card p{font-size:.9rem;color:var(--text-light);line-height:1.7}.about-cta{padding:5rem 2rem;background:linear-gradient(135deg,var(--navy) 0,#2a3f6b 100%);text-align:center}.about-cta-inner{max-width:600px;margin:0 auto}.about-cta h2{font-size:clamp(1.5rem,3vw,2rem);color:#fff;margin-bottom:1rem}.about-cta p{font-size:1.05rem;color:hsla(0,0%,100%,.8);margin-bottom:2rem;line-height:1.7}.about-newsletter{padding:4rem 2rem;background:var(--cream)}.about-newsletter-inner{max-width:600px;margin:0 auto}.about-venture-note{padding:2rem 2rem 3rem;text-align:center;background:var(--cream)}.about-venture-note p{font-size:.85rem;color:var(--warm-gray)}.about-venture-note strong{color:var(--text);font-weight:600}@media (max-width:768px){.about-hero{padding:5rem 1.5rem 3.5rem}.about-stats-grid{gap:1rem}.about-approach-grid,.about-stats-grid,.about-team-grid{grid-template-columns:1fr}.about-approach,.about-cta,.about-problem,.about-story,.about-team,.about-trust{padding:3.5rem 1.5rem}}@media (max-width:480px){.about-hero{padding:4rem 1.25rem 3rem}.about-hero h1{font-size:1.85rem}.about-quote{font-size:1.15rem}.about-stat-number{font-size:2rem}}.concierge-page{background:var(--cream)}.concierge-hero{background:linear-gradient(145deg,var(--navy) 0,#0f1a2e 100%);padding:7rem 2rem 5rem;text-align:center}.concierge-hero-inner{max-width:800px;margin:0 auto}.concierge-hero-eyebrow{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--gold);margin-bottom:1.5rem}.concierge-hero h1{font-size:clamp(2.25rem,5vw,3.25rem);color:#fff;margin-bottom:1.5rem;line-height:1.2}.concierge-hero .gold{color:var(--gold)}.concierge-hero-sub{font-size:1.15rem;color:hsla(0,0%,100%,.75);line-height:1.7;max-width:600px;margin:0 auto 2rem}.concierge-hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.cta-button-outline-light{background:transparent!important;border:2px solid hsla(0,0%,100%,.4)!important;color:#fff!important}.cta-button-outline-light:hover{border-color:#fff!important;background:hsla(0,0%,100%,.08)!important}.concierge-hero-proof{font-size:.9rem;color:hsla(0,0%,100%,.6)}.concierge-value{padding:5rem 2rem;background:#fff;text-align:center}.concierge-value-inner{max-width:1000px;margin:0 auto}.concierge-value h2{font-size:clamp(1.75rem,3.5vw,2.25rem);color:var(--navy);margin-bottom:1rem}.concierge-value-sub{font-size:1.05rem;color:var(--text-light);line-height:1.7;margin-bottom:2.5rem;max-width:640px;margin-left:auto;margin-right:auto}.concierge-value-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;text-align:left}.concierge-value-card{background:var(--cream);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:transform .2s,box-shadow .2s}.concierge-value-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.06)}.concierge-value-icon{font-size:2rem;margin-bottom:.75rem}.concierge-value-card h3{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--navy);margin-bottom:1rem}.concierge-value-comparison{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding:1rem;background:#fff;border-radius:8px}.concierge-value-cashback,.concierge-value-optimized{flex:1 1;text-align:center}.concierge-value-label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.5px;color:var(--text-light);margin-bottom:.25rem}.concierge-value-amount{display:block;font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:700}.concierge-value-low{color:#9ca3af;text-decoration:line-through}.concierge-value-high{color:#16a34a}.concierge-value-arrow{font-size:1.25rem;color:var(--gold);font-weight:700;flex-shrink:0}.concierge-value-detail{font-size:.85rem;color:var(--text-light);line-height:1.6}.concierge-who{padding:5rem 2rem;background:#fff;text-align:center}.concierge-who-inner{max-width:900px;margin:0 auto}.concierge-who h2{font-size:clamp(1.75rem,3.5vw,2.25rem);color:var(--navy);margin-bottom:1rem}.concierge-who-sub{font-size:1.05rem;color:var(--text-light);line-height:1.7;margin-bottom:2.5rem;max-width:640px;margin-left:auto;margin-right:auto}.concierge-who-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.25rem;gap:1.25rem}.concierge-who-card{background:var(--cream);border:1px solid var(--border);border-radius:12px;padding:1.75rem;text-align:left;display:flex;align-items:flex-start;gap:1rem}.concierge-who-emoji{font-size:1.75rem;flex-shrink:0}.concierge-who-card p{font-size:1rem;color:var(--text);line-height:1.6;font-style:italic}.concierge-stats{padding:3rem 2rem;background:linear-gradient(145deg,var(--navy) 0,#0f1a2e 100%);text-align:center}.concierge-stats-inner{max-width:900px;margin:0 auto;display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.concierge-stat-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.concierge-stat-value{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:700;color:var(--gold)}.concierge-stat-label{font-size:.85rem;color:hsla(0,0%,100%,.7);font-weight:500}.concierge-how{padding:5rem 2rem;background:var(--cream);text-align:center}.concierge-how-inner{max-width:700px;margin:0 auto}.concierge-how h2{font-size:clamp(1.75rem,3.5vw,2.25rem);color:var(--navy);margin-bottom:1rem}.concierge-how-sub{font-size:1.05rem;color:var(--text-light);line-height:1.7;margin-bottom:3rem}.concierge-steps{text-align:left}.concierge-step{display:flex;gap:1.5rem;align-items:flex-start}.concierge-step-number{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--navy) 0,#2a3f6b 100%);color:var(--gold);display:flex;align-items:center;justify-content:center;font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:700;flex-shrink:0}.concierge-step-content{flex:1 1}.concierge-step-content h3{font-family:Inter,sans-serif;font-size:1.15rem;font-weight:600;color:var(--navy);margin-bottom:.5rem}.concierge-step-content p{font-size:.95rem;color:var(--text-light);line-height:1.7}.concierge-step-connector{width:2px;height:32px;background:var(--border);margin-left:23px}.concierge-mid-cta{padding:4rem 2rem;background:#fff}.concierge-mid-cta-inner{max-width:600px;margin:0 auto}.concierge-included{padding:5rem 2rem;background:var(--cream);text-align:center}.concierge-included-inner{max-width:1000px;margin:0 auto}.concierge-included h2{font-size:clamp(1.75rem,3.5vw,2.25rem);color:var(--navy);margin-bottom:1rem}.concierge-included-sub{font-size:1.05rem;color:var(--text-light);line-height:1.7;margin-bottom:2.5rem;max-width:640px;margin-left:auto;margin-right:auto}.concierge-included-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;text-align:left}.concierge-included-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:2rem;transition:transform .2s,box-shadow .2s}.concierge-included-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.06)}.concierge-included-icon{font-size:2rem;margin-bottom:1rem}.concierge-included-card h3{font-family:Inter,sans-serif;font-size:1.05rem;font-weight:600;color:var(--navy);margin-bottom:.5rem}.concierge-included-card p{font-size:.9rem;color:var(--text-light);line-height:1.6}.concierge-included-cta{text-align:center;margin-top:2.5rem}.concierge-pricing{padding:5rem 2rem;background:#fff;text-align:center}.concierge-pricing-inner{max-width:1060px;margin:0 auto}.concierge-pricing h2{font-size:clamp(1.75rem,3.5vw,2.25rem);color:var(--navy);margin-bottom:1rem}.concierge-pricing-sub{font-size:1.05rem;color:var(--text-light);margin-bottom:3rem}.concierge-tiers{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;align-items:start;max-width:800px;margin:0 auto}.concierge-tier{background:var(--cream);border:1px solid var(--border);border-radius:16px;padding:2.5rem 2rem;text-align:left;position:relative}.concierge-tier-featured{background:#fff;border:2px solid var(--gold);box-shadow:0 8px 32px rgba(201,168,76,.15);transform:scale(1.03)}.concierge-tier-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--gold);color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:.4rem 1.25rem;border-radius:20px}.concierge-tier-header h3{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;color:var(--navy);margin-bottom:.5rem}.concierge-tier-price{display:flex;align-items:baseline;gap:.25rem;margin-bottom:.25rem}.concierge-price-amount{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:700;color:var(--navy)}.concierge-price-period{font-size:1rem;color:var(--text-light)}.concierge-price-alt{font-size:.85rem;color:var(--warm-gray);margin-bottom:.5rem}.concierge-tier-desc{font-size:.9rem;color:var(--text-light);line-height:1.6;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.concierge-tier-features{list-style:none;margin-bottom:2rem}.concierge-tier-features li{font-size:.9rem;color:var(--text);padding:.4rem 0;line-height:1.5}.concierge-tier-cta{display:block;width:100%;text-align:center;padding:.85rem 1.5rem;background:var(--gold);color:#fff;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;border-radius:8px;text-decoration:none;border:none;cursor:pointer;transition:background .2s,transform .2s}.concierge-tier-cta:hover{background:var(--gold-light);transform:translateY(-1px)}.concierge-tier-cta-outline{background:transparent;border:2px solid var(--navy);color:var(--navy)}.concierge-tier-cta-outline:hover{background:var(--navy);color:#fff}.concierge-tier-guarantee{text-align:center;font-size:.8rem;color:var(--warm-gray);margin-top:1rem}.concierge-testimonials{padding:5rem 2rem;background:var(--cream);text-align:center}.concierge-testimonials-inner{max-width:1000px;margin:0 auto}.concierge-testimonials h2{font-size:clamp(1.75rem,3.5vw,2.25rem);color:var(--navy);margin-bottom:2.5rem}.concierge-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;text-align:left}.concierge-testimonial-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:2rem}.concierge-testimonial-card .testimonial-stars{color:var(--gold);font-size:1rem;letter-spacing:2px;margin-bottom:1rem}.concierge-testimonial-card blockquote{font-size:.95rem;color:var(--text);line-height:1.7;font-style:italic;margin-bottom:1.5rem}.concierge-testimonial-card .testimonial-author{display:flex;align-items:center;gap:.75rem}.concierge-testimonial-card .testimonial-avatar{width:40px;height:40px;border-radius:50%;background:var(--navy);color:var(--gold);display:flex;align-items:center;justify-content:center;font-family:Playfair Display,Georgia,serif;font-weight:700;font-size:.9rem}.concierge-testimonial-card .testimonial-name{font-weight:600;font-size:.9rem;color:var(--navy)}.concierge-testimonial-card .testimonial-detail{font-size:.8rem;color:var(--warm-gray)}.concierge-faq{padding:5rem 2rem;background:#fff;text-align:center}.concierge-faq-inner{max-width:720px;margin:0 auto}.concierge-faq h2{font-size:clamp(1.75rem,3.5vw,2.25rem);color:var(--navy);margin-bottom:1rem}.concierge-faq-sub{font-size:1.05rem;color:var(--text-light);margin-bottom:2.5rem;line-height:1.7}.concierge-final-cta{padding:5rem 2rem;background:linear-gradient(145deg,var(--navy) 0,#0f1a2e 100%);text-align:center}.concierge-final-cta-inner{max-width:600px;margin:0 auto}.concierge-final-cta h2{font-size:clamp(1.5rem,3vw,2rem);color:#fff;margin-bottom:1rem}.concierge-final-cta p{font-size:1.05rem;color:hsla(0,0%,100%,.8);margin-bottom:2rem;line-height:1.7}.concierge-final-cta .email-signup{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:16px;padding:2rem}.concierge-final-cta .email-signup-heading{color:#fff}.concierge-final-cta .email-signup-subheading{color:hsla(0,0%,100%,.7)}.concierge-final-cta .email-signup-note{color:hsla(0,0%,100%,.5)}.concierge-trust-bar{padding:2.5rem 2rem;background:var(--cream);border-top:1px solid var(--border)}.concierge-trust-bar-inner{max-width:900px;margin:0 auto;display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap}.concierge-trust-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-light);font-weight:500}@media (max-width:900px){.concierge-tiers{grid-template-columns:1fr;max-width:420px;margin:0 auto}.concierge-tier-featured{transform:none;order:-1}.concierge-included-grid{grid-template-columns:repeat(2,1fr)}.concierge-testimonial-grid,.concierge-value-grid{grid-template-columns:1fr}.concierge-value-grid{max-width:420px;margin:0 auto}}@media (max-width:768px){.concierge-hero{padding:5rem 1.5rem 3.5rem}.concierge-included-grid,.concierge-who-grid{grid-template-columns:1fr}.concierge-faq,.concierge-final-cta,.concierge-how,.concierge-included,.concierge-pricing,.concierge-testimonials,.concierge-value,.concierge-who{padding:3.5rem 1.5rem}.concierge-stats{padding:2.5rem 1.5rem}.concierge-stats-inner{gap:1.5rem}.concierge-stat-value{font-size:1.5rem}.concierge-trust-bar-inner{flex-direction:column;align-items:center;gap:1rem}}@media (max-width:480px){.concierge-hero{padding:4rem 1.25rem 3rem}.concierge-hero h1{font-size:2rem}.concierge-hero-ctas{flex-direction:column;align-items:center}.concierge-stats-inner{flex-direction:column;gap:1.25rem}}.faq-page{background:var(--cream)}.faq-page-hero{background:linear-gradient(145deg,var(--navy) 0,#0f1a2e 100%);padding:7rem 2rem 4rem;text-align:center}.faq-page-hero-inner{max-width:700px;margin:0 auto}.faq-page-hero h1{font-size:clamp(2rem,4.5vw,2.75rem);color:#fff;margin-bottom:1rem}.faq-page-hero-sub{font-size:1.1rem;color:hsla(0,0%,100%,.75);line-height:1.7}.faq-page-nav{padding:2rem;background:#fff;border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:64px;z-index:50}.faq-page-nav-inner{max-width:800px;margin:0 auto;display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.faq-page-nav-item{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:var(--cream);border:1px solid var(--border);border-radius:8px;text-decoration:none;font-size:.85rem;font-weight:500;color:var(--navy);transition:all .2s}.faq-page-nav-item:hover{background:var(--navy);color:#fff;border-color:var(--navy)}.faq-page-nav-icon{font-size:1rem}.faq-page-sections{padding:3rem 2rem 4rem}.faq-page-sections-inner{max-width:780px;margin:0 auto}.faq-page-section{margin-bottom:3rem;scroll-margin-top:140px}.faq-page-section:last-child{margin-bottom:0}.faq-page-section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--gold)}.faq-page-section-icon{font-size:1.5rem}.faq-page-section-header h2{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700;color:var(--navy)}.faq-page-cta{padding:5rem 2rem;background:linear-gradient(135deg,var(--navy) 0,#2a3f6b 100%);text-align:center}.faq-page-cta-inner{max-width:600px;margin:0 auto}.faq-page-cta h2{font-size:clamp(1.5rem,3vw,2rem);color:#fff;margin-bottom:1rem}.faq-page-cta p{font-size:1.05rem;color:hsla(0,0%,100%,.8);margin-bottom:2rem;line-height:1.7}.faq-page-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.faq-page-newsletter{padding:4rem 2rem;background:var(--cream)}.faq-page-newsletter-inner{max-width:600px;margin:0 auto}@media (max-width:768px){.faq-page-hero{padding:5rem 1.5rem 3rem}.faq-page-nav{top:56px;padding:1.25rem 1rem}.faq-page-nav-item{font-size:.8rem;padding:.4rem .75rem}.faq-page-sections{padding:2rem 1.5rem 3rem}.faq-page-cta{padding:3.5rem 1.5rem}.faq-page-cta-buttons{flex-direction:column;align-items:center}}@media (max-width:480px){.faq-page-hero{padding:4rem 1.25rem 2.5rem}.faq-page-hero h1{font-size:1.85rem}.faq-page-nav-inner,.faq-page-section-header{gap:.5rem}.faq-page-section-header h2{font-size:1.1rem}}.calc-page{min-height:100vh;background:var(--cream)}.calc-hero{padding:7rem 1.5rem 3rem;text-align:center}.calc-hero-inner{max-width:700px;margin:0 auto}.calc-hero-eyebrow{color:var(--gold);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:.75rem}.calc-hero-title{font-family:Playfair Display,Georgia,serif;font-size:3rem;font-weight:700;color:var(--navy);margin-bottom:1rem;line-height:1.15}.calc-hero-subtitle{color:var(--text-light);font-size:1.15rem;max-width:600px;margin:0 auto;line-height:1.7}.calc-body{padding:0 1.5rem 5rem}.calc-container{max-width:1000px;margin:0 auto}.calc-steps{justify-content:center;margin-bottom:2.5rem}.calc-step-group,.calc-steps{display:flex;align-items:center;gap:0}.calc-step-circle{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;background:#e5e7eb;color:#9ca3af;transition:all .3s ease}.calc-step-active{background:var(--gold);color:#fff;transform:scale(1.1);box-shadow:0 4px 15px rgba(197,151,58,.4)}.calc-step-done{background:var(--navy);color:#fff}.calc-step-line{width:60px;height:2px;background:#e5e7eb;transition:background .3s ease}.calc-step-line-done{background:var(--navy)}.calc-section-title{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:700;color:var(--navy);text-align:center;margin-bottom:.75rem}.calc-section-subtitle{color:var(--text-light);text-align:center;margin-bottom:2rem;font-size:1.05rem;max-width:550px;margin-left:auto;margin-right:auto;line-height:1.6}.calc-card-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;max-width:800px;margin:0 auto}.calc-card-btn{position:relative;padding:1.5rem;border-radius:12px;border:2px solid var(--border);background:#fff;text-align:left;cursor:pointer;transition:all .2s ease;font-family:inherit}.calc-card-btn:hover{border-color:rgba(197,151,58,.4);box-shadow:0 4px 15px rgba(0,0,0,.08)}.calc-card-selected{border-color:var(--gold);box-shadow:0 4px 20px rgba(197,151,58,.15);transform:scale(1.02)}.calc-card-check{position:absolute;top:12px;right:12px;width:24px;height:24px;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.75rem;font-weight:700}.calc-card-icon{font-size:2rem;margin-bottom:.5rem}.calc-card-name{font-family:Playfair Display,Georgia,serif;font-weight:700;font-size:1.05rem;color:var(--navy);margin-bottom:.25rem;line-height:1.3}.calc-card-highlight{color:var(--gold);font-size:.85rem;font-weight:600;margin-bottom:.5rem}.calc-card-fee{font-size:.8rem;color:var(--text-light)}.calc-sliders{max-width:650px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.calc-slider-card{background:#fff;border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 1px 4px rgba(0,0,0,.04);border:1px solid var(--border)}.calc-slider-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.calc-slider-label{font-weight:600;color:var(--navy);font-size:.95rem}.calc-slider-value{font-size:1.2rem;font-weight:700;color:var(--gold);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;min-width:80px;text-align:right}.calc-range-input{width:100%;height:6px;border-radius:6px;-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;outline:none}.calc-range-input::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:var(--gold);cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.15);border:2px solid #fff}.calc-range-input::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--gold);cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.15);border:2px solid #fff}.calc-slider-range{display:flex;justify-content:space-between;font-size:.75rem;color:#9ca3af;margin-top:.3rem}.calc-spending-total{background:var(--navy);border-radius:12px;padding:1.5rem;text-align:center}.calc-spending-total-label{color:hsla(0,0%,100%,.7);font-size:.85rem;margin-bottom:.25rem}.calc-spending-total-amount{color:#fff;font-size:2rem;font-weight:700}.calc-spending-total-yearly{color:hsla(0,0%,100%,.5);font-size:.85rem;margin-top:.25rem}.calc-results-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;max-width:800px;margin:0 auto 2rem}.calc-stat-card{background:#fff;border-radius:12px;padding:1.5rem;text-align:center;border:1px solid var(--border);box-shadow:0 1px 4px rgba(0,0,0,.04)}.calc-stat-card-dark{background:var(--navy);border:none}.calc-stat-label{color:var(--text-light);font-size:.85rem;margin-bottom:.25rem}.calc-stat-label-light{color:hsla(0,0%,100%,.7);font-size:.85rem;margin-bottom:.25rem}.calc-stat-number{font-size:2.25rem;font-weight:700;color:var(--navy)}.calc-stat-number-sm{font-size:1.5rem}.calc-stat-number-gold{font-size:2.25rem;font-weight:700;color:var(--gold)}.calc-stat-sublabel{color:var(--gold);font-size:.8rem;font-weight:600;margin-top:.25rem}.calc-stat-sublabel-light{color:hsla(0,0%,100%,.6);font-size:.8rem;margin-top:.25rem}.calc-breakdown{max-width:800px;margin:0 auto 2rem}.calc-breakdown-title{font-family:Playfair Display,Georgia,serif;font-size:1.3rem;font-weight:700;color:var(--navy);margin-bottom:1rem}.calc-breakdown-list{display:flex;flex-direction:column;gap:.75rem}.calc-breakdown-row{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-radius:12px;border:1px solid var(--border);background:#fff}.calc-breakdown-best{border-color:var(--gold);background:rgba(197,151,58,.05)}.calc-breakdown-left{display:flex;align-items:center;gap:.75rem}.calc-breakdown-icon{font-size:1.75rem}.calc-breakdown-name{font-weight:600;color:var(--navy);display:flex;align-items:center;gap:.5rem}.calc-best-badge{background:var(--gold);color:#fff;font-size:.65rem;font-weight:700;padding:.15rem .5rem;border-radius:20px}.calc-breakdown-highlight{font-size:.8rem;color:var(--text-light)}.calc-breakdown-right{text-align:right}.calc-breakdown-pts{font-weight:700;color:var(--navy)}.calc-breakdown-worth{font-size:.8rem;color:var(--text-light)}.calc-missing-out{max-width:800px;margin:0 auto 2rem;background:linear-gradient(135deg,var(--navy),#2a3f6e);border-radius:14px;padding:2rem}.calc-missing-title{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.75rem}.calc-missing-text{color:hsla(0,0%,100%,.8);margin-bottom:1rem}.calc-missing-text strong{color:#fff}.calc-missing-compare{background:hsla(0,0%,100%,.1);border-radius:10px;padding:1.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.calc-missing-compare-label{color:hsla(0,0%,100%,.7);font-size:.85rem;margin-bottom:.25rem}.calc-missing-compare-pts{color:var(--gold);font-size:2.25rem;font-weight:700}.calc-missing-compare-value{color:hsla(0,0%,100%,.8);font-size:1.1rem;margin-top:.5rem}.calc-missing-compare-value strong{color:var(--gold)}.calc-missing-compare-diff{color:hsla(0,0%,100%,.6);font-size:.85rem;margin-top:.5rem}.calc-missing-compare-diff strong{color:#fff}.calc-trips{max-width:800px;margin:0 auto 2rem}.calc-trips-title{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}.calc-trips-subtitle{color:var(--text-light);margin-bottom:1.25rem}.calc-trips-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.calc-trip-card{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid var(--border);box-shadow:0 1px 4px rgba(0,0,0,.04);transition:box-shadow .2s ease}.calc-trip-card:hover{box-shadow:0 4px 15px rgba(0,0,0,.08)}.calc-trip-icon{font-size:2rem}.calc-trip-title{font-weight:700;color:var(--navy);margin-top:.5rem;margin-bottom:.25rem}.calc-trip-pts{font-size:.85rem;color:var(--gold);font-weight:600}.calc-compare{max-width:800px;margin:0 auto 2.5rem}.calc-compare-title{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:700;color:var(--navy);margin-bottom:1rem}.calc-compare-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.calc-compare-card{background:#fff;border-radius:12px;padding:1.75rem;border:1px solid var(--border);text-align:center}.calc-compare-best{background:rgba(197,151,58,.08);border:2px solid var(--gold);position:relative}.calc-compare-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--gold);color:#fff;font-size:.7rem;font-weight:700;padding:.25rem .75rem;border-radius:20px}.calc-compare-label{color:var(--text-light);font-size:.85rem;margin-bottom:.5rem}.calc-compare-amount{font-size:2rem;font-weight:700;color:var(--text-light)}.calc-compare-amount-gold{color:var(--gold)}.calc-compare-note{font-size:.8rem;color:#9ca3af;margin-top:.5rem}.calc-email-cta{max-width:650px;margin:0 auto;background:linear-gradient(135deg,var(--navy),#2a3f6e);border-radius:16px;padding:2.5rem;text-align:center}.calc-email-cta .email-signup-heading{color:#fff}.calc-email-cta .email-signup-subheading{color:hsla(0,0%,100%,.8)}.calc-email-cta .email-signup-note{color:hsla(0,0%,100%,.5)}.calc-nav-buttons{display:flex;align-items:center;justify-content:space-between;max-width:650px;margin:2rem auto 0}.calc-btn-back{padding:.75rem 1.5rem;border-radius:8px;border:2px solid var(--navy);background:transparent;color:var(--navy);font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;font-family:inherit}.calc-btn-back:hover{background:var(--navy);color:#fff}.calc-btn-next{padding:.75rem 2rem;border-radius:8px;border:none;background:var(--gold);color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 15px rgba(197,151,58,.3);font-family:inherit}.calc-btn-next:hover{background:var(--gold-light);box-shadow:0 6px 20px rgba(197,151,58,.4)}.calc-btn-disabled{cursor:not-allowed}.calc-btn-disabled,.calc-btn-disabled:hover{background:#d1d5db;box-shadow:none}.calc-btn-restart{padding:.75rem 1.5rem;border-radius:8px;border:none;background:var(--navy);color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .2s ease;font-family:inherit}.calc-btn-restart:hover{background:#2a3f6e}.calc-step-content{margin-bottom:2rem}@media (max-width:768px){.calc-hero-title{font-size:2rem}.calc-card-grid{grid-template-columns:repeat(2,1fr)}.calc-compare-grid,.calc-results-stats,.calc-trips-grid{grid-template-columns:1fr}.calc-breakdown-row{gap:.75rem;text-align:center}.calc-breakdown-left,.calc-breakdown-row{flex-direction:column}.calc-breakdown-right{text-align:center}}@media (max-width:480px){.calc-hero{padding:5rem 1rem 2rem}.calc-hero-title{font-size:1.75rem}.calc-card-grid{grid-template-columns:1fr}.calc-step-line{width:30px}}.review-card-cta{display:inline-block;background:var(--gold);color:#fff;padding:.6rem 1.25rem;border-radius:6px;font-weight:600;font-size:.85rem;text-align:center;transition:background .2s ease,transform .2s ease;margin-top:.75rem;width:100%}.review-card:hover .review-card-cta{background:var(--gold-light);transform:translateY(-1px)}.review-card-details-enhanced{display:flex;gap:1rem;padding:.75rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:.75rem}.review-detail-enhanced{flex:1 1;text-align:center;padding:.5rem;background:rgba(26,39,68,.04);border-radius:6px}.review-detail-enhanced .review-detail-label{font-size:.65rem;display:block;margin-bottom:.15rem}.review-detail-enhanced .review-detail-value{font-size:.95rem}.legal-page{min-height:100vh}.legal-hero{background:var(--navy);color:#fff;padding:5rem 2rem 3.5rem;text-align:center}.legal-hero-inner{max-width:680px;margin:0 auto}.legal-hero h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.legal-hero-sub{font-size:1.15rem;opacity:.85;line-height:1.7}.legal-updated{margin-top:1.25rem;font-size:.9rem;opacity:.6}.legal-content{padding:3rem 2rem 4rem}.legal-content-inner{max-width:720px;margin:0 auto}.legal-section{margin-bottom:2.5rem}.legal-section h2{font-size:1.5rem;color:var(--navy);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--gold)}.legal-section p{font-size:1.05rem;line-height:1.8;color:var(--text);margin-bottom:1rem}.legal-section a{color:var(--gold);text-decoration:underline}.legal-list{margin:1rem 0 1.5rem;display:flex;flex-direction:column;gap:.75rem}.legal-list-item{font-size:1.05rem;line-height:1.7;padding:.75rem 1rem;background:rgba(26,39,68,.03);border-left:3px solid var(--gold);border-radius:0 6px 6px 0}.legal-highlight{background:rgba(201,168,76,.1);border:1px solid rgba(201,168,76,.3);border-radius:8px;padding:1.25rem 1.5rem;font-size:1.05rem;line-height:1.7;margin:1rem 0 1.5rem}.legal-highlight-important{background:rgba(26,39,68,.06);border-color:var(--navy)}.legal-cta{text-align:center;padding:2rem 2rem 4rem;border-top:1px solid var(--border)}.legal-cta-inner{max-width:720px;margin:0 auto}.legal-cta p{font-size:1rem;color:var(--text-light)}.legal-cta a{color:var(--gold);text-decoration:underline}@media (max-width:640px){.legal-hero{padding:4rem 1.25rem 2.5rem}.legal-content{padding:2rem 1.25rem 3rem}.legal-section h2{font-size:1.3rem}}.hero-lead-magnet{margin-top:2rem;max-width:560px;margin-left:auto;margin-right:auto}.hero-lead-magnet-label{font-size:1rem;font-weight:500;color:var(--gold);margin-bottom:1rem;line-height:1.5}.hero-email-form{display:flex;gap:.5rem;max-width:480px;margin:0 auto}.hero-email-input{flex:1 1;padding:.9rem 1.25rem;border:2px solid hsla(0,0%,100%,.2);border-radius:8px;font-size:1rem;font-family:Inter,sans-serif;background:hsla(0,0%,100%,.1);color:#fff;transition:border-color .3s,background .3s}.hero-email-input::placeholder{color:hsla(0,0%,100%,.5)}.hero-email-input:focus{outline:none;border-color:var(--gold);background:hsla(0,0%,100%,.15)}.hero-email-btn{padding:.9rem 1.75rem;border-radius:8px;border:none;background:var(--gold);color:var(--navy);font-size:1rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:all .3s;white-space:nowrap}.hero-email-btn:hover{background:var(--gold-light);transform:translateY(-1px)}.hero-email-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.hero-email-success{background:rgba(126,178,126,.15);border:1px solid rgba(126,178,126,.3);border-radius:8px;padding:1rem 1.5rem;font-size:1rem;color:#a8d5a8;font-weight:500;max-width:480px;margin:0 auto}.hero-email-error{color:#ffb4b4;font-size:.85rem;margin-top:.5rem}.featured-content{padding:6rem 2rem;background:var(--cream)}.featured-content-inner{max-width:1100px;margin:0 auto;text-align:center}.featured-content-inner h2{font-size:2.5rem;color:var(--navy);margin-bottom:1rem}.featured-content-row{margin-top:3rem;text-align:left}.featured-row-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.featured-row-title{font-family:Inter,sans-serif;font-size:1.15rem;font-weight:600;color:var(--navy)}.featured-row-link{font-size:.9rem;color:var(--gold);text-decoration:none;font-weight:600;transition:color .2s}.featured-row-link:hover{color:var(--navy)}.featured-cards-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.featured-card{display:block;background:#fff;border-radius:12px;padding:1.75rem;border:1px solid var(--border);text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease}.featured-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.1)}.featured-card-emoji{font-size:1.75rem;display:block;margin-bottom:.75rem}.featured-card-category{display:inline-block;background:#fef9ec;color:#96782e;padding:.2rem .6rem;border-radius:4px;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.featured-card-title{font-family:Playfair Display,Georgia,serif;font-size:1.15rem;color:var(--navy);margin-bottom:.5rem;line-height:1.3}.featured-card-desc{font-size:.88rem;color:var(--text-light);line-height:1.6;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.featured-card-meta{font-size:.8rem;color:var(--warm-gray)}.featured-card-points{display:flex;gap:1rem;align-items:baseline;padding-top:.5rem;border-top:1px solid var(--border)}.featured-card-points-value{font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:var(--gold)}.featured-card-cash-value{font-size:.82rem;color:var(--warm-gray);text-decoration:line-through}.mid-cta-section{padding:4rem 2rem;background:linear-gradient(135deg,var(--navy) 0,#2a3f6b 100%);color:#fff}.mid-cta-inner{max-width:900px;margin:0 auto;display:flex;align-items:center;gap:3rem}.mid-cta-content{flex:1 1}.mid-cta-content h2{font-size:2rem;color:#fff;margin-bottom:.75rem}.mid-cta-content p{font-size:1.05rem;opacity:.85;line-height:1.7}.mid-cta-form{flex:1 1;max-width:400px}.quiz-cta-banner{padding:5rem 2rem;background:#fff;text-align:center;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.quiz-cta-banner-inner{max-width:600px;margin:0 auto}.quiz-cta-badge{display:inline-block;background:#fef9ec;color:#96782e;padding:.4rem 1.2rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;border:1px solid #f0e4c4}.quiz-cta-banner h2{font-size:2.25rem;color:var(--navy);margin-bottom:1rem}.quiz-cta-banner p{font-size:1.05rem;color:var(--text-light);margin-bottom:2rem;line-height:1.7;max-width:500px;margin-left:auto;margin-right:auto}.final-cta-section{padding:5rem 2rem;background:linear-gradient(135deg,#1e3358 0,var(--navy) 50%,#2a3f6b 100%);color:#fff;text-align:center}.final-cta-inner{max-width:560px;margin:0 auto}.final-cta-inner h2{font-size:2.5rem;color:#fff;margin-bottom:1rem}.final-cta-inner>p{font-size:1.1rem;opacity:.85;margin-bottom:2rem;line-height:1.7}.final-cta-note{margin-top:1rem;font-size:.85rem;opacity:.6}.share-buttons{display:flex;gap:.5rem;align-items:center}.share-button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--cream);color:var(--text-light);text-decoration:none;transition:all .2s ease;border:1px solid var(--border)}.share-button:hover{background:var(--navy);color:#fff;border-color:var(--navy);transform:translateY(-2px)}.article-author-bar{display:flex;align-items:center;justify-content:space-between;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border);flex-wrap:wrap;gap:1rem}.article-author{display:flex;align-items:center;gap:.75rem}.article-author-avatar{width:44px;height:44px;border-radius:50%;background:var(--navy);color:var(--gold);display:flex;align-items:center;justify-content:center;font-family:Playfair Display,serif;font-weight:700;font-size:1.1rem;flex-shrink:0}.article-author-name{font-weight:600;font-size:.95rem;color:var(--navy)}.article-author-date{font-size:.82rem;color:var(--warm-gray)}.article-bottom-share{display:flex;align-items:center;gap:1rem;padding:1.5rem 0;border-top:1px solid var(--border);margin-top:2rem}.article-bottom-share-label{font-size:.9rem;color:var(--text-light);font-weight:500}.trip-quick-facts{margin-top:1.5rem;padding:1.75rem 2rem;background:#fff;border-radius:12px;border:1px solid var(--border);box-shadow:0 2px 12px rgba(0,0,0,.04)}.trip-quick-facts-title{font-family:Playfair Display,Georgia,serif;font-size:1.2rem;color:var(--navy);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid var(--gold)}.trip-quick-facts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.25rem;gap:1.25rem}.trip-fact{display:flex;gap:.75rem;align-items:flex-start}.trip-fact-full{grid-column:1/-1}.trip-fact-icon{font-size:1.25rem;flex-shrink:0;margin-top:.1rem}.trip-fact-label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.5px;color:var(--warm-gray);font-weight:500;margin-bottom:.15rem}.trip-fact-value{display:block;font-family:Playfair Display,Georgia,serif;font-size:1.15rem;font-weight:700;color:var(--navy)}.trip-fact-gold{color:var(--gold)}.trip-fact-small{font-family:Inter,sans-serif;font-size:.88rem;font-weight:500}.trip-fact-capitalize{text-transform:capitalize}.email-signup-error{color:#c0392b;font-size:.85rem;margin-top:.5rem}.email-signup-destination,.email-signup-review{background:var(--cream);border:1px solid var(--border);border-radius:12px;padding:2.5rem 2rem;text-align:center}.email-signup-destination .email-signup-heading,.email-signup-review .email-signup-heading{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;color:var(--navy);margin-bottom:.5rem}.email-signup-destination .email-signup-subheading,.email-signup-review .email-signup-subheading{font-size:.95rem;color:var(--text-light);margin-bottom:1.5rem;max-width:480px;margin-left:auto;margin-right:auto;line-height:1.6}.email-signup-destination .email-signup-form,.email-signup-review .email-signup-form{display:flex;gap:.75rem;max-width:460px;margin:0 auto}.email-signup-destination .email-signup-input,.email-signup-review .email-signup-input{flex:1 1;padding:.9rem 1.25rem;border:2px solid #ddd8ce;border-radius:8px;font-size:1rem;font-family:Inter,sans-serif;transition:border-color .3s;background:#fff}.email-signup-destination .email-signup-input:focus,.email-signup-review .email-signup-input:focus{outline:none;border-color:var(--navy)}.email-signup-destination .email-signup-btn,.email-signup-review .email-signup-btn{padding:.9rem 1.75rem;border-radius:8px;border:none;background:var(--gold);color:var(--navy);font-size:1rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:all .3s;white-space:nowrap}.email-signup-destination .email-signup-btn:hover,.email-signup-review .email-signup-btn:hover{background:var(--gold-light);transform:translateY(-1px)}.email-signup-destination .email-signup-note,.email-signup-review .email-signup-note{margin-top:.75rem;font-size:.8rem;color:var(--warm-gray)}.email-signup-destination .email-signup-success,.email-signup-review .email-signup-success{padding:1rem}.email-signup-destination .email-signup-success-icon,.email-signup-review .email-signup-success-icon{font-size:2rem;display:block;margin-bottom:.5rem}.email-signup-destination .email-signup-success-text,.email-signup-review .email-signup-success-text{color:#2e7d32;font-size:1rem;font-weight:500}.email-signup-hero{background:transparent;text-align:center;padding:0}.email-signup-hero .email-signup-heading{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;color:#fff;margin-bottom:.5rem}.email-signup-hero .email-signup-subheading{font-size:1rem;color:hsla(0,0%,100%,.75);margin-bottom:1.25rem;line-height:1.6}.email-signup-hero .email-signup-form{display:flex;gap:.5rem;max-width:480px;margin:0 auto}.email-signup-hero .email-signup-input{flex:1 1;padding:.9rem 1.25rem;border:2px solid hsla(0,0%,100%,.2);border-radius:8px;font-size:1rem;font-family:Inter,sans-serif;background:hsla(0,0%,100%,.1);color:#fff}.email-signup-hero .email-signup-input::placeholder{color:hsla(0,0%,100%,.5)}.email-signup-hero .email-signup-input:focus{outline:none;border-color:var(--gold)}.email-signup-hero .email-signup-btn{padding:.9rem 1.75rem;border-radius:8px;border:none;background:var(--gold);color:var(--navy);font-size:1rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer}.email-signup-hero .email-signup-note{margin-top:.75rem;font-size:.8rem;color:hsla(0,0%,100%,.5)}.email-signup-hero .email-signup-success-text{color:#a8d5a8;font-size:1rem;font-weight:500}@media (max-width:768px){.featured-cards-row{grid-template-columns:1fr;gap:1rem}.featured-row-header{flex-direction:column;align-items:flex-start;gap:.5rem}.mid-cta-inner{flex-direction:column;text-align:center;gap:2rem}.mid-cta-form{max-width:100%}.hero-email-form{flex-direction:column}.hero-email-btn{width:100%}.hero-lead-magnet-label{font-size:.9rem}.trip-quick-facts-grid{grid-template-columns:1fr}.article-author-bar,.article-bottom-share{flex-direction:column;align-items:flex-start}.article-bottom-share{gap:.75rem}.quiz-cta-banner h2{font-size:1.75rem}.final-cta-inner h2{font-size:2rem}.email-signup-destination .email-signup-form,.email-signup-review .email-signup-form{flex-direction:column}.email-signup-destination .email-signup-btn,.email-signup-review .email-signup-btn{width:100%}.email-signup-hero .email-signup-form{flex-direction:column}.email-signup-hero .email-signup-btn{width:100%}}@media (max-width:480px){.featured-content{padding:4rem 1.25rem}.featured-content-inner h2{font-size:2rem}.featured-card{padding:1.25rem}.mid-cta-section{padding:3rem 1.25rem}.mid-cta-content h2{font-size:1.5rem}.final-cta-section,.quiz-cta-banner{padding:3.5rem 1.25rem}.trip-quick-facts{padding:1.25rem}}.quiz-calc-page{background:var(--cream)}.quiz-calc-hero{padding:7rem 1.5rem 3rem;background:linear-gradient(135deg,var(--navy) 0,#2a3f6b 50%,#1e3358 100%);color:#fff;position:relative;overflow:hidden}.quiz-calc-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.quiz-calc-hero-inner{max-width:700px;position:relative;z-index:1}.quiz-calc-hero-eyebrow{letter-spacing:2px}.quiz-calc-hero-title{font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700}.quiz-calc-hero-subtitle{font-size:1.15rem;opacity:.85;max-width:560px;line-height:1.7}.quiz-calc-body{padding:0 1.5rem 5rem;margin-top:-1rem;position:relative;z-index:2}.quiz-calc-container{max-width:680px}.quiz-calc-intro{background:#fff;border-radius:16px;padding:3rem 2.5rem;box-shadow:0 8px 40px rgba(0,0,0,.08);border:1px solid var(--border);animation:quizFadeIn .5s ease}.quiz-calc-intro-features{text-align:left}.quiz-calc-intro-feature{padding:1.25rem;background:var(--cream)}.quiz-calc-intro-feature-icon{font-size:1.75rem}.quiz-calc-intro-feature strong{font-size:1.05rem}.quiz-calc-intro-feature p{line-height:1.5}.quiz-calc-start-btn{color:var(--navy);padding:1.1rem 3rem;border-radius:10px;font-size:1.15rem;font-family:Inter,sans-serif;transition:all .3s ease;box-shadow:0 4px 20px rgba(201,168,76,.3)}.quiz-calc-start-btn:hover{background:var(--gold-light);box-shadow:0 8px 30px rgba(201,168,76,.4)}.quiz-calc-intro-note{margin-top:1.25rem}.quiz-calc-progress-pct{color:var(--navy)}.quiz-calc-progress-track{width:100%;height:8px;background:#e5e1d8;border-radius:4px}.quiz-calc-progress-fill{border-radius:4px;transition:width .5s cubic-bezier(.22,1,.36,1)}.quiz-calc-step{background:#fff;border-radius:16px;padding:2.5rem 2rem;box-shadow:0 8px 40px rgba(0,0,0,.08);border:1px solid var(--border);animation:quizFadeIn .4s ease}.quiz-calc-question-wrap{transition:opacity .3s ease,transform .3s ease}.quiz-calc-animating{opacity:0;transform:translateY(8px)}.quiz-calc-emoji{font-size:3rem;margin-bottom:1rem}.quiz-calc-question-text{font-size:1.75rem;font-weight:700;line-height:1.3}.quiz-calc-question-sub{font-size:1rem;line-height:1.6}.quiz-calc-option{gap:1rem;padding:1.15rem 1.5rem;background:var(--cream);font-family:Inter,sans-serif;transition:all .2s ease;position:relative}.quiz-calc-option:hover{background:#fef9ec}.quiz-calc-option-selected{background:#fef9ec;box-shadow:0 0 0 1px var(--gold)}.quiz-calc-option-icon{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:10px;box-shadow:0 1px 4px rgba(0,0,0,.06)}.quiz-calc-option-selected .quiz-calc-option-icon{background:var(--gold);box-shadow:none}.quiz-calc-option-text{line-height:1.4}.quiz-calc-option-check{width:28px;height:28px;border-radius:50%;background:var(--gold);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;flex-shrink:0}.quiz-calc-back-btn{padding:.7rem 1.5rem;border-radius:8px;border:2px solid var(--navy);background:transparent;color:var(--navy);font-weight:600;font-size:.9rem;transition:all .2s;font-family:Inter,sans-serif}.quiz-calc-back-btn:hover:not(:disabled){background:var(--navy);color:#fff}.quiz-calc-next-btn{padding:.7rem 2rem;color:var(--navy);font-size:.9rem;transition:all .2s;box-shadow:0 4px 15px rgba(197,151,58,.3);font-family:Inter,sans-serif}.quiz-calc-next-btn:hover{background:var(--gold-light);box-shadow:0 6px 20px rgba(197,151,58,.4)}.quiz-calc-results{animation:quizFadeIn .6s ease}.quiz-calc-savings-banner{background:linear-gradient(135deg,var(--navy),#2a3f6e);padding:2rem 2.5rem;gap:1.5rem}.quiz-calc-savings-icon{font-size:3rem}.quiz-calc-savings-label{opacity:.8}.quiz-calc-savings-amount{font-size:clamp(1.8rem,5vw,2.5rem)}.quiz-calc-savings-period{font-size:1.1rem;opacity:.7}.quiz-calc-savings-note{font-size:.85rem;margin-top:.25rem}.quiz-calc-result-card{border:1px solid var(--border);box-shadow:0 4px 20px rgba(0,0,0,.06);transition:transform .2s,box-shadow .2s}.quiz-calc-result-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.1)}.quiz-calc-result-top{border:2px solid var(--gold);box-shadow:0 8px 35px rgba(201,168,76,.15);padding:2.5rem}.quiz-calc-result-badge{display:inline-block;background:var(--gold);color:#fff;padding:.4rem 1.25rem;border-radius:20px;margin-bottom:1.25rem}.quiz-calc-result-rank{color:var(--text-light);letter-spacing:1px;margin-bottom:1rem}.quiz-calc-result-header{align-items:center;margin-bottom:1.5rem}.quiz-calc-result-icon{font-size:2.5rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:var(--cream);border-radius:14px}.quiz-calc-result-name{font-size:1.4rem;font-weight:700;line-height:1.3}.quiz-calc-result-feature{color:var(--gold);font-weight:600}.quiz-calc-result-details{padding:1.25rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.quiz-calc-result-detail{text-align:center}.quiz-calc-result-detail-label{font-size:.7rem;letter-spacing:.5px;font-weight:500;margin-bottom:.25rem}.quiz-calc-result-detail-value{font-family:Playfair Display,Georgia,serif;font-size:1.1rem}.quiz-calc-result-reason{padding:1rem 1.25rem;background:var(--cream);border-radius:10px}.quiz-calc-result-reason p{font-size:.95rem;color:var(--text);line-height:1.6}.quiz-calc-result-reason strong{color:var(--navy)}.quiz-calc-result-cta{display:block;text-align:center;padding:.85rem 1.5rem;background:var(--gold);color:#fff;border-radius:10px;font-size:1rem;transition:all .2s}.quiz-calc-result-cta:hover{background:var(--gold-light);transform:translateY(-1px)}.quiz-calc-runners-title{font-size:1.5rem;font-weight:700;text-align:center;margin:2.5rem 0 1.25rem}.quiz-calc-email-section{margin:2.5rem 0;background:linear-gradient(135deg,var(--navy),#2a3f6e);border-radius:16px;padding:2.5rem;text-align:center}.quiz-calc-email-section .email-signup-heading{color:#fff!important}.quiz-calc-email-section .email-signup-subheading{color:hsla(0,0%,100%,.8)!important}.quiz-calc-email-section .email-signup-note{color:hsla(0,0%,100%,.5)!important}.quiz-calc-browse{padding:2rem;margin-bottom:1.5rem}.quiz-calc-browse p{font-size:1rem;margin-bottom:.75rem}.quiz-calc-browse-link{font-size:1.05rem;transition:color .2s}.quiz-calc-browse-link:hover{color:var(--navy)}.quiz-calc-restart{margin:0 auto;padding:.6rem 1.5rem;border:none;color:var(--warm-gray);font-family:Inter,sans-serif;transition:color .2s}@media (max-width:768px){.quiz-calc-hero{padding:5.5rem 1.25rem 2.5rem}.quiz-calc-hero-title{font-size:2rem}.quiz-calc-step{padding:1.75rem 1.25rem}.quiz-calc-intro{padding:2rem 1.5rem}.quiz-calc-question-text{font-size:1.4rem}.quiz-calc-option{padding:1rem 1.25rem}.quiz-calc-result-details{grid-template-columns:1fr;gap:.75rem}.quiz-calc-result-detail{display:flex;justify-content:space-between;align-items:center;text-align:left;padding:.5rem 0;border-bottom:1px solid var(--border)}.quiz-calc-result-detail:last-child{border-bottom:none}.quiz-calc-savings-banner{flex-direction:column;text-align:center;padding:2rem 1.5rem}.quiz-calc-savings-amount{font-size:2rem}.quiz-calc-email-section{padding:2rem 1.5rem}}@media (max-width:480px){.quiz-calc-hero{padding:4.5rem 1rem 2rem}.quiz-calc-hero-title{font-size:1.75rem}.quiz-calc-body{padding:0 1rem 3rem}.quiz-calc-option-icon{width:36px;height:36px;font-size:1.25rem}.quiz-calc-result-top{padding:1.75rem 1.25rem}.quiz-calc-result-icon{width:50px;height:50px;font-size:2rem}.quiz-calc-result-name{font-size:1.15rem}}.not-found-page{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem 2rem 4rem;background:var(--cream)}.not-found-icon{font-size:5rem;margin-bottom:1.5rem}.not-found-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,3rem);color:var(--navy);margin-bottom:1rem}.not-found-text{font-size:1.15rem;color:var(--text-light);max-width:500px;margin:0 auto 2.5rem;line-height:1.7}.not-found-links{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:3rem}.not-found-link{display:inline-flex;align-items:center;gap:.4rem;padding:.75rem 1.5rem;background:#fff;color:var(--navy);border:1px solid var(--border);border-radius:10px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .2s}.not-found-link:hover{background:var(--navy);color:#fff;border-color:var(--navy);transform:translateY(-2px)}.not-found-link-primary{background:var(--gold);color:#fff;border-color:var(--gold)}.not-found-link-primary:hover{background:var(--gold-light);border-color:var(--gold-light);color:#fff}.not-found-cta{max-width:480px;margin:0 auto}@media (max-width:480px){.not-found-links{flex-direction:column;align-items:center}.not-found-link{width:100%;justify-content:center}}.nav-dropdown{position:relative}.nav-dropdown-trigger{background:none;border:none;color:inherit;font:inherit;cursor:pointer;padding:0;display:flex;align-items:center;gap:4px}.nav-dropdown-trigger:hover{color:var(--gold)}.nav-dropdown-arrow{font-size:.7em;transition:transform .2s}.nav-dropdown-arrow-open{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);background:#fff;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.15);min-width:240px;padding:8px 0;z-index:100;animation:fadeInDown .15s ease}@keyframes fadeInDown{0%{opacity:0;transform:translateX(-50%) translateY(-4px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.nav-dropdown-menu a{display:flex;align-items:center;gap:10px;padding:10px 20px;color:var(--navy);text-decoration:none;font-size:.9rem;transition:background .15s}.nav-dropdown-menu a:hover{background:#f7f5f0;color:var(--gold)}.nav-dropdown-icon{font-size:1.1rem;width:24px;text-align:center}.nav-mobile-section-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--gold);padding:16px 24px 4px;margin-top:8px}.nav-mobile-indent{padding-left:40px!important;font-size:.9rem!important}.concierge-testimonial-savings{text-align:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.concierge-savings-amount{display:block;font-size:2rem;font-weight:700;color:#16a34a;line-height:1.2}.concierge-savings-label{font-size:.85rem;color:#6b7280}.concierge-testimonials-sub{text-align:center;color:#6b7280;max-width:600px;margin:-.5rem auto 3rem;font-size:1.05rem}.concierge-pricing-note{text-align:center;margin-top:2.5rem;color:#6b7280;font-size:.95rem}.concierge-pricing-note a,.concierge-pricing-note-link{color:var(--gold);text-decoration:underline}.concierge-pricing-note-link{background:none;border:none;font-size:inherit;font-family:inherit;cursor:pointer;padding:0}.concierge-not-ready{padding:5rem 1.5rem;background:#f7f5f0}.concierge-not-ready-inner{max-width:700px;margin:0 auto;text-align:center}.concierge-not-ready h2{font-family:var(--font-serif,Georgia,serif);font-size:1.8rem;color:var(--navy);margin-bottom:.5rem}.concierge-not-ready>p{color:#6b7280;margin-bottom:2rem}.nl-archive-page{min-height:100vh}.nl-archive-hero{background:linear-gradient(135deg,var(--navy) 0,#0f2744 100%);padding:5rem 1.5rem 4rem;text-align:center;color:#fff}.nl-archive-hero-inner{max-width:700px;margin:0 auto}.nl-archive-eyebrow{display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.nl-archive-hero h1{font-family:var(--font-serif,Georgia,serif);font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:1rem}.nl-archive-hero-sub{font-size:1.1rem;color:#c4cdd9;line-height:1.7}.nl-archive-subscribe{padding:3rem 1.5rem;background:#f7f5f0}.nl-archive-subscribe-inner{max-width:650px;margin:0 auto}.nl-archive-grid-section{padding:4rem 1.5rem}.nl-archive-grid-inner{max-width:1000px;margin:0 auto}.nl-archive-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.nl-archive-card{display:flex;gap:1.25rem;padding:1.5rem;border-radius:12px;border:1px solid #e5e7eb;text-decoration:none;color:inherit;transition:all .2s}.nl-archive-card:hover{border-color:var(--gold);box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-2px)}.nl-archive-card-month{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:60px;padding:.75rem;background:var(--navy);color:#fff;border-radius:8px;flex-shrink:0}.nl-archive-card-month-name{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.nl-archive-card-month-year{font-size:1.1rem;font-weight:700}.nl-archive-card-content h3{font-family:var(--font-serif,Georgia,serif);font-size:1rem;color:var(--navy);margin-bottom:.5rem;line-height:1.4}.nl-archive-card-content p{font-size:.85rem;color:#6b7280;line-height:1.5;margin-bottom:.5rem}.nl-archive-card-link{font-size:.85rem;font-weight:600;color:var(--gold)}.nl-archive-bottom-cta{padding:5rem 1.5rem;background:linear-gradient(135deg,var(--navy) 0,#0f2744 100%);color:#fff;text-align:center}.nl-archive-bottom-inner{max-width:650px;margin:0 auto}.nl-archive-bottom-inner h2{font-family:var(--font-serif,Georgia,serif);font-size:2rem;margin-bottom:1rem}.nl-archive-bottom-inner>p{color:#c4cdd9;margin-bottom:2rem}.nl-single-page{min-height:100vh}.nl-breadcrumb{background:#f7f5f0;padding:1rem 1.5rem}.nl-breadcrumb-inner{max-width:800px;margin:0 auto;font-size:.85rem;color:#6b7280}.nl-breadcrumb-inner a{color:var(--gold);text-decoration:none}.nl-breadcrumb-inner a:hover{text-decoration:underline}.nl-breadcrumb-sep{margin:0 .5rem}.nl-single-content{padding:3rem 1.5rem 4rem}.nl-single-inner{max-width:800px;margin:0 auto}.nl-single-header{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:2px solid var(--gold)}.nl-single-date{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--gold)}.nl-single-header h1{font-family:var(--font-serif,Georgia,serif);font-size:clamp(1.8rem,4vw,2.5rem);color:var(--navy);margin-top:.5rem}.nl-single-body{font-size:1.05rem;line-height:1.8;color:#374151}.nl-single-body h1,.nl-single-body h2,.nl-single-body h3{font-family:var(--font-serif,Georgia,serif);color:var(--navy);margin-top:2rem;margin-bottom:.75rem}.nl-single-body h2{font-size:1.4rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.nl-single-body h3{font-size:1.15rem}.nl-single-body p{margin-bottom:1rem}.nl-single-body ol,.nl-single-body ul{margin-bottom:1rem;padding-left:1.5rem}.nl-single-body li{margin-bottom:.5rem}.nl-single-body strong{color:var(--navy)}.nl-single-body hr{border:none;border-top:1px solid #e5e7eb;margin:2rem 0}.nl-single-body blockquote{border-left:3px solid var(--gold);padding-left:1rem;margin:1.5rem 0;font-style:italic;color:#6b7280}.nl-single-body code{font-size:.85em;background:#f3f4f6;padding:.15rem .4rem;border-radius:4px}.nl-prev-next{padding:0 1.5rem 3rem}.nl-prev-next-inner{max-width:800px;margin:0 auto;display:flex;justify-content:space-between;gap:1rem;padding-top:2rem;border-top:1px solid #e5e7eb}.nl-prev-next-link{text-decoration:none;color:inherit;max-width:45%}.nl-prev-next-link:hover .nl-prev-next-title{color:var(--gold)}.nl-prev-next-label{display:block;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--gold);margin-bottom:.25rem}.nl-prev-next-title{font-size:.9rem;color:var(--navy);line-height:1.4;transition:color .15s}.nl-next{text-align:right}.nl-single-subscribe{padding:4rem 1.5rem;background:#f7f5f0}.nl-single-subscribe-inner{max-width:650px;margin:0 auto}@media (max-width:640px){.nl-archive-grid{grid-template-columns:1fr}.nl-prev-next-inner{flex-direction:column}.nl-prev-next-link{max-width:100%}.nl-next{text-align:left}}.glossary-page{min-height:100vh}.glossary-hero{background:linear-gradient(135deg,var(--navy) 0,#0f2744 100%);padding:5rem 1.5rem 4rem;text-align:center;color:#fff}.glossary-hero-inner{max-width:700px;margin:0 auto}.glossary-eyebrow{display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.glossary-hero h1{font-family:var(--font-serif,Georgia,serif);font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:1rem}.glossary-hero-sub{font-size:1.05rem;color:#c4cdd9;line-height:1.7;margin-bottom:2rem}.glossary-search{max-width:400px;margin:0 auto}.glossary-search-input{width:100%;padding:.9rem 1.25rem;border-radius:50px;border:2px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.1);color:#fff;font-size:1rem;outline:none;transition:border-color .2s}.glossary-search-input::placeholder{color:hsla(0,0%,100%,.5)}.glossary-search-input:focus{border-color:var(--gold);background:hsla(0,0%,100%,.15)}.glossary-layout{display:flex;max-width:1100px;margin:0 auto;padding:2rem 1.5rem 4rem;gap:2rem}.glossary-alpha-nav{position:-webkit-sticky;position:sticky;top:100px;display:flex;flex-direction:column;gap:2px;align-self:flex-start;flex-shrink:0}.glossary-alpha-btn{background:none;border:none;width:36px;height:32px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:var(--navy);border-radius:6px;cursor:pointer;transition:all .15s}.glossary-alpha-btn:hover:not(:disabled){background:#f7f5f0;color:var(--gold)}.glossary-alpha-active{background:var(--navy)!important;color:#fff!important}.glossary-alpha-disabled{color:#d1d5db;cursor:default}.glossary-terms{flex:1 1;min-width:0}.glossary-search-results{font-size:.9rem;color:#6b7280;margin-bottom:1.5rem}.glossary-no-results{color:#6b7280;font-size:1rem}.glossary-no-results a{color:var(--gold)}.glossary-letter-section{margin-bottom:2rem;scroll-margin-top:90px}.glossary-letter-heading{font-family:var(--font-serif,Georgia,serif);font-size:1.8rem;color:var(--navy);padding-bottom:.5rem;border-bottom:2px solid var(--gold);margin-bottom:1rem}.glossary-term-card{padding:1.25rem 0;border-bottom:1px solid #f3f4f6;scroll-margin-top:90px}.glossary-term-card:last-child{border-bottom:none}.glossary-term-card h3{font-family:var(--font-serif,Georgia,serif);font-size:1.15rem;color:var(--navy);margin-bottom:.5rem}.glossary-term-card>p{font-size:.95rem;color:#4b5563;line-height:1.7}.glossary-related{margin-top:.75rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.8rem}.glossary-related span{color:#9ca3af}.glossary-related a{color:var(--gold);text-decoration:none;padding:2px 8px;background:#fefce8;border-radius:4px;font-weight:500}.glossary-related a:hover{background:#fef3c7}.glossary-cta{padding:5rem 1.5rem;background:#f7f5f0;text-align:center}.glossary-cta-inner{max-width:650px;margin:0 auto}.glossary-cta h2{font-family:var(--font-serif,Georgia,serif);font-size:2rem;color:var(--navy);margin-bottom:1rem}.glossary-cta>p{color:#6b7280;margin-bottom:2rem;line-height:1.6}@media (max-width:768px){.glossary-layout{flex-direction:column}.glossary-alpha-nav{position:relative;top:0;flex-direction:row;flex-wrap:wrap;justify-content:center;padding:1rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb}.glossary-alpha-btn{width:30px;height:30px;font-size:.75rem}}.intake-form-page{min-height:80vh;padding:2rem 1.5rem 5rem;background:var(--cream)}.intake-container{max-width:680px;margin:0 auto}.intake-progress{margin-bottom:2rem}.intake-progress-header{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.85rem;color:var(--text-light)}.intake-progress-track{height:6px;background:var(--border);border-radius:3px;overflow:hidden}.intake-progress-fill{height:100%;background:linear-gradient(90deg,var(--gold),var(--gold-light));border-radius:3px;transition:width .4s ease}.intake-question-card{background:#fff;border-radius:16px;padding:2.5rem 2rem;box-shadow:0 8px 40px rgba(0,0,0,.08);border:1px solid var(--border);animation:intakeFadeIn .4s ease}.intake-animating,.intake-animating .intake-question-card{animation:intakeFadeOut .25s ease}@keyframes intakeFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes intakeFadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}.intake-emoji{font-size:2.5rem;text-align:center;margin-bottom:1rem}.intake-question-text{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,4vw,1.85rem);color:var(--navy);text-align:center;margin-bottom:.5rem}.intake-question-sub{text-align:center;color:var(--text-light);font-size:.95rem;margin-bottom:2rem;line-height:1.6}.intake-options{display:flex;flex-direction:column;gap:.75rem}.intake-option{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--cream);border:2px solid var(--border);border-radius:12px;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif;font-size:1rem;text-align:left;width:100%}.intake-option-selected,.intake-option:hover{border-color:var(--gold);background:#faf6eb}.intake-option-selected{box-shadow:0 0 0 1px var(--gold)}.intake-option-icon{font-size:1.5rem;flex-shrink:0}.intake-option-text{flex:1 1;color:var(--text)}.intake-option-check{color:var(--gold);font-weight:700;font-size:1.1rem}.intake-options-multi{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem}.intake-option-multi{font-size:.9rem;padding:.8rem 1rem}.intake-option-checkbox{font-size:1.1rem;flex-shrink:0}.intake-multi-number,.intake-number-wrap{max-width:400px;margin:0 auto}.intake-number-row{margin-bottom:1.25rem}.intake-number-label{display:block;font-size:.9rem;font-weight:600;color:var(--navy);margin-bottom:.4rem}.intake-number-field{display:flex;align-items:center;background:#fff;border:2px solid var(--border);border-radius:10px;overflow:hidden;transition:border-color .2s}.intake-number-field:focus-within{border-color:var(--gold)}.intake-number-prefix{padding:.8rem .5rem .8rem 1rem;color:var(--text-light);font-weight:600;font-size:1.1rem}.intake-number-input{flex:1 1;border:none;outline:none;font-size:1.1rem;font-family:Inter,sans-serif;padding:.8rem 0;background:transparent;color:var(--text);-moz-appearance:textfield}.intake-number-input::-webkit-inner-spin-button,.intake-number-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.intake-number-suffix{padding:.8rem 1rem .8rem .5rem;color:var(--text-light);font-size:.9rem}.intake-text-wrap{max-width:500px;margin:0 auto}.intake-textarea{width:100%;padding:1rem;border:2px solid var(--border);border-radius:10px;font-family:Inter,sans-serif;font-size:1rem;color:var(--text);resize:vertical;transition:border-color .2s;line-height:1.6}.intake-textarea:focus{outline:none;border-color:var(--gold)}.intake-text-input{width:100%;padding:.8rem 1rem;border:2px solid var(--border);border-radius:10px;font-family:Inter,sans-serif;font-size:1rem;color:var(--text);transition:border-color .2s}.intake-text-input:focus{outline:none;border-color:var(--gold)}.intake-travel-details{gap:1.5rem;max-width:500px;margin:0 auto}.intake-contact,.intake-travel-details,.intake-travel-field{display:flex;flex-direction:column}.intake-contact{gap:1.25rem;max-width:500px;margin:0 auto}.intake-contact-field{display:flex;flex-direction:column}.intake-nav{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.intake-back-btn{background:none;border:none;color:var(--text-light);font-size:.95rem;cursor:pointer;padding:.75rem 1.25rem;font-family:Inter,sans-serif;transition:color .2s}.intake-back-btn:hover:not(:disabled){color:var(--navy)}.intake-back-btn:disabled{opacity:.3;cursor:default}.intake-next-btn{background:var(--gold);color:var(--navy);border:none;padding:.8rem 2rem;border-radius:10px;font-size:1rem;font-weight:700;font-family:Inter,sans-serif;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(201,168,76,.3)}.intake-next-btn:hover:not(:disabled){background:var(--gold-light);transform:translateY(-1px);box-shadow:0 6px 20px rgba(201,168,76,.4)}.intake-next-btn:disabled{opacity:.6;cursor:default}.intake-teaser{animation:intakeFadeIn .5s ease}.intake-teaser-card{background:#fff;border-radius:16px;padding:3rem 2.5rem;box-shadow:0 8px 40px rgba(0,0,0,.08);border:1px solid var(--border);text-align:center}.intake-teaser-icon{font-size:3rem;margin-bottom:1rem}.intake-teaser-card h2{font-family:Playfair Display,Georgia,serif;font-size:1.75rem;color:var(--navy);margin-bottom:.5rem}.intake-teaser-subtitle{color:var(--text-light);margin-bottom:2rem}.intake-teaser-value{background:linear-gradient(135deg,var(--navy) 0,#2a3f6b 100%);border-radius:12px;padding:2rem;margin-bottom:2rem;color:#fff}.intake-teaser-value-label{display:block;font-size:.85rem;text-transform:uppercase;letter-spacing:1.5px;opacity:.8;margin-bottom:.5rem}.intake-teaser-value-amount{display:block;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.5rem,6vw,3.5rem);font-weight:700;color:var(--gold);line-height:1.1}.intake-teaser-value-period{display:block;font-size:.95rem;opacity:.8;margin-top:.3rem}.intake-teaser-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-bottom:2rem}.intake-teaser-stat{text-align:center;padding:1rem .5rem;background:var(--cream);border-radius:10px}.intake-teaser-stat-value{display:block;font-weight:700;color:var(--navy);font-size:1rem;margin-bottom:.25rem}.intake-teaser-stat-label{display:block;font-size:.75rem;color:var(--text-light)}.intake-teaser-preview{position:relative;border-radius:12px;overflow:hidden;margin-bottom:2rem}.intake-teaser-preview-blur{padding:1.5rem;text-align:left;filter:blur(6px);opacity:.5;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.intake-teaser-preview-blur h3{font-size:1rem;margin-bottom:.5rem;color:var(--navy)}.intake-teaser-preview-blur p{font-size:.9rem;color:var(--text-light);margin-bottom:.75rem}.intake-teaser-preview-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:hsla(45,44%,96%,.4)}.intake-teaser-lock{font-size:2rem;margin-bottom:.5rem}.intake-teaser-preview-overlay p{font-weight:600;color:var(--navy);font-size:1rem}.intake-teaser-cta{display:inline-block;background:var(--gold);color:var(--navy);padding:1.1rem 3rem;border-radius:10px;border:none;font-size:1.15rem;font-weight:700;font-family:Inter,sans-serif;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px rgba(201,168,76,.3)}.intake-teaser-cta:hover:not(:disabled){background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 30px rgba(201,168,76,.4)}.intake-teaser-cta:disabled{opacity:.6;cursor:default}.intake-teaser-guarantee{margin-top:1rem;font-size:.85rem;color:var(--text-light)}.concierge-report-pricing{max-width:520px;margin:0 auto}.concierge-report-pricing-card{background:#fff;border-radius:16px;padding:2.5rem 2rem;box-shadow:0 8px 40px rgba(0,0,0,.08);border:2px solid var(--gold)}.concierge-report-pricing-features{list-style:none;margin-bottom:2rem}.concierge-report-pricing-features li{padding:.6rem 0;font-size:1rem;color:var(--text);border-bottom:1px solid var(--border)}.concierge-report-pricing-features li:last-child{border-bottom:none}.concierge-report-pricing-guarantee{text-align:center;margin-top:1rem;font-size:.85rem;color:var(--text-light)}.report-page{min-height:100vh;background:var(--cream)}.report-header{background:linear-gradient(135deg,var(--navy) 0,#2a3f6b 50%,#1e3358 100%);color:#fff;padding:4rem 1.5rem 3rem;text-align:center}.report-header-inner{max-width:700px;margin:0 auto}.report-header-eyebrow{color:var(--gold);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem}.report-header h1{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,5vw,2.75rem);margin-bottom:1rem}.report-header-name{font-size:1.15rem;opacity:.85;margin-bottom:.25rem}.report-header-date{font-size:.9rem;opacity:.6;margin-bottom:2rem}.report-header-value{background:hsla(0,0%,100%,.1);border:1px solid rgba(201,168,76,.3);border-radius:12px;padding:1.5rem;display:inline-block}.report-header-value-label{display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:1px;opacity:.7;margin-bottom:.3rem}.report-header-value-amount{font-family:Playfair Display,Georgia,serif;font-size:2.25rem;font-weight:700;color:var(--gold)}.report-body{padding:3rem 1.5rem 4rem}.report-body-inner{max-width:800px;margin:0 auto}.report-content h2{font-family:Playfair Display,Georgia,serif;font-size:1.75rem;color:var(--navy);margin:3rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid var(--gold)}.report-content h2:first-child{margin-top:0}.report-content h3{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;color:var(--navy);margin:2rem 0 .75rem}.report-content p{font-size:1rem;line-height:1.8;color:var(--text);margin-bottom:1rem}.report-content ol,.report-content ul{margin:1rem 0 1.5rem 1.5rem}.report-content li{margin-bottom:.5rem;line-height:1.7}.report-content strong{color:var(--navy)}.report-content section.report-section{background:#fff;border-radius:16px;padding:2rem 2.5rem;margin-bottom:2rem;box-shadow:0 4px 20px rgba(0,0,0,.05);border:1px solid var(--border)}.report-content .report-highlight{background:linear-gradient(135deg,#faf6eb,#fef9e7);border-left:4px solid var(--gold);padding:1.25rem 1.5rem;border-radius:0 10px 10px 0;margin:1.5rem 0}.report-content .report-card-rec{background:#fff;border:2px solid var(--border);border-radius:12px;padding:1.5rem;margin:1.5rem 0;transition:border-color .2s}.report-content .report-card-rec:hover{border-color:var(--gold)}.report-content .report-card-link{color:var(--gold);font-weight:700;text-decoration:none;border-bottom:2px solid transparent;transition:border-color .2s}.report-content .report-card-link:hover{border-bottom-color:var(--gold)}.report-content .report-table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem}.report-content .report-table th{background:var(--navy);color:#fff;padding:.75rem 1rem;text-align:left;font-weight:600;font-family:Inter,sans-serif}.report-content .report-table th:first-child{border-radius:8px 0 0 0}.report-content .report-table th:last-child{border-radius:0 8px 0 0}.report-content .report-table td{padding:.75rem 1rem;border-bottom:1px solid var(--border);color:var(--text)}.report-content .report-table tr:last-child td{border-bottom:none}.report-content .report-table tr:nth-child(2n) td{background:var(--cream)}.report-content .report-action-item{background:var(--cream);border-radius:10px;padding:1rem 1.25rem;margin:.75rem 0;border-left:3px solid var(--sage)}.report-subscribe-section{padding:0 1.5rem 2rem}.report-subscribe-inner{max-width:600px;margin:0 auto}.report-subscribe-card{background:#fff;border-radius:16px;padding:2.5rem 2rem;box-shadow:0 8px 40px rgba(0,0,0,.08);border:2px solid var(--gold);text-align:center}.report-subscribe-eyebrow{color:var(--gold);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem}.report-subscribe-card h2{font-family:Playfair Display,Georgia,serif;font-size:1.75rem;color:var(--navy);margin-bottom:.75rem}.report-subscribe-desc{color:var(--text-light);font-size:.95rem;line-height:1.7;margin-bottom:1.5rem}.report-subscribe-features{list-style:none;text-align:left;margin-bottom:2rem}.report-subscribe-features li{padding:.5rem 0;font-size:.95rem;color:var(--text);border-bottom:1px solid var(--border)}.report-subscribe-features li:before{content:"\2713  ";color:var(--gold);font-weight:700}.report-subscribe-features li:last-child{border-bottom:none}.report-subscribe-cta{display:inline-block;background:var(--gold);color:var(--navy);padding:1rem 2.5rem;border-radius:10px;border:none;font-size:1.1rem;font-weight:700;font-family:Inter,sans-serif;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px rgba(201,168,76,.3)}.report-subscribe-cta:hover:not(:disabled){background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 30px rgba(201,168,76,.4)}.report-subscribe-cta:disabled{opacity:.6;cursor:default}.report-subscribe-note{margin-top:.75rem;font-size:.82rem;color:var(--text-light)}.report-manage-sub-link{display:inline-block;margin-top:1rem;padding:.5rem 1.5rem;background:transparent;border:1px solid var(--gold);color:var(--gold);border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.report-manage-sub-link:hover{background:var(--gold);color:#fff}.report-manage-sub-link:disabled{opacity:.6;cursor:default}.report-subscribe-success{background:#fff;border-radius:16px;padding:2.5rem 2rem;box-shadow:0 8px 40px rgba(0,0,0,.08);border:2px solid var(--sage);text-align:center}.report-subscribe-success-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--sage);color:#fff;font-size:1.5rem;margin-bottom:1rem}.report-subscribe-success h2{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;color:var(--navy);margin-bottom:.75rem}.report-subscribe-success p{color:var(--text-light);font-size:.95rem;line-height:1.7}.report-footer{background:#fff;border-top:1px solid var(--border);padding:3rem 1.5rem;text-align:center}.report-footer-inner{max-width:600px;margin:0 auto}.report-footer-disclaimer{font-size:.8rem;color:var(--text-light);line-height:1.7;margin-bottom:2rem}.report-footer-cta{margin-bottom:2rem}.report-footer-cta p{color:var(--text-light);margin-bottom:.5rem}.report-footer-email{color:var(--gold);font-weight:600;text-decoration:none;font-size:1.05rem}.report-footer-home{color:var(--text-light);text-decoration:none;font-size:.9rem}.report-footer-home:hover{color:var(--navy)}.report-loading-page{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem;background:var(--cream)}.report-loading-card{max-width:520px;width:100%;background:#fff;border-radius:16px;padding:3rem 2.5rem;box-shadow:0 8px 40px rgba(0,0,0,.08);border:1px solid var(--border);text-align:center}.report-loading-spinner{width:48px;height:48px;border-top:3px solid var(--border);border:3px solid var(--border);border-top-color:var(--gold);border-radius:50%;animation:reportSpin 1s linear infinite;margin:0 auto 1.5rem}@keyframes reportSpin{to{transform:rotate(1turn)}}.report-loading-card h1{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;color:var(--navy);margin-bottom:1rem;min-height:2.4em}.report-loading-card>p{color:var(--text-light);font-size:.95rem;line-height:1.7;margin-bottom:2rem}.report-loading-icon{font-size:3rem;margin-bottom:1rem}.report-loading-steps{text-align:left;margin-bottom:2rem}.report-loading-step{display:flex;align-items:center;gap:.75rem;padding:.7rem 0;color:var(--text-light);font-size:.9rem}.report-loading-step-done{color:var(--sage)}.report-loading-step-active{color:var(--gold);font-weight:600}.report-loading-check{font-size:1.1rem;width:1.5rem;text-align:center;flex-shrink:0}.report-loading-note{font-size:.82rem;color:var(--text-light);opacity:.7}.report-loading-contact{margin-top:1.5rem;font-size:.9rem;color:var(--text-light)}.report-loading-contact a{color:var(--gold)}@media (max-width:768px){.intake-question-card{padding:2rem 1.25rem}.intake-options-multi{grid-template-columns:1fr}.intake-teaser-card{padding:2rem 1.25rem}.intake-teaser-stats{grid-template-columns:1fr;gap:.75rem}.report-content section.report-section{padding:1.5rem 1.25rem}.report-content .report-table{font-size:.8rem}.report-content .report-table td,.report-content .report-table th{padding:.5rem .6rem}.report-loading-card{padding:2rem 1.5rem}.report-subscribe-card,.report-subscribe-success{padding:2rem 1.25rem}}.hp-reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.hp-reveal-visible{opacity:1;transform:translateY(0)}.hp-container{max-width:1140px;margin:0 auto;padding:0 2rem}.hp-kicker{font-family:Cormorant Garamond,Georgia,serif;font-size:1rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;text-align:center}.hp-kicker-light{color:var(--gold-light)}.hp-section-title{text-align:center;font-size:2.75rem;color:var(--navy);margin-bottom:1rem;letter-spacing:-.01em}.hp-section-sub{text-align:center;font-size:1.1rem;color:var(--text-light);max-width:560px;margin:0 auto 3.5rem;line-height:1.7}.hp-nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 2rem;transition:all .4s cubic-bezier(.16,1,.3,1)}.hp-nav-scrolled{background:rgba(15,26,46,.95);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:.75rem 2rem;box-shadow:0 1px 0 rgba(201,168,76,.15)}.hp-nav-inner{max-width:1140px;margin:0 auto;justify-content:space-between}.hp-nav-inner,.hp-nav-logo{display:flex;align-items:center}.hp-nav-logo{font-family:Playfair Display,Georgia,serif;font-size:1.4rem;font-weight:700;color:#fff;text-decoration:none;gap:.5rem;letter-spacing:.02em}.hp-nav-logo-icon{color:var(--gold);font-size:1.1rem}.hp-nav-links{display:flex;align-items:center;gap:2.25rem}.hp-nav-links a{color:hsla(0,0%,100%,.75);text-decoration:none;font-size:.9rem;font-weight:500;letter-spacing:.02em;transition:color .25s}.hp-nav-links a:hover{color:#fff}.hp-nav-cta{background:var(--gold)!important;color:var(--navy-deep)!important;padding:.55rem 1.4rem;border-radius:6px;font-weight:600!important;transition:all .25s!important;letter-spacing:.01em}.hp-nav-cta:hover{background:var(--gold-light)!important;box-shadow:0 0 20px rgba(201,168,76,.3)}.hp-nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.hp-nav-hamburger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:all .3s}.hp-nav-hamburger-open span:first-child{transform:rotate(45deg) translate(5px,5px)}.hp-nav-hamburger-open span:nth-child(2){opacity:0}.hp-nav-hamburger-open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hp-nav-mobile{display:none;flex-direction:column;padding:1.25rem 2rem 1.75rem;gap:.75rem;background:rgba(15,26,46,.98)}.hp-nav-mobile a{color:hsla(0,0%,100%,.85);text-decoration:none;font-size:1.05rem;padding:.5rem 0}.hp-nav-cta-mobile{display:inline-block;background:var(--gold);color:var(--navy-deep)!important;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;text-align:center;margin-top:.5rem}.hp-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center 40%;text-align:center;padding:6rem 2rem 4rem}.hp-hero-overlay{position:absolute;inset:0;background:linear-gradient(170deg,rgba(15,26,46,.85),rgba(15,26,46,.6) 40%,rgba(15,26,46,.75))}.hp-hero-grain{position:absolute;inset:0;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px;pointer-events:none}.hp-hero-content{position:relative;z-index:1;max-width:800px}.hp-hero-content>*{opacity:0;transform:translateY(24px);transition:all .8s cubic-bezier(.16,1,.3,1)}.hp-hero-loaded>:first-child{opacity:1;transform:none;transition-delay:.1s}.hp-hero-loaded>:nth-child(2){opacity:1;transform:none;transition-delay:.25s}.hp-hero-loaded>:nth-child(3){opacity:1;transform:none;transition-delay:.4s}.hp-hero-loaded>:nth-child(4){opacity:1;transform:none;transition-delay:.55s}.hp-hero-loaded>:nth-child(5){opacity:1;transform:none;transition-delay:.7s}.hp-hero-loaded>:nth-child(6){opacity:1;transform:none;transition-delay:.85s}.hp-hero-rule{width:48px;height:1px;background:var(--gold);margin:0 auto 1.5rem}.hp-hero-eyebrow{font-family:Cormorant Garamond,Georgia,serif;color:var(--gold);font-size:.95rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;margin-bottom:1.5rem}.hp-hero-title{color:#fff;font-size:4rem;font-weight:700;line-height:1.08;margin-bottom:1.75rem;letter-spacing:-.015em}.hp-hero-title-accent{color:var(--gold);font-style:italic}.hp-hero-sub{color:hsla(0,0%,100%,.8);font-size:1.15rem;line-height:1.75;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.hp-hero-ctas{margin-bottom:1.75rem}.hp-hero-meta{display:flex;align-items:center;justify-content:center;gap:.75rem;color:hsla(0,0%,100%,.5);font-size:.85rem;letter-spacing:.02em}.hp-hero-meta-dot{width:3px;height:3px;border-radius:50%;background:var(--gold);opacity:.6}.hp-hero-scroll{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);z-index:1;display:flex;flex-direction:column;align-items:center;gap:.75rem;color:hsla(0,0%,100%,.4);font-size:.7rem;letter-spacing:.15em;text-transform:uppercase}.hp-hero-scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,var(--gold),transparent);animation:hp-scroll-pulse 2s ease-in-out infinite}@keyframes hp-scroll-pulse{0%,to{opacity:.3;transform:scaleY(.6)}50%{opacity:.8;transform:scaleY(1)}}.hp-btn-primary{display:inline-block;background:var(--gold);color:var(--navy-deep);padding:1rem 2.5rem;border-radius:8px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);border:none;cursor:pointer;letter-spacing:.01em}.hp-btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 30px rgba(201,168,76,.35)}.hp-btn-glow{box-shadow:0 4px 20px rgba(201,168,76,.25)}.hp-btn-glow:hover{box-shadow:0 8px 40px rgba(201,168,76,.4)}.hp-btn-outline{display:inline-block;background:transparent;color:var(--navy);padding:.9rem 2rem;border-radius:8px;font-size:.95rem;font-weight:600;text-decoration:none;border:1.5px solid var(--navy);transition:all .3s;letter-spacing:.01em}.hp-btn-outline:hover{background:var(--navy);color:#fff}.hp-btn-outline-light{color:#fff;border-color:hsla(0,0%,100%,.4)}.hp-btn-outline-light:hover{background:#fff;color:var(--navy);border-color:#fff}.hp-btn-full{display:block;width:100%;text-align:center}.hp-btn-lg{padding:1.25rem 3rem;font-size:1.1rem}.hp-stats{padding:6rem 0;background:var(--navy);position:relative}.hp-stats-intro{text-align:center;font-family:Cormorant Garamond,Georgia,serif;font-size:1.35rem;color:hsla(0,0%,100%,.7);max-width:620px;margin:0 auto 4rem;line-height:1.65;font-style:italic}.hp-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem;gap:3rem;margin-bottom:3rem}.hp-stat{text-align:center}.hp-stat-number{display:block;font-family:Playfair Display,Georgia,serif;font-size:3.5rem;font-weight:700;color:#fff;line-height:1}.hp-stat-pct,.hp-stat-plus{color:var(--gold);font-size:2rem;font-weight:400}.hp-stat-rule{display:block;width:32px;height:1px;background:var(--gold);margin:1.25rem auto;opacity:.6}.hp-stat-label{display:block;font-size:.95rem;color:hsla(0,0%,100%,.55);line-height:1.55;max-width:260px;margin:0 auto}.hp-stats-bottom{text-align:center;font-size:1.15rem;color:hsla(0,0%,100%,.75)}.hp-stats-bottom strong{color:var(--gold)}.hp-product{padding:6rem 0;background:var(--cream)}.hp-product-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.hp-product-card{background:#fff;border-radius:12px;padding:2.5rem;border:1px solid var(--border);border-left:3px solid var(--gold);transition:all .35s cubic-bezier(.16,1,.3,1);position:relative}.hp-product-card:hover{box-shadow:0 12px 40px rgba(0,0,0,.06);transform:translateY(-3px)}.hp-product-num{font-family:Cormorant Garamond,Georgia,serif;font-size:.85rem;font-weight:600;color:var(--gold);letter-spacing:.1em;display:block;margin-bottom:.75rem}.hp-product-card h3{font-size:1.35rem;color:var(--navy);margin-bottom:.75rem}.hp-product-card p{font-size:1rem;color:var(--text-light);line-height:1.65}.hp-editorial{display:grid;grid-template-columns:1fr 1fr;min-height:560px}.hp-editorial-img{background-size:cover;background-position:50%;position:relative}.hp-editorial-img:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,transparent 70%,var(--cream) 100%)}.hp-editorial-content{background:var(--cream);display:flex;align-items:center;padding:4rem}.hp-editorial-content .hp-kicker{text-align:left}.hp-editorial-content h2{font-size:2.75rem;color:var(--navy);margin-bottom:1.5rem;line-height:1.1}.hp-editorial-text{font-size:1.05rem;color:var(--text-light);line-height:1.75;margin-bottom:2rem}.hp-destinations{padding:6rem 0;background:#fff}.hp-dest-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.75rem;gap:1.75rem}.hp-dest-card{border-radius:12px;overflow:hidden;background:#fff;border:1px solid var(--border);transition:all .4s cubic-bezier(.16,1,.3,1)}.hp-dest-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(0,0,0,.08)}.hp-dest-card:hover .hp-dest-img{transform:scale(1.05)}.hp-dest-img{height:260px;background-size:cover;background-position:50%;position:relative;transition:transform .6s cubic-bezier(.16,1,.3,1)}.hp-dest-tag{position:absolute;top:1rem;left:1rem;background:rgba(15,26,46,.75);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:.35rem .85rem;border-radius:4px}.hp-dest-info{padding:1.5rem}.hp-dest-info h3{font-size:1.3rem;color:var(--navy);margin-bottom:1rem}.hp-dest-compare{display:flex;align-items:stretch;gap:0}.hp-dest-col{flex:1 1;display:flex;flex-direction:column;gap:.25rem}.hp-dest-label{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--warm-gray)}.hp-dest-divider{width:1px;background:var(--border);margin:0 1.5rem}.hp-dest-cash{color:var(--text-light);text-decoration:line-through;-webkit-text-decoration-color:var(--terracotta);text-decoration-color:var(--terracotta)}.hp-dest-cash,.hp-dest-points{font-family:Playfair Display,Georgia,serif;font-size:1.15rem}.hp-dest-points{font-weight:600;color:var(--sage)}.hp-how{padding:6rem 0;background:var(--navy)}.hp-how-timeline{max-width:600px;margin:3rem auto;position:relative}.hp-how-line{position:absolute;left:22px;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,var(--gold),rgba(201,168,76,.2))}.hp-how-step{gap:2rem;padding:1.75rem 0}.hp-how-marker,.hp-how-step{display:flex;position:relative}.hp-how-marker{width:44px;height:44px;border-radius:50%;background:var(--navy-deep);border:1.5px solid var(--gold);color:var(--gold);font-family:Cormorant Garamond,Georgia,serif;font-size:1.1rem;font-weight:600;align-items:center;justify-content:center;flex-shrink:0;z-index:1}.hp-how-text h3{color:#fff;font-size:1.25rem;margin-bottom:.5rem}.hp-how-text p{color:hsla(0,0%,100%,.6);font-size:.95rem;line-height:1.65}.hp-how-cta{text-align:center;margin-top:1rem}.hp-value{padding:6rem 0;background:var(--cream)}.hp-value-box{max-width:860px;margin:2.5rem auto 0}.hp-value-compare{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.hp-value-item{padding:2.5rem;border-radius:12px}.hp-value-other{background:#fff;border:1px solid var(--border)}.hp-value-ours{background:var(--navy);color:#fff;position:relative;box-shadow:0 20px 60px rgba(15,26,46,.25)}.hp-value-badge{position:absolute;top:-12px;right:20px;background:var(--gold);color:var(--navy-deep);padding:.3rem 1rem;border-radius:20px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.hp-value-item h4{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;margin-bottom:1.5rem}.hp-value-item ul{list-style:none;padding:0}.hp-value-item ul li{padding:.55rem 0 .55rem 1.75rem;position:relative;font-size:.95rem;line-height:1.5}.hp-value-other ul li:before{content:"\2715";position:absolute;left:0;color:var(--terracotta);font-weight:600;font-size:.8rem}.hp-value-ours ul li:before{content:"\2713";position:absolute;left:0;color:var(--gold);font-weight:600;font-size:.85rem}.hp-value-ours ul li{color:hsla(0,0%,100%,.85)}.hp-value-ours .hp-btn-primary{margin-top:1.75rem}.hp-image-break{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:50%;background-attachment:fixed;text-align:center}.hp-image-break-overlay{position:absolute;inset:0;background:rgba(15,26,46,.65)}.hp-image-break-content{position:relative;z-index:1;padding:2rem}.hp-image-break-quote{font-size:2.25rem;font-style:italic;color:#fff;line-height:1.4;margin-bottom:1rem}.hp-image-break-attr,.hp-image-break-quote{font-family:Cormorant Garamond,Georgia,serif}.hp-image-break-attr{font-size:1rem;color:hsla(0,0%,100%,.5);letter-spacing:.1em;margin-bottom:2.5rem}.hp-faq{padding:6rem 0;background:#fff}.hp-faq-list{max-width:700px;margin:2.5rem auto 0}.hp-faq-item{border-bottom:1px solid var(--border)}.hp-faq-q{width:100%;text-align:left;padding:1.35rem 0;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.05rem;font-weight:500;color:var(--text);font-family:inherit;line-height:1.45;gap:1.5rem;transition:color .2s}.hp-faq-q:hover{color:var(--navy)}.hp-faq-toggle{font-size:1.35rem;color:var(--gold);flex-shrink:0;width:28px;text-align:center;transition:transform .3s}.hp-faq-item-open .hp-faq-toggle{transform:rotate(180deg)}.hp-faq-a-wrap{overflow:hidden;max-height:0;transition:max-height .4s cubic-bezier(.16,1,.3,1)}.hp-faq-a{padding:0 0 1.35rem;font-size:1rem;color:var(--text-light);line-height:1.75}.hp-final-cta{padding:6rem 0;background:var(--navy-deep);text-align:center}.hp-final-box{max-width:640px;margin:0 auto;padding:3.5rem;border:1px solid rgba(201,168,76,.2);border-radius:16px;position:relative}.hp-final-box:before{content:"";position:absolute;inset:-1px;border-radius:16px;background:linear-gradient(135deg,rgba(201,168,76,.15),transparent 50%,rgba(201,168,76,.1));pointer-events:none}.hp-final-kicker{font-family:Cormorant Garamond,Georgia,serif;font-size:.9rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem}.hp-final-cta h2{color:#fff;font-size:2.25rem;margin-bottom:.75rem;line-height:1.15}.hp-final-sub{color:hsla(0,0%,100%,.6);font-size:1.05rem;margin-bottom:2rem}.hp-final-guarantee{color:hsla(0,0%,100%,.35);font-size:.85rem;margin-top:1.5rem}.hp-footer{background:var(--navy-deep);padding:3rem 0 0;color:hsla(0,0%,100%,.6);border-top:1px solid hsla(0,0%,100%,.06)}.hp-footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;padding-bottom:2rem;border-bottom:1px solid hsla(0,0%,100%,.08)}.hp-footer-logo{font-family:Playfair Display,Georgia,serif;font-size:1.3rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:.4rem;margin-bottom:.5rem}.hp-footer-brand p{font-size:.9rem;color:hsla(0,0%,100%,.4)}.hp-footer-links{display:flex;flex-direction:column;gap:.5rem}.hp-footer-links a{color:hsla(0,0%,100%,.55);text-decoration:none;font-size:.88rem;transition:color .2s}.hp-footer-links a:hover{color:#fff}.hp-footer-bottom{text-align:center;padding:1.5rem 0}.hp-footer-bottom p{font-size:.78rem;color:hsla(0,0%,100%,.3)}@media (max-width:768px){.hp-nav-links{display:none}.hp-nav-hamburger,.hp-nav-mobile{display:flex}.hp-hero{min-height:92vh;padding:5rem 1.5rem 4rem}.hp-hero-title{font-size:2.5rem}.hp-hero-sub{font-size:1.05rem}.hp-hero-scroll{display:none}.hp-hero-meta{flex-wrap:wrap;justify-content:center}.hp-section-title{font-size:2rem}.hp-stats-grid{grid-template-columns:1fr;gap:2rem}.hp-stat-number{font-size:2.75rem}.hp-stats-intro{font-size:1.15rem}.hp-editorial,.hp-product-grid{grid-template-columns:1fr}.hp-editorial-img{height:300px}.hp-editorial-img:after{background:linear-gradient(to bottom,transparent 60%,var(--cream) 100%)}.hp-editorial-content{padding:2.5rem 1.5rem}.hp-editorial-content h2{font-size:2rem}.hp-dest-grid{grid-template-columns:1fr}.hp-how-timeline{margin:2rem auto}.hp-value-compare{grid-template-columns:1fr}.hp-image-break{background-attachment:scroll;min-height:400px}.hp-image-break-quote{font-size:1.65rem}.hp-final-box{padding:2.5rem 1.5rem}.hp-final-cta h2{font-size:1.75rem}.hp-footer-top{flex-direction:column;gap:2rem}.hp-container{padding:0 1.25rem}.hp-btn-lg{padding:1rem 2rem;font-size:1rem}}@media (max-width:480px){.hp-hero-title{font-size:2rem}.hp-dest-img{height:200px}.hp-editorial-content h2{font-size:1.65rem}}.sample-report-banner{background:linear-gradient(135deg,var(--gold),#d4b35a);color:var(--navy-deep);padding:1rem 1.5rem;border-radius:10px;margin-bottom:2rem;text-align:center}.sample-report-banner span{display:block;font-weight:700;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.35rem}.sample-report-banner p{font-size:.9rem;line-height:1.5;opacity:.85}.quiz-calc-page{min-height:100vh;padding-top:80px}.quiz-calc-hero{background:linear-gradient(135deg,var(--navy) 0,var(--navy-deep) 100%);padding:4rem 2rem 3.5rem;text-align:center}.quiz-calc-hero-inner{max-width:680px;margin:0 auto}.quiz-calc-hero-eyebrow{font-size:.85rem;color:var(--gold);letter-spacing:.12em;text-transform:uppercase;font-weight:600;margin-bottom:1rem}.quiz-calc-hero-title{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;color:#fff;margin-bottom:1rem;line-height:1.15}.quiz-calc-hero-subtitle{font-size:1.1rem;color:hsla(0,0%,100%,.75);line-height:1.6;max-width:520px;margin:0 auto}.quiz-calc-body{padding:3rem 2rem 4rem;background:var(--cream)}.quiz-calc-container{max-width:640px;margin:0 auto}.quiz-calc-intro{text-align:center}.quiz-calc-intro-features{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2.5rem}.quiz-calc-intro-feature{display:flex;align-items:flex-start;gap:1rem;text-align:left;background:#fff;padding:1.25rem 1.5rem;border-radius:12px;border:1px solid var(--border)}.quiz-calc-intro-feature-icon{font-size:1.5rem;flex-shrink:0;margin-top:.1rem}.quiz-calc-intro-feature strong{display:block;color:var(--navy);font-size:1rem;margin-bottom:.2rem}.quiz-calc-intro-feature p{font-size:.9rem;color:var(--text-light);line-height:1.4}.quiz-calc-start-btn{display:inline-block;background:var(--gold);color:var(--navy-deep);border:none;padding:1rem 2.5rem;font-size:1.05rem;font-weight:700;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s}.quiz-calc-start-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(201,168,76,.35)}.quiz-calc-intro-note{margin-top:1rem;font-size:.82rem;color:var(--warm-gray)}.quiz-calc-progress{margin-bottom:2rem}.quiz-calc-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.quiz-calc-progress-label{font-size:.85rem;color:var(--text-light);font-weight:500}.quiz-calc-progress-pct{font-size:.85rem;color:var(--gold);font-weight:600}.quiz-calc-progress-track{height:6px;background:var(--border);border-radius:3px;overflow:hidden}.quiz-calc-progress-fill{height:100%;background:linear-gradient(90deg,var(--gold),var(--gold-light));border-radius:3px;transition:width .4s ease}.quiz-calc-step{animation:quizFadeIn .35s ease}@keyframes quizFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.quiz-calc-question-wrap{text-align:center;transition:opacity .25s ease}.quiz-calc-animating{opacity:.3}.quiz-calc-emoji{font-size:2.5rem;margin-bottom:.75rem}.quiz-calc-question-text{font-family:Playfair Display,Georgia,serif;font-size:1.6rem;color:var(--navy);margin-bottom:.5rem}.quiz-calc-question-sub{font-size:.95rem;color:var(--text-light);margin-bottom:2rem}.quiz-calc-options{display:flex;flex-direction:column;gap:.75rem}.quiz-calc-option{display:flex;align-items:center;gap:.85rem;width:100%;background:#fff;border:2px solid var(--border);border-radius:12px;padding:1rem 1.25rem;cursor:pointer;transition:border-color .2s,background .2s,transform .15s;text-align:left;font-size:1rem;color:var(--text)}.quiz-calc-option:hover{border-color:var(--gold);transform:translateX(4px)}.quiz-calc-option-selected{border-color:var(--gold);background:rgba(201,168,76,.08)}.quiz-calc-option-icon{font-size:1.3rem;flex-shrink:0}.quiz-calc-option-text{flex:1 1;font-weight:500}.quiz-calc-option-check{color:var(--gold);font-weight:700;font-size:1.1rem}.quiz-calc-nav{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.quiz-calc-back-btn{background:none;border:none;color:var(--text-light);font-size:.95rem;cursor:pointer;padding:.5rem 1rem;border-radius:6px;transition:color .2s}.quiz-calc-back-btn:hover:not(:disabled){color:var(--navy)}.quiz-calc-back-btn:disabled{opacity:.3;cursor:default}.quiz-calc-next-btn{background:var(--gold);color:var(--navy-deep);border:none;padding:.65rem 1.5rem;font-size:.95rem;font-weight:600;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s}.quiz-calc-next-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(201,168,76,.3)}.quiz-calc-results{animation:quizFadeIn .5s ease}.quiz-calc-savings-banner{display:flex;align-items:center;gap:1.25rem;background:linear-gradient(135deg,var(--navy) 0,var(--navy-deep) 100%);border-radius:16px;padding:2rem;margin-bottom:2rem;color:#fff}.quiz-calc-savings-icon{font-size:2.5rem;flex-shrink:0}.quiz-calc-savings-label{font-size:.9rem;opacity:.75;margin-bottom:.25rem}.quiz-calc-savings-amount{font-family:Playfair Display,Georgia,serif;font-size:2.2rem;font-weight:700;color:var(--gold);line-height:1.2}.quiz-calc-savings-period{font-size:1rem;font-weight:400;color:hsla(0,0%,100%,.7)}.quiz-calc-savings-note{font-size:.82rem;opacity:.6;margin-top:.35rem}.quiz-calc-result-card{background:#fff;border:2px solid var(--border);border-radius:16px;padding:2rem;margin-bottom:1.25rem;transition:border-color .2s}.quiz-calc-result-card:hover,.quiz-calc-result-top{border-color:var(--gold)}.quiz-calc-result-top{box-shadow:0 4px 24px rgba(201,168,76,.15)}.quiz-calc-result-badge{font-size:.85rem;font-weight:700;color:var(--gold);margin-bottom:1rem;letter-spacing:.03em}.quiz-calc-result-rank{font-size:.8rem;font-weight:600;color:var(--warm-gray);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem}.quiz-calc-result-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.quiz-calc-result-icon{font-size:2rem;flex-shrink:0}.quiz-calc-result-name{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;color:var(--navy);margin-bottom:.25rem}.quiz-calc-result-feature{font-size:.9rem;color:var(--text-light)}.quiz-calc-result-details{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;padding:1.25rem;background:var(--cream);border-radius:10px;margin-bottom:1.25rem}.quiz-calc-result-detail-label{display:block;font-size:.75rem;color:var(--warm-gray);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem}.quiz-calc-result-detail-value{display:block;font-weight:700;font-size:.95rem;color:var(--navy)}.quiz-calc-gold{color:var(--gold)!important}.quiz-calc-result-reason{font-size:.92rem;color:var(--text);line-height:1.5;margin-bottom:1.25rem;padding-left:1rem;border-left:3px solid var(--gold)}.quiz-calc-result-reason p{margin:0}.quiz-calc-result-cta{display:inline-block;color:var(--gold);font-weight:600;font-size:.95rem;text-decoration:none;transition:opacity .2s}.quiz-calc-result-cta:hover{opacity:.8}.quiz-calc-runners-title{font-family:Playfair Display,Georgia,serif;font-size:1.3rem;color:var(--navy);margin:2rem 0 1rem}.quiz-calc-runners-grid{display:flex;flex-direction:column;gap:0}.quiz-calc-email-section{margin-top:2.5rem}.quiz-calc-browse{text-align:center;margin-top:2rem;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid var(--border)}.quiz-calc-browse p{font-size:.9rem;color:var(--text-light);margin-bottom:.5rem}.quiz-calc-browse-link{color:var(--gold);font-weight:600;text-decoration:none;font-size:.95rem}.quiz-calc-browse-link:hover{text-decoration:underline}.quiz-calc-restart{display:block;margin:2rem auto 0;background:none;border:1px solid var(--border);color:var(--text-light);padding:.65rem 1.5rem;font-size:.9rem;border-radius:8px;cursor:pointer;transition:border-color .2s,color .2s}.quiz-calc-restart:hover{border-color:var(--navy);color:var(--navy)}@media (max-width:768px){.quiz-calc-hero{padding:3rem 1.5rem 2.5rem}.quiz-calc-hero-title{font-size:1.8rem}.quiz-calc-hero-subtitle{font-size:1rem}.quiz-calc-body{padding:2rem 1.25rem 3rem}.quiz-calc-savings-banner{flex-direction:column;text-align:center;padding:1.5rem}.quiz-calc-savings-amount{font-size:1.8rem}.quiz-calc-result-details{grid-template-columns:1fr;gap:.75rem}.quiz-calc-result-card{padding:1.5rem}}.lp-page{min-height:100vh;background:var(--cream)}.lp-hero{background:linear-gradient(135deg,var(--navy) 0,var(--navy-deep) 100%);padding:3rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}.lp-hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a84c' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.lp-hero-inner{max-width:680px;margin:0 auto;position:relative;z-index:1}.lp-logo{font-family:Playfair Display,Georgia,serif;font-size:1.3rem;color:#fff;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;gap:.4rem}.lp-logo-star{color:var(--gold)}.lp-hero h1{font-family:Playfair Display,Georgia,serif;font-size:2.6rem;color:#fff;line-height:1.15;margin-bottom:1rem}.lp-hero h1 em{color:var(--gold);font-style:italic}.lp-hero-sub{font-size:1.1rem;color:hsla(0,0%,100%,.75);line-height:1.6;max-width:540px;margin:0 auto 2rem}.lp-hero-cta{display:inline-block;background:var(--gold);color:var(--navy-deep);padding:1.1rem 2.5rem;font-size:1.1rem;font-weight:700;border-radius:8px;text-decoration:none;transition:transform .2s,box-shadow .2s}.lp-hero-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(201,168,76,.35)}.lp-hero-proof{margin-top:1.25rem;font-size:.85rem;color:hsla(0,0%,100%,.5)}.lp-section{padding:4rem 2rem;max-width:780px;margin:0 auto}.lp-section h2{font-family:Playfair Display,Georgia,serif;font-size:1.8rem;color:var(--navy);text-align:center;margin-bottom:2rem}.lp-what-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.25rem;gap:1.25rem}.lp-what-item{background:#fff;border:1px solid var(--border);border-radius:12px;padding:1.5rem}.lp-what-item-icon{font-size:1.5rem;margin-bottom:.5rem}.lp-what-item h3{font-size:1rem;font-family:inherit;color:var(--navy);margin-bottom:.3rem}.lp-what-item p{font-size:.88rem;color:var(--text-light);line-height:1.5}.lp-value-section{background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.lp-value-grid{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:2rem;gap:2rem;align-items:center}.lp-value-col{text-align:center}.lp-value-col h3{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--warm-gray);margin-bottom:1rem;font-family:inherit}.lp-value-item{padding:.5rem 0;font-size:.95rem;color:var(--text)}.lp-value-item .lp-value-price{font-weight:600;color:var(--navy)}.lp-value-vs{font-family:Playfair Display,Georgia,serif;font-size:1.3rem;color:var(--gold);font-weight:700}.lp-bottom-cta{background:var(--navy);padding:4rem 2rem;text-align:center}.lp-bottom-cta-inner{max-width:580px;margin:0 auto}.lp-bottom-cta h2{font-family:Playfair Display,Georgia,serif;font-size:1.8rem;color:#fff;margin-bottom:1rem}.lp-bottom-cta p{color:hsla(0,0%,100%,.7);margin-bottom:2rem;font-size:1rem}.lp-bottom-cta .lp-hero-cta{display:inline-block}.lp-guarantee{margin-top:1rem;font-size:.82rem;color:hsla(0,0%,100%,.45)}@media (max-width:768px){.lp-hero h1{font-size:1.9rem}.lp-hero-sub{font-size:1rem}.lp-value-grid,.lp-what-grid{grid-template-columns:1fr}.lp-value-grid{gap:1rem}.lp-value-vs{display:none}.lp-section{padding:3rem 1.5rem}}.dash{min-height:100vh;background:linear-gradient(180deg,#faf7f0,#fff 320px);color:#1a2744;font-family:Inter,-apple-system,system-ui,sans-serif}.dash-header{padding:32px 24px 28px;border-bottom:1px solid #e8e2d2}.dash-header-inner{max-width:1120px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap}.dash-header-eyebrow{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#c9a84c;font-weight:600;margin:0 0 10px}.dash-header-inner h1{font-family:Cormorant Garamond,Georgia,serif;font-size:44px;font-weight:500;letter-spacing:-.015em;margin:0;line-height:1.05;color:#1a2744}.dash-header-btn{display:inline-block;padding:11px 22px;background:#1a2744;color:#fff;border-radius:4px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transition:background .15s}.dash-header-btn:hover{background:#2a3759}.dash-tabs-wrap{background:#fff;border-bottom:1px solid #e8e2d2;position:-webkit-sticky;position:sticky;top:80px;z-index:10}.dash-tabs{max-width:1120px;margin:0 auto;display:flex;gap:4px;padding:0 24px;overflow-x:auto}.dash-tab{background:none;padding:18px 16px 16px;font-family:inherit;font-size:13px;font-weight:600;letter-spacing:.04em;color:#5b6b87;cursor:pointer;border:none;border-bottom:2px solid transparent;display:inline-flex;align-items:center;gap:8px;white-space:nowrap;transition:color .15s,border-color .15s}.dash-tab:hover{color:#1a2744}.dash-tab-active{color:#1a2744;border-bottom-color:#c9a84c}.dash-tab-icon{font-size:15px;line-height:1}.dash-tab-label{letter-spacing:.02em}.dash-content{padding:40px 24px 80px}.dash-content-inner{max-width:1120px;margin:0 auto}.dash-overview{display:flex;flex-direction:column;gap:40px}.dash-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px}.dash-stat-card{background:#fff;border:1px solid #e8e2d2;border-radius:4px;padding:24px 22px;display:flex;flex-direction:column;gap:10px;transition:border-color .15s,transform .15s}.dash-stat-card:hover{border-color:#c9a84c}.dash-stat-label{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#94a3b8;font-weight:600}.dash-stat-value{font-family:Cormorant Garamond,Georgia,serif;font-size:36px;font-weight:500;color:#1a2744;letter-spacing:-.02em;line-height:1}.dash-stat-value-sm{font-size:22px}.dash-quick-links h3{font-family:Cormorant Garamond,Georgia,serif;font-size:28px;font-weight:500;color:#1a2744;margin:0 0 18px}.dash-quick-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:12px;gap:12px}.dash-quick-card{background:#fff;border:1px solid #e8e2d2;border-radius:4px;padding:22px 20px;text-decoration:none;color:#1a2744;display:flex;flex-direction:column;gap:10px;transition:border-color .15s,background .15s}.dash-quick-card:hover{border-color:#c9a84c;background:#fdfbf6}.dash-quick-card span:not(.dash-quick-icon){font-weight:600;font-size:14px}.dash-quick-icon{font-size:22px;line-height:1;color:#c9a84c}.dash-sub-active{background:#f0f9e9;border:1px solid #cfe5b3;border-left:3px solid #16a34a;border-radius:4px;padding:18px 22px;display:flex;align-items:center;gap:14px;color:#1a2744}.dash-sub-badge{display:inline-block;padding:4px 10px;background:#16a34a;color:#fff;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border-radius:2px}.dash-upsell{background:linear-gradient(135deg,#1a2744,#2a3759);color:#fff;padding:32px;border-radius:4px;border-left:3px solid #c9a84c;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.dash-upsell-content{flex:1 1;min-width:240px}.dash-upsell-content h3{font-family:Cormorant Garamond,Georgia,serif;font-size:28px;font-weight:500;margin:0 0 8px}.dash-upsell-content p{color:#cbd5e1;font-size:14px;line-height:1.6;margin:0}.dash-upsell-content ul{color:#cbd5e1;font-size:14px;line-height:1.7;margin:14px 0;padding-left:20px}.dash-upsell-content ul li{margin:2px 0}.dash-upsell-btn{display:inline-block;margin:6px 0 4px;background:#c9a84c;color:#1a2744;border:none;padding:14px 28px;border-radius:4px;font-weight:700;font-size:13px;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background .15s;font-family:inherit}.dash-upsell-btn:hover{background:#d8b85f}.dash-upsell-note{width:100%;font-size:12px;color:#94a3b8;margin:8px 0 0}.dash-actions,.dash-cards,.dash-points,.dash-trips{display:flex;flex-direction:column;gap:24px}.dash-actions-sub,.dash-cards-sub,.dash-points-sub,.dash-trips-sub{color:#5b6b87;font-size:15px;line-height:1.6;margin:0}.dash-cards-total{background:#fff;border:1px solid #e8e2d2;border-left:3px solid #c9a84c;border-radius:4px;padding:22px 26px;display:flex;align-items:baseline;justify-content:space-between;gap:16px;flex-wrap:wrap}.dash-cards-total-val{font-family:Cormorant Garamond,Georgia,serif;font-size:32px;font-weight:500;color:#c9a84c;letter-spacing:-.02em}.dash-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:18px;gap:18px}.dash-card-item{background:#fff;border:1px solid #e8e2d2;border-radius:4px;padding:24px;display:flex;flex-direction:column;gap:18px;transition:border-color .15s}.dash-card-item:hover{border-color:#c9a84c}.dash-card-header{display:flex;flex-direction:column;gap:4px;border-bottom:1px solid #f1ebd8;padding-bottom:14px}.dash-card-header h4{font-family:Cormorant Garamond,Georgia,serif;font-size:22px;font-weight:500;color:#1a2744;margin:0}.dash-card-issuer{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#94a3b8;font-weight:600}.dash-card-fee{font-size:13px;color:#5b6b87;margin-top:4px}.dash-card-section{display:flex;flex-direction:column;gap:8px}.dash-card-section h5{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#1a2744;font-weight:700;margin:0 0 4px}.dash-card-rates{display:flex;flex-direction:column;gap:6px}.dash-card-rate{display:flex;justify-content:space-between;align-items:baseline;font-size:13px;color:#5b6b87}.dash-card-rate-cat{color:#5b6b87}.dash-card-rate-val{color:#1a2744;font-weight:600}.dash-card-perks{margin:0;padding-left:18px;font-size:13px;color:#5b6b87;line-height:1.6}.dash-card-partners{display:flex;flex-wrap:wrap;gap:6px}.dash-card-partner-tag{background:#f4ede0;color:#1a2744;font-size:11px;font-weight:600;padding:4px 10px;border-radius:2px}.dash-points-header{align-items:center;gap:12px}.dash-points-header,.dash-points-total{display:flex;justify-content:space-between;flex-wrap:wrap}.dash-points-total{background:#fff;border:1px solid #e8e2d2;border-left:3px solid #c9a84c;border-radius:4px;padding:22px 26px;align-items:baseline;gap:16px}.dash-points-total-label{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#94a3b8;font-weight:600}.dash-points-total-val{font-family:Cormorant Garamond,Georgia,serif;font-size:32px;font-weight:500;color:#c9a84c;letter-spacing:-.02em}.dash-points-list{display:flex;flex-direction:column;gap:8px}.dash-points-row{background:#fff;border:1px solid #e8e2d2;border-radius:4px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.dash-points-program{display:flex;flex-direction:column;gap:2px;flex:1 1;min-width:160px}.dash-points-name{font-weight:600;font-size:14px;color:#1a2744}.dash-points-updated{font-size:11px;color:#94a3b8;letter-spacing:.04em}.dash-points-display{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.dash-points-balance{font-family:Cormorant Garamond,Georgia,serif;font-size:22px;font-weight:500;color:#1a2744}.dash-points-value{font-size:12px;color:#94a3b8}.dash-points-edit{display:flex;gap:8px;align-items:center}.dash-points-add-form{background:#fff;border:1px solid #e8e2d2;border-radius:4px;padding:22px;display:flex;flex-direction:column;gap:14px}.dash-form-group{display:flex;flex-direction:column;gap:6px}.dash-form-group label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#1a2744;font-weight:700}.dash-form-full{grid-column:1/-1}.dash-input,.dash-select,.dash-textarea{padding:12px 14px;font-size:14px;font-family:inherit;color:#1a2744;background:#fdfbf6;border:1px solid #e8e2d2;border-radius:4px;outline:none;transition:border-color .15s,background .15s;width:100%;box-sizing:border-box}.dash-input:focus,.dash-select:focus,.dash-textarea:focus{border-color:#c9a84c;background:#fff}.dash-textarea{font-family:inherit;resize:vertical;min-height:80px}.dash-btn-add,.dash-btn-save{background:#1a2744;color:#fff;border:none;padding:12px 22px;border-radius:4px;font-weight:600;font-size:12px;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;font-family:inherit;transition:background .15s}.dash-btn-add:hover,.dash-btn-save:hover{background:#2a3759}.dash-btn-cancel{background:transparent;color:#5b6b87;border:1px solid #e8e2d2;padding:12px 22px;border-radius:4px;font-weight:600;font-size:12px;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;font-family:inherit;transition:background .15s,color .15s}.dash-btn-cancel:hover{background:#faf7f0;color:#1a2744}.dash-btn-danger{background:transparent;color:#b91c1c;border:1px solid #fecaca;padding:12px 22px;border-radius:4px;font-weight:600;font-size:12px;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;font-family:inherit;transition:background .15s}.dash-btn-danger:hover{background:#fef2f2}.dash-btn-sm{padding:6px 12px!important;font-size:11px!important}.dash-trips-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:18px;gap:18px}.dash-trip-card{background:#fff;border:1px solid #e8e2d2;border-radius:4px;padding:24px;display:flex;flex-direction:column;gap:16px;position:relative}.dash-trip-dream{border-left:3px solid #c9a84c;background:#fdfbf6}.dash-trip-card h4{font-family:Cormorant Garamond,Georgia,serif;font-size:24px;font-weight:500;color:#1a2744;margin:0}.dash-trip-badge{position:absolute;top:16px;right:16px;background:#c9a84c;color:#1a2744;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:4px 10px;border-radius:2px}.dash-trip-details{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#5b6b87}.dash-trip-detail{display:flex;align-items:center;gap:8px}.dash-trip-detail-icon{color:#c9a84c;font-size:14px;line-height:1}.dash-trip-notes{font-size:13px;color:#5b6b87;line-height:1.6;margin:0;padding:12px 14px;background:#faf7f0;border-radius:4px;border-left:2px solid #e8e2d2}.dash-trip-form{background:#fff;border:1px solid #e8e2d2;border-radius:4px;padding:24px;display:flex;flex-direction:column;gap:16px}.dash-trip-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.dash-trip-form-actions{display:flex;gap:8px;margin-top:4px}.dash-actions{gap:16px}.dash-action-card{background:#fff;border:1px solid #e8e2d2;border-radius:4px;padding:22px 24px;display:flex;flex-direction:column;gap:10px;position:relative;transition:border-color .15s}.dash-action-card:hover{border-color:#c9a84c}.dash-action-top{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.dash-action-badge{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:3px 9px;border-radius:2px;background:#f4ede0;color:#1a2744}.dash-action-badge[data-priority=high]{background:#c9a84c;color:#1a2744}.dash-action-badge[data-priority=medium]{background:#e8e2d2;color:#1a2744}.dash-action-badge[data-priority=low]{background:#f4ede0;color:#5b6b87}.dash-action-title{font-family:Cormorant Garamond,Georgia,serif;font-size:22px;font-weight:500;color:#1a2744;margin:0}.dash-action-desc{color:#5b6b87;font-size:14px;line-height:1.6;margin:0}.dash-action-link{align-self:flex-start;color:#c9a84c;font-weight:600;font-size:13px;text-decoration:none;letter-spacing:.04em}.dash-action-link:hover{text-decoration:underline}.dash-action-dismiss{position:absolute;top:10px;right:12px;background:none;border:none;color:#94a3b8;cursor:pointer;font-size:18px;line-height:1;padding:4px 8px;border-radius:2px}.dash-action-dismiss:hover{color:#1a2744;background:#faf7f0}.dash-action-blurred{filter:blur(4px);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.dash-action-locked{position:relative}.dash-actions-gate{background:linear-gradient(135deg,#1a2744,#2a3759);color:#fff;padding:28px;border-radius:4px;border-left:3px solid #c9a84c;text-align:center}.dash-actions-gate h3{font-family:Cormorant Garamond,Georgia,serif;font-size:26px;font-weight:500;margin:0 0 10px}.dash-actions-gate p{color:#cbd5e1;font-size:14px;line-height:1.6;margin:0 0 16px}.dash-actions-premium-section{display:flex;flex-direction:column;gap:12px}.dash-empty{background:#fff;border:1px dashed #e8e2d2;border-radius:4px;padding:40px 24px;text-align:center}.dash-empty-sub{color:#5b6b87;font-size:14px;margin:8px 0 0}@media (max-width:768px){.dash-header{padding:24px 20px 20px}.dash-header-inner h1{font-size:32px}.dash-header-btn{padding:10px 18px;font-size:11px}.dash-tabs-wrap{top:64px}.dash-tabs{padding:0 16px}.dash-tab{padding:14px 12px;font-size:12px}.dash-tab-label{display:none}.dash-tab-icon{font-size:18px}.dash-tab-active .dash-tab-label{display:inline;font-size:12px}.dash-content{padding:28px 16px 60px}.dash-stat-value{font-size:28px}.dash-stats-grid{grid-template-columns:repeat(2,1fr)}.dash-cards-grid,.dash-trip-form-grid,.dash-trips-grid{grid-template-columns:1fr}.dash-upsell{padding:24px}}.intake-spending-ranges{display:flex;flex-direction:column;gap:14px;margin-top:8px}.intake-spending-row{display:flex;flex-direction:column;gap:6px}.intake-spending-label{font-size:15px;font-weight:600;color:#1a2744}.intake-spending-buttons{display:flex;flex-wrap:wrap;gap:6px}.intake-spending-btn{flex:1 1 auto;min-width:56px;min-height:44px;padding:8px 10px;border:1.5px solid #e2e8f0;border-radius:10px;background:#fff;color:#475569;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease}.intake-spending-btn:hover{border-color:#c9a84c}.intake-spending-btn-selected{background:#c9a84c;border-color:#c9a84c;color:#1a2744}@media (max-width:520px){.intake-spending-btn{font-size:13px;padding:8px 6px;min-width:48px}}