:root{--ink:#3d3764;--muted:#6f6b83;--brand:#ff7f69;--brand-dark:#e7604e;--gold:#efa321;--footer:#353451;--footer-deep:#2d2d49;--soft:#fff5ef;--line:#e8e5ee;--white:#fff;--shadow:0 16px 44px rgb(61 55 100 / 12%);--radius:18px;--shell:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--muted);background:var(--white);font:400 16px/1.7 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}img,video{display:block;max-width:100%}a{color:inherit}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}h1,h2,h3{color:var(--ink);line-height:1.16}h1,.display-title{font-family:Georgia,"Times New Roman",serif}.shell{width:min(calc(100% - 40px),var(--shell));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-60px;left:16px;z-index:100;background:var(--ink);color:white;padding:10px 16px}.skip-link:focus{top:12px}.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:10px 23px;border:0;border-radius:999px;color:white;background:var(--brand);text-decoration:none;font-weight:700;cursor:pointer;transition:transform .2s,background .2s}.button:hover{background:var(--brand-dark);transform:translateY(-2px)}.page-intro{padding:74px 0 38px;text-align:center}.page-intro h1{margin:0 0 10px;font-size:clamp(2.2rem,5vw,4rem)}.page-intro p{margin:0 auto;max-width:650px}.display-title{margin:0 0 48px;text-align:center;font-size:clamp(2.2rem,5vw,3.7rem)}:focus-visible{outline:3px solid #4c80ff;outline-offset:3px}.site-header{position:relative;z-index:20;background:rgb(255 255 255 / 96%);border-bottom:1px solid #f0edf3}.header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand img{width:132px;height:auto}.primary-nav{display:flex;align-items:center;justify-content:flex-end;gap:clamp(18px,2.3vw,34px)}.primary-nav a{position:relative;padding:29px 0;color:var(--ink);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-decoration:none;text-transform:uppercase;white-space:nowrap}.primary-nav a::after{content:"";position:absolute;right:0;bottom:21px;left:0;height:2px;background:var(--brand);transform:scaleX(0);transition:transform .2s}.primary-nav a:hover::after,.primary-nav a.active::after{transform:scaleX(1)}.primary-nav a.active{color:var(--brand)}.menu-toggle{display:none;width:45px;height:42px;padding:10px;border:0;border-radius:6px;background:var(--ink);cursor:pointer}.menu-toggle > span:not(.sr-only){display:block;height:2px;margin:4px 0;background:white}.site-footer{margin-top:110px;color:white;background:var(--footer)}.footer-grid{display:grid;grid-template-columns:.8fr 1.45fr 1fr;gap:75px;padding:76px 0 68px}.footer-grid h2{margin:0 0 22px;color:white;font:600 1.08rem/1.3 inherit}.footer-brand > img{width:170px;filter:brightness(0) saturate(100%) invert(60%) sepia(93%) saturate(1834%) hue-rotate(322deg) brightness(108%)}.footer-brand p{margin:20px 0}.social-links{display:flex;gap:12px}.social-links a{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;color:var(--footer);background:white;text-decoration:none;font-weight:800}.contact-list{padding:0;margin:0;list-style:none}.contact-list li{margin:7px 0}.contact-list a{text-decoration:none}.contact-list a:hover{text-decoration:underline}.downloads p{margin:0 0 12px}.store-link{display:block;width:145px;margin:7px 0;padding:7px 10px;border:1px solid white;border-radius:6px;text-align:center;text-decoration:none}.qr{width:132px;margin-top:18px;background:white}.copyright{padding:25px 20px;background:var(--footer-deep);text-align:center;font-size:.85rem}.to-top{position:fixed;right:22px;bottom:20px;z-index:15;display:grid;width:44px;height:44px;place-items:center;border-radius:6px;color:white;background:var(--brand);text-decoration:none;font-size:1.4rem}.hero{position:relative;min-height:570px;overflow:hidden}.hero-shape{position:absolute;inset:0 7% 0 0;background:#ffc08e;clip-path:polygon(0 0,100% 0,92% 65%,22% 100%,0 68%)}.hero-shape::before{content:"";position:absolute;width:310px;height:230px;left:-90px;top:-85px;border-radius:50%;background:var(--brand);transform:rotate(-22deg)}.hero-grid{position:relative;display:grid;grid-template-columns:.78fr 1.22fr;align-items:center;min-height:540px;gap:22px}.hero-copy{position:relative;z-index:2;min-height:310px;display:flex;align-items:center}.slide{display:none;animation:slide-in .45s ease both}.slide.active{display:block}.slide h1{max-width:520px;margin:0 0 24px;color:white;font:500 clamp(2rem,4.2vw,3.4rem)/1.05 inherit}.slide p{max-width:450px;margin:0 0 30px;color:white}.slide .button{color:var(--ink);background:white}.hero-art{position:relative;justify-self:end;width:100%;max-height:470px;object-fit:contain}.slider-dots{position:absolute;bottom:80px;left:max(20px,calc((100vw - var(--shell)) / 2));z-index:4;display:flex;gap:9px}.slider-dots button{width:11px;height:11px;padding:0;border:1px solid white;border-radius:50%;background:transparent;cursor:pointer}.slider-dots button.active{background:white}@keyframes slide-in{from{opacity:0;transform:translateY(8px)}}.content-section{padding-top:100px}.feature-row,.feature-band{display:grid;grid-template-columns:1.35fr .65fr;align-items:center;gap:90px;min-height:360px}.feature-row img,.feature-band img{justify-self:center;max-height:300px}.feature-list{padding-left:21px;margin:0}.feature-list li{margin:9px 0}.feature-band{position:relative;padding-top:45px;padding-bottom:45px}.feature-band::after{content:"";position:absolute;z-index:-1;inset:18% 12%;border:2px dotted #ddd7e5;border-radius:80px}.feature-band.reverse{grid-template-columns:.65fr 1.35fr}.feature-band h2{color:var(--ink);font-size:1.1rem;font-weight:500}.how-flow{max-width:1040px}.how-row{position:relative;display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:80px;min-height:300px;padding:35px 0}.how-row:nth-child(even){grid-template-columns:.75fr 1.25fr}.how-row:nth-child(even) div{order:2}.how-row h2{color:var(--gold);font:700 clamp(1.7rem,4vw,2.7rem)/1.1 Georgia,serif;text-align:center}.how-row img{justify-self:center;max-height:220px}.how-row:not(:last-child)::after{content:"";position:absolute;width:35%;height:70px;right:27%;bottom:-25px;border-bottom:2px dotted #ddd7e5;border-radius:50%}.screens{padding-top:80px;text-align:center}.tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:1px;margin-bottom:20px}.tabs button,.billing-toggle button{min-height:44px;padding:10px 17px;border:0;color:white;background:#f3ba5c;cursor:pointer}.tabs button.active,.billing-toggle button.active{background:var(--brand)}.tab-panel{display:none;margin:0}.tab-panel.active{display:block}.tab-panel img{width:auto;max-height:620px;margin:auto}.web-panels .tab-panel img{width:min(100%,760px);max-height:none}.billing-toggle{display:flex;justify-content:center;margin-bottom:35px}.billing-toggle button:first-child{border-radius:99px 0 0 99px}.billing-toggle button:last-child{border-radius:0 99px 99px 0}.pricing-grid{display:none;grid-template-columns:repeat(5,1fr);align-items:stretch;gap:14px}.pricing-grid.active{display:grid}.price-card{position:relative;display:flex;flex-direction:column;padding:28px 20px;border:1px solid var(--line);border-radius:var(--radius);background:white;box-shadow:0 8px 28px rgb(61 55 100 / 7%)}.price-card.featured{border:2px solid var(--brand);transform:translateY(-10px)}.badge{position:absolute;top:-14px;left:50%;padding:4px 12px;border-radius:99px;color:white;background:var(--brand);transform:translateX(-50%);font-size:.75rem}.price-card h2{margin:0;text-align:center}.price{margin:17px 0;color:var(--ink);text-align:center;font-size:2.5rem;font-weight:800}.price span,.price small{font-size:.9rem}.price.custom{font-size:1.5rem}.price-card ul{flex:1;padding:0;list-style:none;font-size:.88rem}.price-card li{padding:8px 0;border-bottom:1px solid var(--line)}.price-card li span{display:block;color:var(--brand-dark);font-size:.78rem}.price-card .button{margin-top:18px}.gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.gallery-item{margin:0;overflow:hidden;border-radius:var(--radius);background:var(--soft);box-shadow:var(--shadow)}.gallery-item video,.gallery-item img{width:100%;aspect-ratio:16/9;object-fit:contain;background:#171724}.gallery-item figcaption{padding:15px 20px;color:var(--ink);font-weight:700}.contact-section{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:80px;padding-top:100px}.contact-heading h1{margin:0 0 18px;font:500 clamp(2.8rem,5vw,4.5rem)/1.08 inherit}.contact-form{display:grid;gap:15px}.form-trap{position:absolute !important;left:-10000px !important;width:1px !important;height:1px !important;overflow:hidden !important}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-form label{display:grid;gap:6px;color:var(--ink);font-weight:650}.contact-form label span{color:var(--brand-dark)}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:12px 14px;border:1px solid #d7d3dd;border-radius:5px;color:#312f40;background:white}.contact-form textarea{resize:vertical}.contact-form .button{justify-self:start;min-width:120px}.field-error{margin:-8px 0 0;color:#b42318;font-size:.86rem}.form-success{padding:12px 16px;border-radius:5px;color:#126534;background:#eaf8ef}@media (max-width:1060px){.menu-toggle{display:block}.primary-nav{position:absolute;top:72px;right:20px;left:20px;display:none;padding:13px 22px;border-radius:10px;background:white;box-shadow:var(--shadow)}.primary-nav.open{display:grid}.primary-nav a{padding:11px 3px}.primary-nav a::after{bottom:5px}.pricing-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:760px){.shell{width:min(calc(100% - 28px),var(--shell))}.header-inner{min-height:70px}.brand img{width:112px}.hero{min-height:auto;padding:40px 0 74px;background:#ffc08e}.hero-shape{display:none}.hero-grid{grid-template-columns:1fr;min-height:0}.hero-copy{min-height:250px;text-align:center}.slide h1{margin-inline:auto}.slide p{margin-inline:auto}.hero-art{grid-row:1;max-height:280px}.slider-dots{bottom:29px;left:50%;transform:translateX(-50%)}.content-section{padding-top:65px}.display-title{margin-bottom:30px}.feature-row,.feature-band,.feature-band.reverse{grid-template-columns:1fr;gap:25px;padding-block:35px}.feature-row img{grid-row:1}.feature-band.reverse img{grid-row:1}.feature-band::after{display:none}.how-row,.how-row:nth-child(even){grid-template-columns:1fr;gap:20px;padding:38px 0;text-align:center}.how-row:nth-child(even) div{order:initial}.how-row img{grid-row:1;max-height:180px}.how-row::after{display:none}.screens{padding-top:50px}.tabs{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;padding-bottom:8px}.tabs button{flex:0 0 auto}.pricing-grid{grid-template-columns:1fr 1fr}.price-card.featured{transform:none}.gallery-grid{grid-template-columns:1fr}.contact-section{grid-template-columns:1fr;gap:35px;padding-top:65px}.contact-heading{text-align:center}.footer-grid{grid-template-columns:1fr 1fr;gap:45px;padding:60px 0}.footer-brand{grid-column:1 / -1}}@media (max-width:480px){body{font-size:15px}.page-intro{padding-top:52px}.pricing-grid{grid-template-columns:1fr}.field-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.to-top{right:12px;bottom:12px}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto !important;animation-duration:.01ms !important;transition-duration:.01ms !important}}