:root[data-theme=light]{--bg:#fffbf3;--bg-alt:#fff3df;--ink:#3b2a20;--muted:#3b2a20a8;--border:#3b2a2024;--card-bg:#fff;--accent:#ff7a50;--accent-ink:#2c1b12;--accent-soft:#ffe1d1;--accent-2:#2f9e8f;--accent-2-soft:#dcf2ee;--shadow:0 12px 28px #3b2a2014}:root[data-theme=dark]{--bg:#241c16;--bg-alt:#2c221a;--ink:#fbf1e4;--muted:#fbf1e4ad;--border:#fbf1e424;--card-bg:#2e231a;--accent:#ff8a63;--accent-ink:#241c16;--accent-soft:#ff8a632e;--accent-2:#4dbbaa;--accent-2-soft:#4dbbaa2e;--shadow:0 12px 28px #00000047}*{box-sizing:border-box}html{color-scheme:light dark;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}body{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1.05rem;line-height:1.6;transition:background-color .2s,color .2s}.container{width:100%;max-width:1080px;margin:0 auto;padding:0 24px}h1,h2,h3{letter-spacing:-.01em;color:var(--ink);margin:0 0 18px;font-family:"Baloo 2",Nunito,sans-serif;line-height:1.15}h1{font-size:clamp(2.4rem,5vw,3.6rem);font-weight:700}h2{font-size:clamp(1.9rem,3.4vw,2.6rem);font-weight:700}h3{font-size:1.2rem;font-weight:700}p{color:var(--muted);margin:0 0 16px}a{color:inherit}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--accent-2);outline-offset:2px;border-radius:6px}.eyebrow{letter-spacing:.02em;color:var(--accent);align-items:center;gap:8px;margin:0 0 12px;font-family:"Baloo 2",sans-serif;font-size:.85rem;font-weight:600;display:inline-flex}.wave-divider{width:100%;height:22px;color:var(--bg-alt);display:block}.wave-divider.flip{transform:scaleY(-1)}.wave-divider svg{width:100%;height:100%;display:block}.site-header{z-index:20;background:var(--bg);border-bottom:2px dashed var(--border);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:24px;padding-top:16px;padding-bottom:16px;display:flex}.logo-link{line-height:0;display:block}.logo{width:auto;height:32px;display:block}:root[data-theme=light] .logo-dark,:root[data-theme=dark] .logo-light{display:none}.site-nav{flex:1;justify-content:center;gap:8px;display:flex}.site-nav a{color:var(--muted);border-radius:999px;padding:8px 14px;font-family:"Baloo 2",sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .15s,background-color .15s}.site-nav a:hover{color:var(--ink);background:var(--accent-soft)}.theme-toggle{border:2px solid var(--border);background:var(--bg-alt);width:40px;height:40px;color:var(--ink);cursor:pointer;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .15s,transform .15s;display:inline-flex}.theme-toggle:hover{border-color:var(--accent);transform:rotate(-8deg)}.theme-toggle .icon{width:18px;height:18px}:root[data-theme=light] .icon-sun,:root[data-theme=dark] .icon-moon{display:none}.button{cursor:pointer;border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:14px 28px;font-family:"Baloo 2",sans-serif;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .15s,opacity .15s,box-shadow .15s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--accent);color:var(--accent-ink);box-shadow:var(--shadow)}.button-primary:hover{opacity:.94}.button-ghost{color:var(--ink);border-color:var(--border);background:0 0}.button-ghost:hover{border-color:var(--accent-2);background:var(--accent-2-soft)}.hero{padding:88px 24px 96px;position:relative;overflow:hidden}.hero-inner{z-index:1;position:relative}.hero-blob{filter:blur(2px);opacity:.55;z-index:0;border-radius:62% 38% 55% 45%/45% 55%;position:absolute}.hero-blob-a{background:var(--accent-soft);width:380px;height:380px;animation:14s ease-in-out infinite float-a;top:-140px;right:-100px}.hero-blob-b{background:var(--accent-2-soft);width:220px;height:220px;animation:16s ease-in-out infinite float-b;bottom:-80px;left:-60px}@keyframes float-a{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(-14px,16px)rotate(6deg)}}@keyframes float-b{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(12px,-14px)rotate(-6deg)}}.hero-logo{margin-bottom:28px}.hero-logo img{width:auto;height:clamp(64px,9vw,110px)}.hero-sub{max-width:580px;font-size:1.15rem}.hero-actions{flex-wrap:wrap;gap:16px;margin-top:32px;display:flex}.section{padding:72px 24px}.section-alt{background:var(--bg-alt)}.section-head{max-width:680px}.section-head p{font-size:1.05rem}.about-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center;gap:40px;display:grid}.about p{max-width:560px;font-size:1.05rem}.about-card{background:var(--card-bg);border:2px dashed var(--border);box-shadow:var(--shadow);border-radius:24px;padding:28px}.about-card ul{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.about-card li{align-items:flex-start;gap:12px;font-family:"Baloo 2",sans-serif;font-size:1rem;font-weight:600;display:flex}.about-card .check{background:var(--accent-2-soft);width:26px;height:26px;color:var(--accent-2);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.about-card .check svg{width:15px;height:15px}.steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-top:48px;display:grid;position:relative}.steps:before{content:"";border-top:3px dashed var(--accent-2);opacity:.5;z-index:0;position:absolute;top:27px;left:16.5%;right:16.5%}.step{z-index:1;text-align:left;position:relative}.step-number{background:var(--accent);width:56px;height:56px;color:var(--accent-ink);box-shadow:var(--shadow);border:4px solid var(--bg);border-radius:999px;justify-content:center;align-items:center;margin-bottom:18px;font-family:"Baloo 2",sans-serif;font-size:1.4rem;font-weight:700;display:inline-flex}.step:nth-child(2) .step-number{background:var(--accent-2)}.step:nth-child(3) .step-number{background:var(--ink);color:var(--bg)}.step h3{margin-bottom:8px}.step p{margin:0;font-size:.98rem}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:44px;display:grid}.service-card{border:2px solid var(--border);background:var(--card-bg);border-radius:22px;padding:30px;transition:transform .15s,border-color .15s}.service-card:hover{border-color:var(--accent);transform:translateY(-3px)}.service-icon{background:var(--accent-soft);width:52px;height:52px;color:var(--accent);border-radius:16px;justify-content:center;align-items:center;margin-bottom:18px;display:inline-flex}.service-card:nth-child(2n) .service-icon{background:var(--accent-2-soft);color:var(--accent-2)}.service-icon svg{width:26px;height:26px}.service-card h3{font-size:1.15rem;font-weight:700}.service-card p{margin:0;font-size:.98rem}.contact-sub{max-width:560px;font-size:1.05rem}.contact-form{flex-direction:column;gap:20px;max-width:560px;margin-top:32px;display:flex}.form-row{flex-direction:column;gap:8px;display:flex}.form-row label{font-family:"Baloo 2",sans-serif;font-size:.9rem;font-weight:600}.optional{color:var(--muted);font-weight:400}.form-row input,.form-row textarea{font:inherit;border:2px solid var(--border);background:var(--card-bg);color:var(--ink);border-radius:14px;padding:13px 16px;transition:border-color .15s}.form-row input:focus,.form-row textarea:focus{border-color:var(--accent-2);outline:none}.hp-field{opacity:0;width:1px;height:1px;position:absolute;left:-9999px}.contact-form .button{align-self:flex-start}.contact-form .button:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-status{color:var(--ink);min-height:1.2em;margin:16px 0 0;font-size:.95rem;font-weight:600}.form-status-error{color:var(--accent)}.site-footer{border-top:2px dashed var(--border);background:var(--bg-alt)}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:28px 24px;display:flex}.footer-brand{align-items:center;gap:12px;display:flex}.footer-mark{width:auto;height:22px}.footer-inner p{margin:0;font-size:.9rem}.footer-note{font-size:.85rem}@media (width<=860px){.about-grid{grid-template-columns:1fr}}@media (width<=720px){.site-nav{display:none}.services-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:36px}.steps:before{display:none}.footer-inner{text-align:center;justify-content:center}}
