.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(150deg,#1a1410,#2a1f14 50%,#1a1410);position:relative;overflow:hidden;padding:8rem 2.5rem 5rem}.hero:before{content:"";background:radial-gradient(ellipse 60% 70% at 70% 50%,rgba(201,168,76,.13) 0,transparent 65%),radial-gradient(ellipse 40% 50% at 20% 30%,rgba(184,92,56,.09) 0,transparent 60%)}.hero-grain,.hero:before{position:absolute;inset:0}.hero-grain{opacity:.035;pointer-events:none;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.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.hero-inner{max-width:1200px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;position:relative;z-index:1}@media (max-width:900px){.hero-inner{grid-template-columns:1fr;gap:3rem}}.hero-eyebrow{font-size:.7rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem;font-weight:600;animation:fadeUp .8s .1s both}.hero-title{font-family:Playfair Display,serif;font-size:clamp(3rem,6vw,5.5rem);font-weight:900;color:#fff;line-height:1.02;letter-spacing:-.03em;animation:fadeUp .8s .2s both}.hero-title em{font-style:italic;color:var(--gold);display:block}.hero-sub{margin-top:1.5rem;color:rgba(255,255,255,.55);font-size:1.05rem;line-height:1.75;font-weight:300;max-width:420px;animation:fadeUp .8s .35s both}.hero-actions{margin-top:2.5rem;display:flex;gap:.875rem;flex-wrap:wrap;animation:fadeUp .8s .5s both}.btn-outline{background:transparent;color:rgba(255,255,255,.75);padding:.875rem 2.25rem;border-radius:3rem;font-weight:500;text-decoration:none;font-size:.95rem;transition:all .2s;border:1px solid rgba(255,255,255,.2);display:inline-block}.btn-outline:hover{border-color:rgba(255,255,255,.45);color:#fff;background:rgba(255,255,255,.05)}.hero-stats{display:flex;gap:2rem;margin-top:3rem;animation:fadeUp .8s .65s both}.hero-stat-num{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--gold);line-height:1}.hero-stat-label{font-size:.78rem;color:rgba(255,255,255,.4);margin-top:.2rem}.hero-cards{position:relative;height:560px;animation:fadeUp .8s .3s both}@media (max-width:900px){.hero-cards{height:360px;width:300px;margin:0 auto}}@media (max-width:480px){.hero-cards{height:300px}}.hero-card{position:absolute;border-radius:1.25rem;overflow:hidden;border:1px solid rgba(255,255,255,.1);box-shadow:0 24px 64px rgba(0,0,0,.5)}.hero-card-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block;opacity:0;transition:opacity 1.1s cubic-bezier(.4,0,.2,1);will-change:opacity}.hero-card-img.active{opacity:1}.hero-card-1{width:60%;height:82%;top:0;right:0}.hero-card-2{width:46%;height:58%;bottom:0;left:0;border:2px solid var(--gold)}.hero-card-tag{position:absolute;bottom:.75rem;left:.75rem;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);color:#fff;font-size:.72rem;padding:.3rem .75rem;border-radius:2rem;font-weight:500}.trust{background:var(--ink);padding:1.5rem 2.5rem}.trust-inner{max-width:1200px;margin:0 auto;display:flex;gap:2.5rem;justify-content:center;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.7rem;color:rgba(255,255,255,.65)}.trust-item strong{color:#fff;font-size:.875rem;display:block}.trust-item small{font-size:.72rem;opacity:.6}.compare-outer{margin-top:3rem}.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width:640px){.compare-grid{grid-template-columns:1fr}}.compare-panel{border-radius:1.25rem;overflow:hidden;position:relative;aspect-ratio:3/4;box-shadow:0 16px 48px rgba(0,0,0,.1);border:1px solid var(--border);background:var(--warm);max-height:600px}.compare-panel img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;transition:transform .5s ease;animation:compareImgReveal .6s cubic-bezier(.22,1,.36,1) both}.compare-panel:hover img{transform:scale(1.04)}@keyframes compareImgReveal{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.compare-badge{position:absolute;top:1rem;left:1rem;z-index:2;background:rgba(15,14,13,.72);backdrop-filter:blur(8px);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .8rem;border-radius:2rem}.compare-badge.gold{background:var(--gold);color:var(--ink)}.compare-result-tag{position:absolute;bottom:1rem;right:1rem;z-index:2;background:rgba(250,248,244,.9);backdrop-filter:blur(8px);color:var(--ink);font-size:.75rem;font-weight:600;padding:.3rem .8rem;border-radius:2rem}.compare-caption{text-align:center;margin-top:.875rem;color:var(--muted);font-size:.85rem;font-weight:500}.compare-thumbs{display:flex;gap:.625rem;justify-content:center;margin-top:1.75rem;flex-wrap:wrap}.compare-thumb{width:56px;height:56px;border-radius:.625rem;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:all .2s;flex-shrink:0;background:none;padding:0}.compare-thumb img{width:100%;height:100%;object-fit:cover;display:block}.compare-thumb.active{border-color:var(--gold);box-shadow:0 0 0 2px rgba(201,168,76,.35)}.compare-thumb:hover:not(.active){border-color:var(--border);transform:scale(1.05)}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}@media(max-width:900px){.process-steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.process-steps{grid-template-columns:1fr}}.process-step{position:relative}.process-step:after{content:"→";position:absolute;top:1.6rem;right:-1.2rem;color:var(--gold);font-size:1.25rem;opacity:.5}.process-step:last-child:after{display:none}@media(max-width:900px){.process-step:after{display:none}}.process-num{width:56px;height:56px;border-radius:1rem;background:linear-gradient(135deg,var(--gold),var(--gold-l));display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.25rem;box-shadow:0 8px 24px rgba(201,168,76,.3)}.process-step h3{font-weight:700;font-size:1rem;margin-bottom:.4rem}.process-step p{color:var(--muted);font-size:.875rem;line-height:1.6}.preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}@media(max-width:700px){.preview-grid{grid-template-columns:1fr}}.preview-card{border-radius:1.5rem;overflow:hidden;position:relative;min-height:420px;display:flex;flex-direction:column;justify-content:flex-end;text-decoration:none;transition:transform .35s,box-shadow .35s;box-shadow:0 16px 48px rgba(0,0,0,.12)}.preview-card:hover{transform:translateY(-6px);box-shadow:0 32px 64px rgba(0,0,0,.18)}.preview-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s}.preview-card:hover img{transform:scale(1.05)}.preview-card-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,8,6,.97) 0,rgba(10,8,6,.82) 35%,rgba(10,8,6,.55) 60%,rgba(10,8,6,.25) 85%,transparent)}.preview-card-body{position:relative;z-index:1;padding:2rem}.preview-eyebrow{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.55);font-weight:600;margin-bottom:.5rem}.preview-title{font-family:Playfair Display,serif;font-size:2rem;font-weight:800;color:#fff;line-height:1.1;white-space:pre-line}.preview-desc{color:rgba(255,255,255,.6);font-size:.875rem;margin-top:.75rem;line-height:1.65}.preview-cta{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.25rem;background:rgba(255,255,255,.12);backdrop-filter:blur(8px);color:#fff;border:1px solid rgba(255,255,255,.2);padding:.55rem 1.25rem;border-radius:2rem;font-size:.85rem;font-weight:600;transition:all .2s}.preview-card:hover .preview-cta{background:var(--gold);border-color:var(--gold);color:var(--ink)}.testi-bg{background:var(--ink)}.testi-title{font-family:Playfair Display,serif;font-size:clamp(1.75rem,3vw,2.75rem);font-weight:700;color:#fff}.testi-sub{color:rgba(255,255,255,.4);font-size:.95rem;margin-top:.6rem}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}@media(max-width:900px){.testi-grid{grid-template-columns:1fr}}.testi-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:1.25rem;padding:1.75rem}.testi-stars{color:var(--gold);font-size:.85rem;margin-bottom:1rem}.testi-text{color:rgba(255,255,255,.75);font-size:.95rem;line-height:1.7;margin-bottom:1.25rem;font-style:italic}.testi-author strong{color:rgba(255,255,255,.9);font-size:.875rem}.testi-author span{color:rgba(255,255,255,.35);font-size:.8rem;margin-left:.4rem}.faq-list{margin-top:2.5rem;display:flex;flex-direction:column;gap:.75rem;max-width:780px}.faq-item{border:1px solid var(--border);border-radius:1rem;overflow:hidden;background:var(--white)}.faq-q{width:100%;background:none;border:none;padding:1.25rem 1.5rem;text-align:left;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;color:var(--ink);transition:background .15s;gap:1rem}.faq-q:hover{background:var(--warm)}.faq-icon{font-size:1.2rem;color:var(--gold);flex-shrink:0;transition:transform .25s;font-style:normal}.faq-icon.open{transform:rotate(45deg)}.faq-a{font-size:.9rem;color:var(--muted);line-height:1.7;padding:0 1.5rem 1.25rem}.cta-section{background:linear-gradient(135deg,var(--gold) 0,var(--gold-l) 100%);padding:5.5rem 2.5rem;text-align:center}