:root{--bg-color:#fff;--text-main:#233123;--text-muted:#788278;--accent:#233123;--accent-light:#3a4e3a;--accent-text:#fff;--border-color:#e6e8e6;--placeholder-bg:#f0f2f0;--card-bg:#f9faf9;--radius-lg:20px;--radius-sm:8px;--nav-text:#616b61}[data-theme=dark]{--bg-color:#121612;--text-main:#f0f4f0;--text-muted:#a0a8a0;--accent:#e0e8e0;--accent-light:#f4f8f4;--accent-text:#121612;--border-color:#2a332a;--placeholder-bg:#1e251e;--card-bg:#181c18;--nav-text:#b0b8b0}*{box-sizing:border-box;margin:0}*,body{padding:0}body{background-color:var(--bg-color);color:var(--text-main);font-family:var(--font-inter),sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;transition:color .2s ease}.wrapper{max-width:1200px;margin:0 auto;padding:0 2rem 2rem}.logo,h1,h2,h3,h4{font-family:var(--font-outfit),sans-serif;color:var(--text-main)}h1{font-size:clamp(3.5rem,8vw,6.5rem);line-height:1.05;letter-spacing:-.04em}h1,h2{font-weight:500}h2{font-size:clamp(1.8rem,4vw,3rem);line-height:1.2;letter-spacing:-.03em}h3{font-size:1.6rem;font-weight:500;margin-bottom:1rem;letter-spacing:-.02em}h4{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}p{color:var(--text-muted);font-size:.95rem}.section-label,.stats-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:var(--text-muted);margin-bottom:2rem;border-bottom:1px solid var(--border-color);padding-bottom:1rem}.highlight{color:var(--text-muted);font-style:italic}.btn{display:inline-block;padding:.8rem 1.6rem;border-radius:var(--radius-sm);text-decoration:none;font-size:.9rem;font-weight:500;transition:all .2s ease;text-align:center;font-family:var(--font-inter),sans-serif}.primary-btn{background-color:var(--accent);color:var(--accent-text);border:1px solid var(--accent)}.primary-btn:hover{background-color:var(--accent-light);border-color:var(--accent-light)}.outline-btn{background-color:transparent;color:var(--text-main);border:1px solid var(--border-color);margin-top:.5rem}.outline-btn:hover{border-color:var(--text-main)}.icon-btn{background:transparent;border:1px solid var(--border-color);color:var(--text-main);width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:1.1rem}.icon-btn:hover{background-color:var(--placeholder-bg)}.full-width{display:block;width:100%}.divider{border:0;height:1px;background-color:var(--border-color);margin:4rem 0}.img-placeholder,.placeholder-img{background-color:var(--placeholder-bg);border-radius:var(--radius-lg);width:100%;transition:background-color .3s ease}.header{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border-color);margin-bottom:4rem;position:sticky;top:0;z-index:100;background:var(--bg-color);transition:border-color .2s ease,color .2s ease}.logo{font-weight:600;font-size:1.25rem;width:250px;letter-spacing:-.02em}.nav{display:flex;gap:2.5rem}.nav a{text-decoration:none;color:var(--nav-text);font-size:.85rem;font-weight:500;transition:color .2s ease}.nav a:hover{color:var(--text-main)}.header-actions{display:flex;align-items:center;gap:1rem;width:250px;justify-content:flex-end}.hero-title{margin-bottom:2.5rem}.hero-image .large{height:65vh;min-height:450px}.value-prop{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;margin-top:5rem}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.stat-item{display:flex;flex-direction:column}.stat-num{font-size:3rem;font-weight:400;font-family:var(--font-outfit),sans-serif;line-height:1;margin-bottom:.5rem;letter-spacing:-.03em}.stat-desc{font-size:.85rem;color:var(--text-muted);line-height:1.4}.video-section{display:grid;grid-template-columns:2fr 1fr;gap:4rem}.video-placeholder{height:450px;background-color:var(--placeholder-bg);border-radius:var(--radius-lg)}.play-icon,.video-placeholder{display:flex;align-items:center;justify-content:center}.play-icon{width:70px;height:70px;background-color:var(--bg-color);border-radius:50%;font-size:1.2rem;color:var(--text-main);cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,.05)}.socials{display:flex;gap:1rem;margin-top:2rem}.social-icon{width:44px;height:44px;border:1px solid var(--border-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:var(--text-main);cursor:pointer;font-weight:500;transition:all .2s ease}.social-icon:hover{background-color:var(--placeholder-bg)}.services-section{display:grid;grid-template-columns:2fr 1fr;gap:4rem}.services-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem 2rem}.service-icon{width:40px;height:40px;background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:50%;margin-bottom:1.5rem}.services-info{border-left:1px solid var(--border-color);padding-left:4rem}.prices-section{display:grid;grid-template-columns:1fr 3fr;gap:4rem}.prices-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.price-card{background-color:var(--card-bg);padding:1.5rem;border-radius:var(--radius-lg);border:1px solid var(--border-color)}.price-card .small{height:180px;margin-bottom:1.5rem;border-radius:var(--radius-sm)}.price-card p{min-height:3em;margin-bottom:1.5rem}.price{font-size:1.8rem;font-family:var(--font-outfit),sans-serif;font-weight:500;margin-bottom:1.5rem;border-bottom:1px solid var(--border-color);padding-bottom:1.5rem}.footer{margin-top:4rem;padding-top:2rem;padding-bottom:2rem;border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:1rem;color:var(--text-muted);font-size:.85rem}.footer,.footer-links{display:flex;flex-wrap:wrap}.footer-links{gap:1.5rem}.footer-links a{color:inherit;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:var(--text-main)}@media (max-width:992px){.prices-section,.services-section,.value-prop,.video-section{grid-template-columns:1fr;gap:3rem}.services-info{border-left:none;padding-left:0;border-top:1px solid var(--border-color);padding-top:2rem}.header .header-actions,.header .logo{width:auto}}@media (max-width:768px){body{padding:1rem}.nav{display:none}.header{flex-wrap:wrap;gap:1rem}.prices-grid,.services-grid{grid-template-columns:1fr}.stats-grid{gap:1.5rem}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr}}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}.__variable_f367f3{--font-inter:"__Inter_f367f3","__Inter_Fallback_f367f3"}@font-face{font-family:__Outfit_ed3508;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Outfit_ed3508;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Outfit_Fallback_ed3508;src:local("Arial");ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.00%;size-adjust:99.82%}.__className_ed3508{font-family:__Outfit_ed3508,__Outfit_Fallback_ed3508;font-style:normal}.__variable_ed3508{--font-outfit:"__Outfit_ed3508","__Outfit_Fallback_ed3508"}