*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#faf7f2;--white:#fff;--text:#1f2933;--muted:#667085;--gold:#d97706;--gold-light:#fbbf24;--dark:#241c18;--border:rgba(31,41,51,.12);--shadow:0 24px 70px rgba(31,41,51,.12);--radius:28px}html{scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:100;height:78px;padding:0 6%;display:flex;align-items:center;justify-content:space-between;background:rgba(250,247,242,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.logo{display:flex;align-items:center;gap:12px;font-weight:900;font-size:22px;letter-spacing:-.04em}.logo-vhs{width:46px;height:38px;display:grid;place-items:center;background:var(--gold);border-radius:14px;box-shadow:0 12px 24px rgba(217,119,6,.22)}.logo-vhs svg{width:34px;height:26px}.logo-vhs rect,.logo-vhs circle{fill:none;stroke:white;stroke-width:4}.logo-vhs path{fill:none;stroke:white;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.logo-vhs path:last-child{fill:white;stroke:white}.nav{display:flex;align-items:center;gap:24px;font-size:15px;font-weight:700}.nav a:hover{color:var(--gold)}.nav-button{background:var(--text);color:white!important;padding:11px 18px;border-radius:999px}.nav-button:hover{background:var(--gold)}.menu-toggle{display:none;background:white;border:1px solid var(--border);border-radius:12px;width:42px;height:42px;cursor:pointer;padding:10px}.menu-toggle span{display:block;height:2px;background:var(--text);margin:5px 0}.hero{min-height:calc(100vh - 78px);padding:80px 6%;display:grid;grid-template-columns:1.08fr .92fr;gap:60px;align-items:center;background:radial-gradient(circle at 85% 10%,rgba(251,191,36,.35),transparent 28%),radial-gradient(circle at 12% 85%,rgba(217,119,6,.16),transparent 25%),linear-gradient(135deg,#fffaf2,var(--bg))}.tagline{color:var(--gold);text-transform:uppercase;font-size:13px;letter-spacing:.14em;font-weight:900;margin-bottom:14px}.hero h1,.section-heading h2,.intro-section h2,.trust-section h2{line-height:1.05;letter-spacing:-.05em}.hero h1{font-size:clamp(42px,6vw,78px);max-width:900px;margin-bottom:26px}.hero-text{font-size:20px;color:var(--muted);max-width:720px;margin-bottom:32px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:24px}.btn{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:0 24px;border-radius:999px;border:none;font-weight:900;cursor:pointer}.btn-primary{background:var(--gold);color:white;box-shadow:0 16px 32px rgba(217,119,6,.25)}.btn-primary:hover{background:#b45309}.btn-secondary{background:white;color:var(--text);border:1px solid var(--border)}.trust-points{display:flex;flex-wrap:wrap;gap:14px;color:var(--muted);font-weight:700;font-size:14px}.trust-points span::before{content:'✓ ';color:var(--gold)}.hero-visual{display:flex;justify-content:center}.memory-device{width:min(100%,500px);background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.9);border-radius:38px;padding:38px;box-shadow:var(--shadow);display:grid;gap:22px;justify-items:center}.vhs{width:100%;background:linear-gradient(145deg,#292524,#111827);border-radius:26px;padding:22px;box-shadow:inset 0 -18px 35px rgba(0,0,0,.35)}.vhs-window{height:28px;border-radius:12px 12px 4px 4px;background:rgba(255,255,255,.08);margin-bottom:18px}.vhs-body{display:grid;grid-template-columns:1fr 1.4fr 1fr;align-items:center;gap:16px}.reel{aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,#fff 0 9%,transparent 10%),repeating-conic-gradient(#f3f4f6 0 18deg,#6b7280 18deg 36deg);border:10px solid #d1d5db}.label{background:#f8fafc;color:var(--text);padding:13px;border-radius:12px;font-weight:900;text-align:center;font-size:14px}.conversion-arrow{width:54px;height:54px;background:var(--gold-light);color:var(--dark);border-radius:50%;display:grid;place-items:center;font-size:30px;font-weight:900}.digital-card{width:100%;border:2px dashed var(--gold);border-radius:24px;padding:24px;background:#fffbeb}.digital-card span{display:inline-block;background:var(--gold);color:white;padding:5px 11px;border-radius:8px;font-weight:900;margin-bottom:12px}.digital-card strong{display:block;font-size:24px;margin-bottom:4px}.digital-card small{color:var(--muted);font-weight:700}.intro-section{margin:0 6%;transform:translateY(-30px);background:var(--dark);color:white;border-radius:34px;padding:50px;box-shadow:var(--shadow)}.intro-section p{color:rgba(255,255,255,.78);font-size:18px;max-width:900px}.intro-section h2{font-size:clamp(32px,4vw,52px);max-width:900px;margin-bottom:18px}.section{padding:90px 6%}.section-heading{text-align:center;max-width:850px;margin:0 auto 48px}.section-heading h2{font-size:clamp(32px,4vw,56px);margin-bottom:16px}.section-heading p{color:var(--muted);font-size:18px}.cards,.steps,.prices{display:grid;gap:22px}.cards{grid-template-columns:repeat(3,1fr)}.card,.steps article,.price-card,.faq-section details,.contact-form,.contact-reassurance{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 18px 45px rgba(31,41,51,.07);transition:transform .25s ease,box-shadow .25s ease}.card:hover,.steps article:hover,.price-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.card{padding:32px}.card-icon{font-size:38px;display:inline-block;margin-bottom:18px}.card h3,.steps h3,.price-card h3{font-size:23px;margin-bottom:10px}.card p,.steps p,.price-card p,.faq-section p{color:var(--muted)}.process-section{background:#fffaf2}.steps{grid-template-columns:repeat(4,1fr)}.steps article{padding:30px}.steps strong{width:48px;height:48px;background:var(--gold);color:white;display:grid;place-items:center;border-radius:50%;margin-bottom:20px}.trust-section{background:var(--dark);color:white;text-align:center;padding:75px 6%}.trust-section h2{font-size:clamp(32px,4vw,54px);margin-bottom:18px}.trust-section p{color:rgba(255,255,255,.78);max-width:850px;margin:auto;font-size:19px}.prices{grid-template-columns:repeat(3,1fr)}.price-card{padding:34px;position:relative}.price-card.featured{border:2px solid var(--gold);transform:translateY(-10px)}.price-card small{position:absolute;top:18px;right:18px;background:var(--gold-light);padding:6px 11px;border-radius:999px;font-weight:900}.price-card strong{display:block;color:var(--gold);font-size:48px;line-height:1;margin:18px 0}.faq-section{max-width:980px;margin:auto}.faq-section details{padding:24px 28px;margin-bottom:14px}.faq-section summary{font-weight:900;cursor:pointer;font-size:18px}.faq-section details p{margin-top:12px}.contact-section{background:linear-gradient(135deg,#fffaf2,#fff)}.contact-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:24px;max-width:1180px;margin:auto;align-items:start}.contact-form{padding:34px}.contact-reassurance{padding:32px}.contact-reassurance h3{font-size:26px;margin-bottom:18px}.contact-reassurance ul{list-style:none;display:grid;gap:18px}.contact-reassurance li{color:var(--muted)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}input,select,textarea{width:100%;padding:16px;border-radius:15px;border:1px solid rgba(31,41,51,.18);margin-bottom:18px;font-size:16px;font-family:inherit;background:white}textarea{resize:vertical}.contact-form .btn{width:100%;font-size:17px}.form-message{display:none;margin-bottom:22px;padding:16px 18px;border-radius:16px;font-weight:800}.form-message.visible{display:block}.form-message.success{background:#ecfdf3;color:#027a48;border:1px solid #abefc6}.form-message.error{background:#fef3f2;color:#b42318;border:1px solid #fecdca}.hidden-field{position:absolute!important;left:-9999px!important;opacity:0!important;pointer-events:none!important}.contact-form button:disabled{opacity:.7;cursor:not-allowed}.footer{background:#111827;color:rgba(255,255,255,.72);padding:36px 6%;display:flex;justify-content:space-between;gap:24px}.footer strong{color:white;font-size:20px}.footer a{margin-left:18px}.footer a:hover{color:var(--gold-light)}.legal-page{max-width:920px;margin:auto;padding:80px 6%}.legal-page h1{font-size:clamp(38px,5vw,58px);line-height:1.05;margin-bottom:24px}.legal-page h2{margin-top:30px;margin-bottom:10px}.legal-page p{color:var(--muted);margin-bottom:10px}.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:950px){.menu-toggle{display:block}.nav{display:none;position:absolute;top:78px;left:20px;right:20px;background:white;border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow);padding:20px;flex-direction:column;align-items:stretch}.nav.open{display:flex}.hero,.contact-layout{grid-template-columns:1fr}.cards,.steps,.prices{grid-template-columns:1fr}.price-card.featured{transform:none}.form-grid{grid-template-columns:1fr;gap:0}.footer{flex-direction:column}.footer a{margin-left:0;margin-right:18px}}@media(max-width:560px){.site-header{padding:0 20px}.logo{font-size:17px}.hero,.section{padding-left:20px;padding-right:20px}.hero-actions .btn{width:100%}.intro-section{margin-left:20px;margin-right:20px;padding:32px}.memory-device{padding:24px}}