@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap);@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}:root{--background:#F7F5EF;--foreground:#2C2C2A;--card:#ffffff;--card-foreground:#2C2C2A;--primary:#1D9E75;--primary-dark:#0F7A5A;--primary-light:#E1F5EE;--primary-border:#9FE1CB;--primary-foreground:#ffffff;--accent:#EF9F27;--accent-dark:#BA7517;--accent-light:#FAEEDA;--accent-border:#FAC775;--accent-foreground:#412402;--muted:hsl(40, 20%, 94%);--muted-foreground:#0e1922;--border:hsl(40, 15%, 88%);--success:#1D9E75;--warning:#EF9F27;--radius:0.75rem;--ring:#1D9E75;--amber-50:#FAEEDA;--bg:#F7F5EF;--gray-900:#2C2C2A;--gray-500:#7A7A76;--gray-200:#E8E6E0;--white:#FFFFFF;--radius:16px;--shadow:0 1px 3px rgba(44,44,42,0.08), 0 4px 16px rgba(44,44,42,0.06)}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;font-size:100%}body{font-family:"Plus Jakarta Sans",system-ui,-apple-system,sans-serif;color:var(--foreground);background-color:var(--background);line-height:1.6}a{color:inherit}img{max-width:100%}.cta-block p a,.cta-card p a,.faq-answer a,.feature-list li a,.hero-subtitle a,.price-note a,.section-card p a,.step p a,.template-text a,main a{color:var(--primary-dark);text-decoration:underline;text-decoration-color:var(--primary-border);text-underline-offset:.2em;font-weight:500;transition:color .2s,text-decoration-color .2s}.cta-block p a:hover,.cta-card p a:hover,.faq-answer a:hover,.feature-list li a:hover,.hero-subtitle a:hover,.price-note a:hover,.section-card p a:hover,.step p a:hover,.template-text a:hover{color:var(--primary);text-decoration-color:var(--primary)}a,a.section-card,a.section-card h3,a.section-card p,a.section-card span{text-decoration:none}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width:640px){.container{padding:0 1.5rem}}.section-padding{padding:3.5rem 0}.section-padding-sm{padding:2.5rem 0}@media (min-width:768px){.section-padding{padding:6rem 0}.section-padding-sm{padding:4rem 0}}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(252,251,249,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:4rem}@media (min-width:768px){.header-inner{height:5rem}}.logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;color:var(--foreground)}.logo-icon{height:3.5rem;width:auto;max-width:8rem;object-fit:contain;border-radius:.5rem}.desktop-nav{display:none;align-items:center;gap:2rem}@media (min-width:768px){.desktop-nav{display:flex}}.nav-link,main li{color:var(--muted-foreground)}.nav-link{font-size:1rem;font-weight:500;transition:color .2s;background:0 0;border:0;cursor:pointer;font-family:inherit}.mobile-features-list a:hover,.nav-link:hover{color:var(--foreground)}.features-dropdown{position:relative}.features-dropdown .nav-link{display:flex;align-items:center;gap:.25rem}.features-dropdown .nav-link svg{width:1rem;height:1rem;transition:transform .2s}.dropdown-menu{display:none;position:absolute;top:100%;left:0;margin-top:.5rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:.5rem;min-width:16rem;box-shadow:0 10px 40px rgba(0,0,0,.08);z-index:100}.dropdown-menu::before{content:"";position:absolute;top:-.5rem;left:0;right:0;height:.5rem}.features-dropdown:hover .dropdown-menu,img{display:block}.features-dropdown:hover .nav-link svg,.mobile-features-toggle.open .mobile-features-chevron,details[open] summary::after{transform:rotate(180deg)}.dropdown-item,.feature-list li{display:flex;color:var(--foreground)}.dropdown-item,.header-auth{align-items:center;gap:.75rem}.dropdown-item{padding:.625rem .75rem;border-radius:calc(var(--radius) - 4px);font-size:.875rem;font-weight:500;transition:background .15s}.dropdown-item:hover{background:var(--muted)}.dropdown-item svg,.mobile-features-list a svg{width:1rem;height:1rem;color:var(--primary)}.header-auth{display:none}@media (min-width:768px){.header-auth{display:flex}}.mobile-toggle{display:block;padding:.5rem;background:0 0;border:0;cursor:pointer;color:var(--foreground)}.mobile-toggle svg{width:1.5rem;height:1.5rem}@media (min-width:768px){.mobile-toggle{display:none}}.mobile-menu{display:none;flex-direction:column;gap:1rem;padding:1rem 0 1.5rem}.mobile-menu.open{display:flex}@media (min-width:768px){.mobile-menu{display:none!important}}.mobile-menu .nav-link{text-align:left;font-size:1rem}.mobile-features-list{padding-left:1rem;display:none;flex-direction:column;gap:1rem}.mobile-features-list.open{display:flex}.mobile-features-toggle .mobile-features-chevron{transition:transform .2s ease;flex-shrink:0}.mobile-features-list a{display:flex}.mobile-auth{display:flex;gap:.75rem;padding-top:.5rem}.mobile-auth .btn{flex:1;text-align:center}main ol,main ul{padding-left:1.5rem;margin:.75rem 0 1rem;display:flex;flex-direction:column;gap:.375rem}main li{font-size:.9375rem;line-height:1.7;padding-left:.25rem}.btn,.mobile-features-list a{align-items:center;gap:.5rem;font-size:1rem;font-weight:600}.btn{display:inline-flex;justify-content:center;padding:.625rem 1.25rem;border-radius:var(--radius);font-family:inherit;cursor:pointer;transition:all .2s ease;border:1px solid transparent;line-height:1.4;text-decoration:none}.btn:active{transform:scale(.97)}.btn-teal{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.btn-teal:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.btn-primary{background:var(--accent);color:var(--accent-foreground);border-color:var(--accent)}.btn-primary:hover{background:var(--accent-dark);border-color:var(--accent-dark)}.btn-outline{background:0 0;color:var(--foreground);border-color:var(--border)}.btn-ghost:hover,.btn-outline:hover{background:var(--muted)}.btn-ghost,.btn-hero{border-color:transparent}.btn-ghost{background:0 0;color:var(--muted-foreground)}.btn-ghost:hover{color:var(--foreground)}.btn-hero{background:var(--accent);color:var(--accent-foreground)}.btn-hero:hover{opacity:.92}.btn-lg{padding:.75rem 1.75rem;font-size:1rem}.btn-xl{padding:.875rem 2rem;font-size:1.0625rem}.btn svg,.feature-list li svg{width:1rem;height:1rem}.btn-lg svg,.btn-xl svg{width:1.125rem;height:1.125rem}.btn-uppercase{text-transform:uppercase;font-weight:700;letter-spacing:.04em;font-size:.8125rem}.section-card,details{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.section-card:hover{border-color:var(--primary-border);box-shadow:0 6px 24px rgba(29,158,117,.08),0 2px 8px rgba(0,0,0,.04);transform:translateY(-1px)}.hero-gradient{background:linear-gradient(135deg,var(--accent),var(--accent-dark))}.hero-section{padding:4rem 0 3rem;background:linear-gradient(to bottom,var(--primary-light),var(--background));text-align:center}@media (min-width:768px){.hero-section{padding:8rem 0 6rem}.hero-image{width:500px;height:500px}}#homepage .hero-section,#homepage .hero-section .hero-subtitle,#homepage .hero-text,#homepage h1{text-align:left}.hero-image{display:flex;align-items:center;justify-content:center;margin:0 auto;border-radius:50%;overflow:hidden;max-width:400px;height:400px}.hero-image img{background:linear-gradient(to bottom,#fff,#fcfafa);width:100%;height:100%;object-fit:cover;object-position:center;display:block}.partner-logos{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.06)}.partner-label{margin:0 auto 1.5rem;max-width:38rem;color:var(--muted-foreground);text-align:center;font-size:.95rem}.partner-logos-grid{display:grid;gap:1.5rem;align-items:center;justify-items:center;grid-template-columns:repeat(2,minmax(0,1fr))}.partner-logos-grid img{max-height:2.25rem;width:auto;max-width:100%;filter:grayscale(1);opacity:.8;transition:filter .2s ease,opacity .2s ease,transform .2s ease}.partner-logos-grid img:hover{filter:grayscale(0);opacity:1;transform:translateY(-2px)}@media (min-width:640px){.partner-logos-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.partner-logos-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4375rem 1rem;background:var(--primary-light);border:1px solid var(--primary-border);border-radius:9999px;font-size:.8125rem;font-weight:600;color:var(--primary-dark);margin-bottom:1.5rem;letter-spacing:.01em}.badge svg{width:.875rem;height:.875rem}.hero-section .hero-subtitle,.hero-text{text-align:center}h1,h2{letter-spacing:-.02em}h1{font-size:clamp(2rem,6vw,3.75rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;text-align:center}@media (min-width:768px){h1{letter-spacing:-.03em}}h2{font-size:clamp(1.625rem,4vw,2.5rem);font-weight:700;line-height:1.2;margin-bottom:1rem}h3{font-size:1.125rem;font-weight:650;line-height:1.3;letter-spacing:-.01em}@media (min-width:768px){h3{font-size:1.1875rem}}.icon-box svg,.text-primary{color:var(--primary)}.text-muted{color:var(--muted-foreground)}.text-success{color:var(--success)}.hero-subtitle{font-size:1.25rem;line-height:1.6;color:var(--muted-foreground);margin-bottom:2rem;max-width:36rem;margin-left:auto;margin-right:auto}@media (min-width:768px){.hero-subtitle{font-size:1.375rem}}#homepage .hero-subtitle{margin-left:0;margin-right:0}.hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-bottom:2rem}@media (min-width:640px){.hero-buttons{flex-direction:row}}.trust-indicators{display:flex;align-items:center;gap:1.5rem;justify-content:center;color:var(--muted-foreground);font-size:.875rem}.trust-dot{width:.4375rem;height:.4375rem;border-radius:50%;background:var(--success);display:inline-block;margin-right:.4375rem}.section-header{text-align:center;max-width:42rem;margin:0 auto 4rem}.section-header p,.step p{color:var(--muted-foreground)}.section-header p{font-size:1.125rem;line-height:1.65;margin-top:.5rem}.grid-2,.grid-3{display:grid;gap:1.5rem}@media (min-width:768px){.grid-2,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr)}}.icon-box{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:background .2s}.section-card:hover .icon-box{background:#bceeda}.icon-box svg{width:1.5rem;height:1.5rem}.core-badge,.icon-box,.icon-box-sm{background:var(--primary-light)}.icon-box-sm{width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.icon-box-sm svg,.step-icon svg{width:1.25rem;height:1.25rem;color:var(--primary)}.core-badge{position:absolute;top:1rem;right:1rem;font-size:.6875rem;font-weight:600;color:var(--primary-dark);padding:.25rem .625rem;border-radius:9999px;letter-spacing:.01em}.steps-grid{display:grid;gap:2rem;max-width:56rem;margin:0 auto}@media (min-width:768px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.step{text-align:center;position:relative}.step-icon-wrap{display:inline-flex;position:relative;margin-bottom:1.5rem}.billing-btn.active,.step-icon{box-shadow:0 1px 3px rgba(0,0,0,.06)}.step-icon{width:6rem;height:6rem;border-radius:1rem;background:var(--muted);justify-content:center}.step-icon svg{width:2.5rem;height:2.5rem}.step-icon,.step-number,details summary{display:flex;align-items:center}.step-number{position:absolute;top:-.5rem;right:-.5rem;width:2rem;height:2rem;border-radius:50%;justify-content:center;font-size:.8125rem;font-weight:700;color:var(--accent-foreground);background:linear-gradient(135deg,var(--primary),var(--primary-border))}.step h3{margin-bottom:.5rem}.step p{font-size:.9375rem;font-weight:500}.bg-muted{background:#edeae1}#homepage footer,.bg-white{background:#fff}.billing-toggle{display:flex;align-items:center;gap:.5rem;background:var(--muted);border-radius:.5rem;padding:.25rem;margin:0 auto 2rem;width:fit-content}.billing-btn{padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;background:0 0;border:0;cursor:pointer;color:var(--muted-foreground);font-family:inherit;transition:all .2s}.billing-btn.active{background:var(--card);color:var(--foreground)}.trial-notice{max-width:28rem;margin:0 auto 2rem;background:var(--primary-light);border:1px solid var(--primary-border);border-radius:.5rem;padding:1rem;text-align:center;font-size:.875rem;font-weight:600;color:var(--primary-dark)}.pricing-grid{display:grid;gap:1.5rem;margin:0 auto 3rem}@media (min-width:768px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}.pricing-card{position:relative}.pricing-card.popular{outline:2px solid var(--primary);outline-offset:-1px;border-color:var(--primary-border)}.popular-badge{position:absolute;top:-.75rem;left:50%;transform:translateX(-50%);padding:.25rem 1rem;font-size:.75rem;font-weight:700;color:var(--accent-foreground);border-radius:9999px;background:var(--accent);white-space:nowrap;letter-spacing:.01em}.price{font-size:clamp(2rem,5vw,2.75rem);font-weight:800;color:var(--foreground);letter-spacing:-.03em;line-height:1}.price-period{font-size:1rem;font-weight:500;color:var(--muted-foreground)}.cta-block h2,.price-note{margin-bottom:1rem}.feature-list{list-style:none;padding:0;margin:1rem 0 1.5rem;display:flex;flex-direction:column;gap:.5rem}.feature-list li{align-items:flex-start;gap:.5rem;font-size:.9375rem}.feature-list li svg{color:var(--success);flex-shrink:0;margin-top:.1875rem}.plan-target{font-size:.8125rem;color:var(--muted-foreground);margin-bottom:1rem}.faq-list{max-width:42rem;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}details{padding:0 1.5rem;transition:box-shadow .2s}details[open]{box-shadow:0 4px 16px rgba(0,0,0,.04)}details summary{padding:1.25rem 0;font-weight:600;cursor:pointer;list-style:none;justify-content:space-between;gap:1rem}details summary::-webkit-details-marker{display:none}details summary::after{content:"";width:1rem;height:1rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;transition:transform .2s;flex-shrink:0}details .faq-answer{padding-bottom:1.25rem;color:var(--muted-foreground);line-height:1.7}.review-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:0 1px 3px rgba(0,0,0,.04)}.stars{display:flex;gap:.125rem;margin-bottom:.75rem}.stars svg{width:1rem;height:1rem;color:var(--warning)}.review-text{font-size:.9375rem;color:var(--foreground);margin-bottom:.75rem;line-height:1.6}.review-name{font-size:.875rem;font-weight:500;color:var(--muted-foreground)}.cta-block,.cta-card{border-radius:1.5rem;padding:clamp(2rem,6vw,4.5rem) clamp(1.25rem,4vw,3rem);text-align:center}.cta-block p{max-width:36rem;margin:0 auto 2rem}.color-card,.embed-block{border:1px solid var(--border)}.embed-block{background:var(--muted);border-radius:var(--radius);padding:1.5rem}.embed-block code,.placeholder-item code{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;font-size:.8125rem}.embed-block code{color:var(--muted-foreground);word-break:break-all}.color-card{border-radius:1rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.04);transition:box-shadow .2s,transform .2s}.color-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.08);transform:translateY(-1px)}.color-meta,.color-preview{display:flex;align-items:center}.color-preview{height:8rem;justify-content:center;text-align:center}.color-meta{padding:1rem;background:var(--card);justify-content:space-between}.color-meta span{font-size:.875rem;font-weight:500}.color-swatch,.template-card{border:1px solid var(--border)}.color-swatch{width:1.5rem;height:1.5rem;border-radius:50%}.template-card{background:var(--card);border-radius:var(--radius);padding:1.25rem;transition:border-color .2s}.template-card:hover{border-color:var(--primary-border)}.template-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.template-text{font-size:.9375rem;color:var(--muted-foreground);line-height:1.65}.placeholder-grid{display:grid;gap:1rem}@media (min-width:768px){.placeholder-grid{grid-template-columns:repeat(2,1fr)}}.placeholder-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--muted);border-radius:.5rem}.placeholder-item code{color:var(--primary-dark);font-weight:600}.placeholder-item span{font-size:.875rem;color:var(--muted-foreground)}.check-list{display:grid;gap:1rem}@media (min-width:768px){.check-list{grid-template-columns:repeat(2,1fr)}}.check-item{display:flex;align-items:flex-start;gap:.75rem}.check-item span{margin:auto 0}.check-icon,.feature-pill{display:flex;align-items:center}.check-icon{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--primary);color:var(--primary-foreground);justify-content:center;font-weight:700;flex-shrink:0}.check-icon svg{width:.75rem;height:.75rem;font-weight:700}.feature-pill{gap:.75rem;background:var(--card);padding:.75rem 1rem;border-radius:.5rem;border:1px solid var(--border)}.feature-pill-wrap{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.var{display:inline-block;background:var(--primary-light);color:var(--primary-dark);font-size:12.5px;font-weight:500;font-family:"DM Mono","Courier New",monospace;padding:1px 6px;border-radius:5px;border:1px solid rgba(29,158,117,.2);line-height:1.6}.animate-in{animation:fadeIn .6s cubic-bezier(.16,1,.3,1) both}.text-center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:1rem}.pt-20{padding-top:2rem}@media (min-width:768px){.pt-20{padding-top:5rem}}.font-mono{font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace}.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}@media (min-width:768px){.hero-section .hero-subtitle,.hero-section .trust-indicators{margin-left:auto;margin-right:auto;justify-content:center}#homepage .hero-section .hero-subtitle,#homepage .hero-section .trust-indicators{margin-left:0}}#homepage .hero-section .hero-buttons,#homepage .hero-section .trust-indicators{justify-content:flex-start}footer{background:#edeae1;border-top:1px solid var(--border)}