:root{color-scheme:light;--app-green:#127a4d;--app-green-hover:#0e6040;--app-green-light:#eaf3ee;--highlight:#18a76a;--success:#18c77a;--background:#f9faf9;--card-bg:#fff;--border:#e3e6e3;--text-primary:#1d1d1d;--text-secondary:#5f5f5f;--neutral-hover:#f0f3f1;--foreground:#127a4d;--accent:#127a4d;--accent-hover:#0e6040;--accent-light:#eaf3ee;--text-dark:#1d1d1d;--muted:#5f5f5f;--surface:#fff}*,:after,:before{box-sizing:border-box}html{padding:0;color:var(--text-dark)}body,html{margin:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:var(--text-primary);position:relative}body:before{content:"";position:fixed;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:1064px;height:100%;border-left:.5px solid #71706e;border-right:.5px solid #71706e;opacity:.3;pointer-events:none;z-index:1}@media (max-width:768px){body:before{width:calc(100% - 3rem)}}body>*{position:relative;z-index:2}body{min-height:100vh}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.page{display:flex;flex-direction:column;min-height:100vh}.container{max-width:1000px;margin:0 auto;padding:0 2rem}@media (max-width:768px){.container{padding:0 2rem}}header{padding:1.25rem 0;background:hsla(45,7%,89%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:-webkit-sticky;position:sticky;top:0;z-index:100;opacity:1}header,header:after{border-bottom:.5px solid #71706e}header:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:1064px;height:1px;opacity:.3;pointer-events:none}.nav-bar{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;position:relative}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001;width:40px;height:40px;position:relative}.hamburger{display:block;top:50%;left:50%;transform:translate(-50%,-50%)}.hamburger,.hamburger:after,.hamburger:before{width:24px;height:2px;background:var(--app-green);position:absolute;transition:all .3s ease}.hamburger:after,.hamburger:before{content:"";left:0}.hamburger:before{top:-8px}.hamburger:after{top:8px}.hamburger.open{background:transparent}.hamburger.open:before{top:0;transform:rotate(45deg)}.hamburger.open:after{top:0;transform:rotate(-45deg)}.nav-menu{display:flex;align-items:center;gap:1.5rem}.nav-link{color:var(--text-dark);text-decoration:none;font-size:.9375rem;font-weight:500;transition:color .2s ease}.nav-link:hover{color:var(--accent)}.logo{color:#127a4d;font-weight:700;font-size:1rem;letter-spacing:0}.logo-link{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo-image{height:32px;width:auto;display:block}.logo-text{font-weight:700;font-size:1.125rem;letter-spacing:-.01em}.badge,.logo-text{color:var(--accent)}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:12px;background:linear-gradient(135deg,hsla(36,13%,92%,.95),hsla(36,13%,92%,.85));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.7rem;font-weight:600;margin-bottom:1.25rem;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 2px 8px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.05);border:1px solid hsla(36,13%,92%,.6)}.badge:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--accent);animation:pulse 2s ease-in-out infinite;box-shadow:0 0 0 0 rgba(18,122,77,.7)}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 0 0 rgba(18,122,77,.7)}50%{transform:scale(1.1);box-shadow:0 0 0 4px rgba(18,122,77,0)}}.hero{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;padding:5rem 0 6rem;align-items:center}.hero-copy h1{font-size:clamp(2.25rem,5vw,3.25rem);line-height:1.15;margin:0 0 1.25rem;letter-spacing:-.03em;font-weight:700;color:var(--accent)}.mobile-break{display:none}.hero-copy p{font-size:1.0625rem;max-width:45ch;color:var(--muted);margin:0 0 2rem;line-height:1.65}.cta-group{display:flex;flex-wrap:wrap;gap:.875rem}.button-primary,.button-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;font-size:.875rem;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid transparent;cursor:pointer}.button-primary{background:var(--app-green);color:#fff;border-color:var(--app-green)}.button-primary:hover{background:var(--app-green-hover);transform:translateY(-1px);box-shadow:0 10px 30px -10px rgba(18,122,77,.4)}.button-secondary{background-color:transparent}.button-secondary,.button-secondary:hover{border-color:var(--app-green);color:var(--app-green)}.button-secondary:hover{background:var(--app-green-light);transform:translateY(-1px)}.hero-mockup{position:relative;aspect-ratio:1;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-mockup img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.1))}.hero-stats{display:flex;gap:2.5rem;margin-top:2.5rem;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stat-number{font-size:2rem;font-weight:700;letter-spacing:-.02em;overflow:hidden;min-width:3.5rem;display:inline-flex;justify-content:center;align-items:center}.metric-slide{display:inline-block;will-change:transform}.metric-slide-active{animation:statSlideDown .24s ease}@keyframes statSlideDown{0%{transform:translateY(-70%);opacity:0}to{transform:translateY(0);opacity:1}}.stat-label{font-size:.75rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-weight:500}.trust{background:var(--background);padding:2rem 0;position:relative}.trust:after{border-top:.5px solid #71706e;border-bottom:.5px solid #71706e}.trust:after,.trust:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:1064px;height:100%;opacity:.3;pointer-events:none;z-index:0}.trust:before{border-left:.5px solid #71706e;border-right:.5px solid #71706e}@media (max-width:768px){.trust:before{width:calc(100% - 3rem)}}.trust-content{position:relative;z-index:1;max-width:1000px;margin:0 auto;padding:0 2rem;gap:3rem}.trust-content,.trust-left{display:flex;align-items:center}.trust-left{gap:1.5rem;flex-shrink:0}.face-circle,.trust-faces{display:flex;align-items:center}.face-circle{width:40px;height:40px;border-radius:50%;background:var(--accent-light);border:2px solid var(--background);justify-content:center;font-size:1.25rem;margin-left:-12px;position:relative;overflow:hidden}.face-circle:first-child{margin-left:0}.face-circle img{width:100%;height:100%;object-fit:cover}.trust-text{display:flex;flex-direction:column;gap:.25rem}.trust-rating{color:var(--accent);font-size:1rem;letter-spacing:2px}.trust-count{font-size:.875rem;font-weight:600;color:var(--text-dark);margin:0}.trust-logos{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;flex:1 1}.trust-logo-cell{padding:2.5rem 3rem;display:flex;align-items:center;justify-content:center;min-height:100px;background:var(--background);transition:background .2s ease}.trust-logo-cell:hover{background:rgba(18,122,77,.02)}.trust-logo-cell span{color:var(--text-dark);font-weight:500;font-size:.95rem;opacity:.4;transition:opacity .2s ease}.trust-logo-cell:hover span{opacity:.7}.trust-logo-image{max-width:120px;max-height:40px;width:auto;height:auto;object-fit:contain;opacity:.8;transition:opacity .2s ease,transform .2s ease;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.trust-logo-image.logo-small{max-width:90px;max-height:30px}.trust-logo-image.logo-medium{max-width:120px;max-height:40px}.trust-logo-image.logo-large{max-width:160px;max-height:55px}.trust-logo-cell:hover .trust-logo-image{opacity:1;transform:scale(1.05)}@media (max-width:968px){.trust-content{flex-direction:column;gap:2rem}.trust-logos{width:100%;grid-template-columns:1fr}.trust-logo-cell{min-height:80px;padding:2rem}}.section{padding:4rem 0;position:relative}.section:after{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:1064px;height:100%;border-top:.5px solid #71706e;border-bottom:.5px solid #71706e;opacity:.3;pointer-events:none;z-index:0}.section h2{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:.75rem;letter-spacing:-.02em;font-weight:700;text-align:center;color:var(--accent)}.section p.section-intro{max-width:65ch;color:var(--muted);font-size:1rem;margin:0 auto 3rem;text-align:center;line-height:1.65}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:900px;margin:0 auto}.feature-card{background:var(--card-bg);border-radius:16px;padding:2rem;border:1px solid var(--border);display:flex;flex-direction:column;gap:.875rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 12px rgba(0,0,0,.04)}.feature-card:hover{border-color:var(--app-green);transform:translateY(-4px);box-shadow:0 12px 32px rgba(18,122,77,.15)}.feature-icon{width:-moz-fit-content;width:fit-content;height:48px;border-radius:12px;background:transparent;display:flex;align-items:center;justify-content:flex-start;color:var(--accent);font-weight:700;font-size:1.25rem}.feature-card h3{margin:.25rem 0 0;font-size:1.125rem;font-weight:600;color:var(--accent)}.feature-card p{margin:0;color:var(--muted);line-height:1.6;font-size:.9375rem}.faq-list{display:grid;grid-gap:1rem;gap:1rem;max-width:800px;margin:0 auto}.faq-item{background:hsla(36,13%,92%,.6);border:1px solid var(--border);border-radius:1rem;padding:1.2rem 1.5rem;box-shadow:0 18px 40px -28px rgba(18,122,77,.2)}.faq-item summary{cursor:pointer;list-style:none;font-weight:600;font-size:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--accent)}.faq-item summary::-webkit-details-marker,.faq-item summary::marker{display:none}.faq-item summary:after{content:"▼";font-size:.8rem;color:var(--accent-dark);transition:transform .2s ease}.faq-item[open] summary:after{transform:rotate(-180deg)}.faq-item p{margin:.9rem 0 0;color:var(--muted);font-size:.95rem;line-height:1.6}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem;max-width:1000px;margin-left:auto;margin-right:auto}.portfolio-card{background:var(--background);border:1px solid var(--border);border-radius:.75rem;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;display:block;color:inherit;text-decoration:none}.portfolio-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 20px 40px -20px rgba(18,122,77,.2)}.portfolio-image{width:100%;aspect-ratio:16/7;background:var(--surface);display:flex;align-items:center;justify-content:center;font-size:2.5rem;border-bottom:1px solid var(--border);overflow:hidden}.portfolio-image img{width:100%;height:100%;object-fit:contain;padding:1rem}.portfolio-content{padding:1.25rem}.portfolio-tag{display:inline-block;padding:.25rem .75rem;background:var(--accent-light);font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;border-radius:8px;margin-bottom:.75rem}.portfolio-card h3,.portfolio-tag{color:var(--accent);font-weight:600}.portfolio-card h3{margin:0 0 .4rem;font-size:1.125rem}.portfolio-card p{margin:0;color:var(--muted);font-size:.875rem;line-height:1.55}.steps{display:grid;grid-gap:1.5rem;gap:1.5rem;margin-top:0;max-width:800px;margin-left:auto;margin-right:auto}.step-item{display:flex;gap:2rem;align-items:center;padding:2rem 2.5rem;border:1px solid var(--border);border-radius:16px;transition:all .3s ease;background:hsla(36,13%,92%,.3)}.step-item:hover{border-color:var(--accent);background:rgba(18,122,77,.05)}.step-number{width:56px;height:56px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:var(--background);font-weight:700;font-size:1.5rem;flex-shrink:0;box-shadow:0 4px 12px rgba(18,122,77,.2)}.step-item p{margin:0;color:var(--text-dark);line-height:1.65;font-size:1rem}.pricing-section{padding:4rem 2rem;background:var(--background);position:relative}.pricing-section:after{border-top:.5px solid #71706e;border-bottom:.5px solid #71706e}.pricing-section:after,.pricing-section:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:1064px;height:100%;opacity:.3;pointer-events:none;z-index:0}.pricing-section:before{border-left:.5px solid #71706e;border-right:.5px solid #71706e}@media (max-width:768px){.pricing-section:before{width:calc(100% - 3rem)}}.pricing-section .container{position:relative;z-index:1}.pricing-header{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;margin-bottom:3rem;align-items:end}.pricing-title h2{font-size:clamp(2rem,5vw,3rem);line-height:1.1;margin:0;letter-spacing:-.02em;font-weight:700;color:var(--accent)}.pricing-title h2 .gray{color:var(--muted);font-weight:400}.pricing-subtitle{font-size:1.0625rem;line-height:1.65;color:var(--accent);margin:0;text-align:left;max-width:100%}.pricing-subtitle strong{font-weight:600}.pricing-subtitle .muted{color:var(--muted)}.pricing-process{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-bottom:3rem}.process-card{display:flex;flex-direction:column;gap:.75rem}.process-icon{font-size:1.5rem;margin-bottom:.25rem}.process-title{font-size:1rem;font-weight:600;margin:0;display:flex;align-items:center;gap:.5rem;color:var(--accent)}.process-card p{font-size:.9375rem;line-height:1.6;color:var(--muted);margin:0}.pricing-cards{display:flex;justify-content:center;align-items:stretch;gap:2rem;margin:0 auto}.hire-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .875rem;background:var(--highlight);color:#fff;border-radius:12px;font-size:.75rem;font-weight:600;width:-moz-fit-content;width:fit-content;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.hire-badge:before{content:"";width:6px;height:6px;background:var(--background);border-radius:50%;animation:pulse-white 2s ease-in-out infinite}@keyframes pulse-white{0%,to{opacity:1}50%{opacity:.6}}.pricing-card{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:3rem;gap:2rem;width:100%;max-width:700px;box-shadow:0 4px 20px rgba(0,0,0,.05)}.pricing-card,.pricing-card-top{display:flex;flex-direction:column}.pricing-card-top{gap:1rem}.pricing-card-title-row{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:wrap}.pricing-card h3{font-size:2rem;font-weight:700;margin:0;color:var(--text-dark);line-height:1.2}.pricing-card h3.gray{color:var(--text-secondary);font-weight:400}.pricing-divider{width:100%;height:1px;background:var(--border);opacity:.3}.pricing-card-price{display:flex;flex-direction:column;gap:.25rem}.pricing-card-description{font-size:.9375rem;line-height:1.6;color:var(--muted);margin:0}.price{font-size:3rem;font-weight:700;letter-spacing:-.03em;margin:0;color:var(--accent);line-height:1}.price-label{font-size:1rem;color:var(--muted);margin-left:.5rem;font-weight:400}.price-note{font-size:.8125rem;color:var(--muted);margin:.5rem 0 0}.features-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem 2rem;gap:1rem 2rem;list-style:none;padding:0;margin:0}.features-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.9375rem;line-height:1.5}.features-list li:before{content:"✓";color:var(--accent);font-weight:700;flex-shrink:0;font-size:1.125rem}.get-started-btn{background:var(--app-green);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:-moz-fit-content;width:fit-content}.get-started-btn:hover{background:var(--app-green-hover);transform:translateY(-2px);box-shadow:0 8px 24px rgba(18,122,77,.3)}.cta-section{padding:4rem 0}.cta-card{position:relative;overflow:hidden;border-radius:1rem;background:var(--accent);color:#fff;padding:clamp(2.5rem,6vw,3.5rem);text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;border:1px solid var(--accent)}.cta-card h2{margin:0;font-size:clamp(1.75rem,4vw,2.5rem);letter-spacing:-.02em;font-weight:700}.cta-card p{margin:0 0 1rem;font-size:1rem;color:#fff;max-width:60ch;line-height:1.65}.cta-card .button-primary{background:var(--background);color:var(--foreground);border-color:var(--background)}.cta-card .button-primary:hover{background:var(--gray-100);transform:translateY(-2px)}footer{padding:2rem 0;font-size:.9rem;color:var(--muted);background:var(--background);position:relative}footer:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:1064px;height:1px;border-top:.5px solid #71706e;opacity:.3;pointer-events:none}footer .container{display:grid;grid-gap:2rem;gap:2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:3rem;gap:3rem;align-items:start}.footer-column{display:flex;flex-direction:column;gap:.75rem}.footer-column h4{margin:0;font-size:.95rem;text-transform:uppercase;letter-spacing:.08em;color:var(--accent)}.footer-column p{margin:.75rem 0;color:var(--muted);line-height:1.6;font-size:.9rem}.footer-logo-container{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.footer-logo{height:36px;width:auto;display:block}.footer-logo-text{color:var(--accent)!important;font-weight:700;font-size:1.25rem;letter-spacing:-.01em}.footer-org{display:block;margin-top:.5rem;color:var(--muted);font-size:.85rem}.footer-linkedin,.footer-tiktok{display:flex;align-items:center;gap:.5rem}.footer-column a,.footer-column span:not(.footer-logo-text){color:rgba(15,23,42,.7);font-size:.95rem;text-decoration:none}.footer-column a:hover{color:var(--accent)}.footer-bottom{display:flex;justify-content:center;align-items:center;border-top:1px solid var(--border);padding-top:1.5rem;margin-top:2rem;font-size:.85rem;color:var(--muted)}@media (max-width:968px){.pricing-cards,.pricing-header{grid-template-columns:1fr}.pricing-card{padding:2rem}.features-list,.pricing-process{grid-template-columns:1fr}.features-list{gap:.875rem}.hero{grid-template-columns:1fr .8fr;gap:2.5rem;padding:4rem 0 5rem}.hero-mockup{max-width:350px}.footer-grid{grid-template-columns:1fr;gap:2rem}}@media (max-width:640px){.hero{grid-template-columns:1fr;gap:2rem;padding:3rem 0 4rem}.hero-mockup{max-width:300px;margin:0 auto}.features-list{grid-template-columns:1fr;gap:1rem}.step-item{padding:1.5rem;gap:1.5rem}.step-number{width:48px;height:48px;font-size:1.25rem}}@media (max-width:768px){.mobile-menu-toggle{display:block}.nav-menu{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:var(--background);flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;gap:1.5rem;transition:right .3s ease;box-shadow:-4px 0 20px rgba(0,0,0,.1);z-index:1000;border-left:1px solid var(--border)}.nav-menu.open{right:0}.nav-link{font-size:1.125rem;width:100%}.nav-menu .button-primary{width:100%;justify-content:center;margin-top:1rem}}@media (max-width:640px){header{padding-top:1rem}.hero{text-align:center}.hero-copy{display:flex;flex-direction:column;align-items:center}.hero h1{font-size:1.875rem;line-height:1.25;margin-bottom:1rem}.mobile-break{display:block}.pricing-section{padding:3rem 1.5rem}.hero p{font-size:.9375rem;max-width:100%;line-height:1.6;margin-bottom:1.5rem}.badge{margin-left:0;margin-right:0}.cta-group{flex-direction:column;width:100%;gap:.75rem;align-items:center}.button-primary,.button-secondary{width:100%;max-width:280px;justify-content:center}.hero-stats{gap:2rem;justify-content:center}.hero-mockup{margin:0 auto}}.not-found-section{min-height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:80px 20px}.not-found-content{max-width:600px}.not-found-title{font-size:clamp(80px,15vw,180px);font-weight:700;margin:0;background:linear-gradient(135deg,#127a4d,#0a5c3a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.not-found-heading{font-size:clamp(24px,4vw,36px);font-weight:600;margin:24px 0 16px;color:#1a1a1a}.not-found-text{font-size:18px;line-height:1.6;color:#666;margin-bottom:40px}.not-found-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.button-outline{padding:14px 32px;font-size:16px;font-weight:500;border:2px solid #127a4d;border-radius:8px;background:transparent;color:#127a4d;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block}.button-outline:hover{background:#f0f9f5}.not-found-links{margin-top:60px}.not-found-links-title{font-size:16px;color:#999;margin-bottom:16px}.not-found-links-list{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}.not-found-link{color:#127a4d;text-decoration:none;font-size:16px;transition:opacity .2s ease}.not-found-link:hover{opacity:.7;text-decoration:underline}.blog-content{font-size:18px;line-height:1.8;color:#1a1a1a}.blog-content h2{font-size:32px;font-weight:600;margin-top:48px;margin-bottom:16px;line-height:1.3}.blog-content h3{font-size:24px;font-weight:600;margin-top:32px;margin-bottom:12px;line-height:1.4}.blog-content p{margin-bottom:20px}.blog-content ol,.blog-content ul{margin-bottom:20px;padding-left:32px}.blog-content li{margin-bottom:8px}.blog-content a{color:#127a4d;text-decoration:underline}.blog-content a:hover{opacity:.8}.blog-content code{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:16px}.blog-content pre{background:#1a1a1a;color:#f9fafb;padding:20px;border-radius:8px;overflow-x:auto;margin-bottom:20px}.blog-content pre code{background:transparent;padding:0;color:#f9fafb}.blog-content blockquote{border-left:4px solid #127a4d;padding-left:20px;margin-left:0;margin-bottom:20px;font-style:italic;color:#444}.blog-content img{max-width:100%;height:auto;border-radius:8px;margin:32px 0}.blog-post-card:hover{border-color:#127a4d!important;box-shadow:0 4px 12px rgba(0,0,0,.1)!important;transform:translateY(-2px)!important}.back-link:hover{text-decoration:underline!important}.blog-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.terms-hero{max-width:720px;margin:0 auto 48px;text-align:center}.terms-hero h1{font-size:clamp(2rem,5vw,3rem);margin:16px 0;color:#0f3d2c}.terms-hero p{color:#4b5563;font-size:1.05rem;line-height:1.7}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:32px;gap:32px}@media (min-width:1024px){.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.blog-grid-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 18px 30px rgba(15,61,44,.08);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.blog-grid-card:hover{transform:translateY(-4px);box-shadow:0 25px 40px rgba(15,61,44,.12);border-color:rgba(18,122,77,.5)}.blog-grid-card-image{width:100%;position:relative;background:#f2f4f7}.blog-grid-card-cover{width:100%;height:auto;display:block;object-fit:cover}.blog-grid-card-body{padding:20px;display:flex;flex-direction:column;gap:12px;min-height:220px}.blog-grid-card-author{display:flex;align-items:center;gap:12px;font-size:14px;color:#555}.blog-grid-card-avatar{border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 4px 10px rgba(0,0,0,.1)}.blog-grid-card-author-name{font-weight:600;color:#0f3d2c}.blog-grid-card-author-date{font-size:12px;color:#888}.blog-grid-card-title{font-size:18px;font-weight:700;color:#0f3d2c;margin:0}.blog-grid-card-excerpt{font-size:14px;color:#555;line-height:1.6;margin:0 0 12px}.blog-grid-card-cta{font-size:14px;font-weight:600;color:#127a4d;margin-top:auto}@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.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}