*{box-sizing:border-box;margin:0;padding:0}body{font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;line-height:1.6;color:#2c2c2c;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}@media (min-width: 768px){.container{padding:0 4rem}}h1{font-size:3rem;line-height:1.2;font-weight:700;margin-bottom:1rem}h2{color:#5c3519;font-size:2.25rem;line-height:1.2;font-weight:600;text-align:center;margin-bottom:1rem}@media (min-width: 768px){h2:not(.cta-last-chance){text-align:left}}h3{color:#5c3519;font-size:1.5rem;line-height:1.2;font-weight:600;margin-bottom:1rem}h4{color:#5c3519;line-height:1.2;font-weight:500;margin-bottom:.5rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}ul{list-style-position:inside;margin-bottom:1rem}ul:last-child{margin-bottom:0}a{color:inherit;text-decoration:none;transition:color .2s ease}a:hover{color:#5c3519}.attention,.interest,.desire,.action{padding:2rem 0}.attention{background-color:#f5ffff}.interest{background-color:#fff}.desire{background-color:#fff}.action{background-color:#fff;text-align:center}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}@media (min-width: 768px){.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;text-align:start}}.hero-text h1{margin-bottom:1rem}.hero-text h1 .hero-line-1{color:#5c3519;display:block;font-weight:600}.hero-text h1 .hero-line-2{display:block;background:linear-gradient(135deg, #5c3519 0%, #c87337 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;font-weight:700;transition:background .4s cubic-bezier(.165, .84, .44, 1)}.hero-text p{margin-bottom:0;color:#5c5c5c;font-size:1rem}@media (min-width: 768px){.hero-text p{font-size:1.2rem}}.hero-text .highlight{display:block;background:linear-gradient(135deg, #5c3519 0%, #c87337 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;font-weight:700;transition:background .4s cubic-bezier(.165, .84, .44, 1)}.hero-image{display:none}@media (min-width: 768px){.hero-image{display:flex;justify-content:center;align-items:center}}.image-placeholder{width:100%;max-width:300px;aspect-ratio:4/3;background-color:#d1d5db;border-radius:12px;display:flex;align-items:center;justify-content:center}@media (min-width: 768px){.image-placeholder{max-width:400px}}.middle-cta{text-align:center;margin-top:2rem}.page-content{padding:2rem 0}@media (min-width: 768px){.page-content{padding:4rem 0}}.header{background-color:#fff;border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:100}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.mobile-menu-checkbox{display:none}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,0);z-index:200;display:none;cursor:pointer}.header-brand .logo,.header-brand .mobile-menu-trigger{display:flex;align-items:center;gap:.5rem;cursor:pointer;background:none;border:none;font-family:inherit}@media (min-width: 768px){.header-brand .logo,.header-brand .mobile-menu-trigger{display:none}}.header-brand .desktop-logo{display:none}@media (min-width: 768px){.header-brand .desktop-logo{display:flex}}.header-brand .logo-text{font-size:2.25rem;font-weight:500;color:#5c3519}.tablet-plus-nav{display:none}@media (min-width: 768px){.tablet-plus-nav{display:flex;align-items:center;gap:.5rem}}@media (min-width: 1024px){.tablet-plus-nav{gap:2rem}}.tablet-plus-nav .nav-link{font-weight:500;padding:.5rem 1rem;transition:color .2s ease,transform .2s ease;position:relative}.tablet-plus-nav .nav-link:hover{color:#5c3519;transform:translateY(-1px)}@media (prefers-reduced-motion: reduce){.tablet-plus-nav .nav-link{transition:color .2s ease}.tablet-plus-nav .nav-link:hover{transform:none}}.dropdown{display:none}@media (min-width: 768px){.dropdown{display:block;position:relative}}.dropdown .dropdown-toggle{display:flex;align-items:center;background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:500;padding:.5rem 1rem;transition:color .2s ease,transform .2s ease}.dropdown .dropdown-toggle:hover{color:#5c3519;transform:translateY(-1px)}.dropdown .dropdown-menu{display:block;position:absolute;top:100%;inset-inline-start:0;min-width:200px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.08);opacity:0;visibility:hidden;transform:translateY(-1rem);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;z-index:200;padding:.5rem 0}.dropdown .dropdown-item{display:block;padding:.5rem 1rem;color:#2c2c2c;text-decoration:none;transition:color .2s ease,transform .2s ease;font-size:1rem}.dropdown .dropdown-item:hover{color:#5c3519;transform:translateX(.25rem)}.dropdown .dropdown-item.active{color:#5c3519;font-weight:600}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.mobile-nav{position:absolute;top:calc(100% - 1rem);inset-inline-start:0;min-width:200px;background:#fff;border:1px solid #e0e0e0;border-radius:0 8px 8px 0;box-shadow:0 4px 16px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.08);opacity:0;visibility:hidden;transform:translateY(-1rem);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;z-index:300;padding:.5rem 0}@media (min-width: 768px){.mobile-nav{display:none}}.mobile-nav .mobile-nav-item{border-bottom:1px solid #e0e0e0}.mobile-nav .mobile-nav-item:last-child{border-bottom:none}.mobile-nav .mobile-nav-home-link{display:block;padding:1rem 2rem;color:#2c2c2c;text-decoration:none;font-weight:500;transition:background .2s ease,color .2s ease}.mobile-nav .mobile-nav-home-link:hover{color:#5c3519}.mobile-nav .mobile-nav-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:none;border:none;font-family:inherit;font-weight:500;color:#2c2c2c;cursor:pointer;transition:background .2s ease,color .2s ease}.mobile-nav .mobile-nav-toggle:hover{background:#f5ffff;color:#5c3519}.mobile-nav .mobile-nav-toggle .arrow{transition:transform .2s ease;font-size:.875rem}.mobile-nav .mobile-nav-submenu{max-height:0;overflow:hidden;transition:max-height .2s ease}.mobile-nav .mobile-nav-submenu .mobile-nav-link{display:block;padding:.5rem 1rem;color:#2c2c2c;text-decoration:none;transition:color .2s ease,transform .2s ease}.mobile-nav .mobile-nav-submenu .mobile-nav-link:hover{color:#5c3519;transform:translateX(.25rem)}.mobile-nav .mobile-nav-submenu .mobile-nav-link.active{color:#5c3519;font-weight:600}.mobile-nav .mobile-submenu-radio{display:none}.mobile-nav .mobile-nav-toggle .arrow{transition:transform .2s ease}.mobile-nav .mobile-nav-open{display:flex}.mobile-nav .mobile-nav-close{display:none}.mobile-nav .mobile-nav-close .arrow{transform:rotate(180deg)}.mobile-nav .mobile-submenu-radio:checked~.mobile-nav-open{display:none}.mobile-nav .mobile-submenu-radio:checked~.mobile-nav-close{display:flex}.mobile-nav .mobile-submenu-radio:checked~.mobile-nav-submenu{max-height:300px}.mobile-menu-checkbox:checked~.mobile-menu-overlay{display:block}.mobile-menu-checkbox:checked~.header-content .mobile-nav{opacity:1;visibility:visible;transform:translateY(0)}.header-cta{position:relative;z-index:250}.footer{background-color:#f5ffff;border-top:1px solid #e0e0e0;padding:2rem 0;margin-top:auto}.footer .container{text-align:center}.footer-line{display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;color:#5c5c5c}.footer-line .separator{display:none}@media (min-width: 768px){.footer-line{flex-direction:row}.footer-line .separator{display:block}}.separator{color:#5c5c5c;user-select:none}.cta{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.875rem;text-align:center;cursor:pointer;border:2px solid rgba(0,0,0,0);transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease;text-decoration:none}.cta--primary{background:#5c3519;color:#f5ffff;border-color:#5c3519}.cta--primary:hover{box-shadow:0 4px 12px rgba(92,53,25,.3);color:#fff}.cta--primary:active{transform:translateY(2px)}@media (min-width: 768px){.cta--primary:hover{transform:translateY(-2px)}.cta--primary:active{transform:translateY(0)}}.dots-container{display:flex;align-items:center;justify-content:center;padding:0 1rem}.dot{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;text-decoration:none;cursor:pointer}.dot::before{content:"";display:block;width:.5rem;height:.5rem;border-radius:50%;background:#5c3519;transition:transform .2s ease,background .2s ease}.dot:hover::before{background:#c87337}.dot.dot--active::before{background:#c87337;transform:scale(1.5)}@media (prefers-reduced-motion: reduce){.dot{transition:opacity .2s ease}.dot:hover,.dot.dot--active{transform:none}}.section-bg-white{background-color:#fff;padding:2rem 0}.section-bg-white:first-of-type{padding-top:0}.section-bg-light{color:#5c3519;background-color:#f5ffff;padding:2rem 0}.section-bg-light:last-of-type{padding-bottom:0}.section-bg-icy{color:#5c3519;background-color:#e6ffff;padding:2rem 0}.section-bg-icy:last-of-type{padding-bottom:0}.section-bg-salmon{background-color:#d28d5b;color:#e6ffff;padding:2rem 0}.section-bg-salmon h2{color:#e6ffff}.features-grid{padding:1rem 0;display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.features-grid{grid-template-columns:1fr 1fr;gap:4rem}}.feature-card{text-align:left}.feature-card h4{font-style:italic}.content-with-image{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media (min-width: 768px){.content-with-image{grid-template-columns:2fr 1fr;gap:4rem}}.content-visual{display:flex;justify-content:center;align-items:center}.content-img{width:320px;height:auto;max-height:400px;margin:auto;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1)}@media (min-width: 768px){.content-img{width:auto;height:400px}}