@import "tailwindcss";

:root { --green:#123D32; --green-2:#2F6B5A; --sage:#98AEA3; --cream:#F7F7F3; --soft:#ECEFEB; --ink:#1E2925; --yellow:#F2B84B; --white:#fff; --muted:#64716c; --border:#dce3df; --shadow:0 18px 50px rgba(18,61,50,.12); }
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:90px}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,"Plus Jakarta Sans",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
body,button,input,select,textarea{font:inherit}
img{max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button{color:inherit}
.shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.section{padding:112px 0}
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--green-2);font-size:.75rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.eyebrow:before{content:"";width:22px;height:2px;background:var(--yellow);border-radius:4px}
.eyebrow.light{color:#dce9e4}.eyebrow.light:before{background:var(--yellow)}
h1,h2,h3{font-family:Manrope,"Plus Jakarta Sans",ui-sans-serif,system-ui,sans-serif;letter-spacing:-.035em;margin:0}
p{margin:0;color:var(--muted);line-height:1.75}
.button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:9px;border:1px solid var(--green);border-radius:999px;background:var(--green);color:#fff;padding:12px 23px;font-weight:750;font-size:.9rem;transition:transform .2s,background .2s,border-color .2s,box-shadow .2s;cursor:pointer}
.button:hover{transform:translateY(-2px);background:#0b3027;box-shadow:0 9px 25px rgba(18,61,50,.18)}
.button:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(242,184,75,.65);outline-offset:3px}
.button svg,.text-link svg,.card-link svg{width:18px;height:18px}
.button-sm{min-height:42px;padding:9px 17px;font-size:.78rem}
.button-accent{border-color:var(--yellow);background:var(--yellow);color:#19372e}.button-accent:hover{background:#ffc65a;border-color:#ffc65a}
.button-ghost{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.45);backdrop-filter:blur(8px)}.button-ghost:hover{background:#fff;color:var(--green);border-color:#fff}
.button-light{background:#fff;color:var(--green);border-color:#fff}.button-light:hover{background:var(--yellow);border-color:var(--yellow)}
.text-link{display:inline-flex;align-items:center;gap:6px;color:var(--green);font-weight:800;font-size:.9rem}.text-link:hover svg{transform:translateX(3px)}.text-link svg{transition:transform .2s}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(247,247,243,.92);border-bottom:1px solid rgba(18,61,50,.08);backdrop-filter:blur(16px)}
.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:10px;min-width:max-content}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--green);color:var(--yellow)}.brand-mark svg{width:22px;height:22px}.brand strong{display:block;color:var(--green);font-family:Manrope,sans-serif;font-size:1rem;letter-spacing:-.03em}.brand small{display:block;color:var(--green-2);font-size:.58rem;font-weight:900;letter-spacing:.28em}.brand-logo{display:block;width:auto;height:46px;max-width:190px;object-fit:contain;object-position:left center}.cms-sidebar .brand-logo{height:42px;max-width:175px}
.main-nav{display:flex;align-items:center;gap:19px}.main-nav>a:not(.button){font-size:.72rem;font-weight:750;color:#39524a;white-space:nowrap}.main-nav>a:not(.button):hover{color:var(--green-2)}
.menu-button{display:none;border:0;background:transparent;padding:8px}.menu-button svg{width:26px;height:26px}.menu-backdrop{display:none}

/* Hero */
.hero{position:relative;min-height:700px;display:flex;align-items:center;overflow:hidden;background:var(--green)}.hero-image{object-fit:cover;object-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,35,29,.98) 0%,rgba(8,35,29,.85) 38%,rgba(8,35,29,.24) 70%,rgba(8,35,29,.08) 100%)}
.hero-content{position:relative;z-index:2;padding:84px 0 115px}.hero-content h1{max-width:670px;margin-top:19px;color:#fff;font-size:clamp(3.25rem,6.5vw,5.75rem);line-height:.98}.hero-content h1 span{color:#cae0d7}.hero-content>p:not(.eyebrow){max-width:590px;margin-top:26px;color:#d5e2dd;font-size:1.08rem;line-height:1.72}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:35px}.trust-inline{display:flex;gap:25px;flex-wrap:wrap;list-style:none;padding:0;margin:35px 0 0;color:#d8e5e0;font-size:.79rem;font-weight:700}.trust-inline li{display:flex;align-items:center;gap:7px}.trust-inline svg{width:17px;height:17px;color:var(--yellow)}
.hero-contact{position:absolute;z-index:3;right:0;bottom:0;display:flex;align-items:center;gap:25px;padding:20px max(32px,calc((100vw - 1180px)/2));padding-left:30px;background:var(--cream);border-radius:24px 0 0 0}.hero-contact span{font-size:.72rem;color:var(--muted)}.hero-contact a{display:flex;align-items:center;gap:8px;font-weight:850;color:var(--green)}.hero-contact svg{width:18px;height:18px;color:var(--green-2)}

/* Benefit strip */
.benefit-strip{position:relative;z-index:4;margin-top:-38px}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:10px;background:#fff;border:1px solid rgba(18,61,50,.08);border-radius:24px;box-shadow:var(--shadow)}.benefit-grid article{display:flex;gap:14px;padding:21px 18px;border-right:1px solid var(--border)}.benefit-grid article:last-child{border:0}.icon-box{flex:0 0 42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#eaf1ed;color:var(--green-2)}.icon-box svg{width:21px;height:21px}.benefit-grid h2{font-size:.88rem;letter-spacing:-.02em}.benefit-grid p{margin-top:5px;font-size:.72rem;line-height:1.5}

/* Shared content */
.split-layout{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}.image-stack{position:relative}.image-stack>img{display:block;width:100%;aspect-ratio:1.12/1;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}.image-stack:before{content:"";position:absolute;inset:30px -18px -18px 35px;border:1px solid var(--sage);border-radius:28px;z-index:-1}.image-badge{position:absolute;right:-28px;bottom:28px;display:flex;align-items:center;gap:13px;padding:17px 20px;background:#fff;border-radius:16px;box-shadow:var(--shadow)}.image-badge>svg{width:31px;height:31px;color:var(--green-2)}.image-badge strong,.image-badge span{display:block}.image-badge strong{font-size:.85rem}.image-badge span{font-size:.68rem;color:var(--muted);margin-top:3px}
.content-block h2,.section-heading h2,.faq-intro h2,.area-copy h2,.form-side h2{margin-top:15px;color:var(--green);font-size:clamp(2.15rem,4vw,3.6rem);line-height:1.08}.content-block>p{margin-top:23px;font-size:.98rem}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px 20px;margin:28px 0}.check-grid span{display:flex;align-items:center;gap:9px;font-size:.82rem;font-weight:700}.check-grid svg{width:18px;height:18px;color:var(--green-2)}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:46px}.section-heading>div{max-width:700px}.section-heading>p{max-width:410px}.section-heading.centered{display:flex;flex-direction:column;align-items:center;text-align:center;gap:0}.section-heading.centered p{margin-top:15px}.light-heading h2{color:#fff}.light-heading>p{color:#bcd0c8}

/* Services */
.services-section{background:var(--green);position:relative;overflow:hidden}.services-section:before{content:"";position:absolute;width:460px;height:460px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-180px;top:-140px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.service-card{position:relative;min-height:310px;display:flex;flex-direction:column;padding:27px;border:1px solid rgba(255,255,255,.12);border-radius:19px;background:rgba(255,255,255,.055);overflow:hidden;transition:transform .25s,background .25s,border-color .25s}.service-card:hover{transform:translateY(-5px);background:var(--green-2);border-color:rgba(255,255,255,.25)}.service-number{position:absolute;right:20px;top:17px;color:rgba(255,255,255,.25);font-size:.7rem;font-weight:800}.service-icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:29px;border-radius:15px;background:rgba(242,184,75,.15);color:var(--yellow)}.service-icon svg{width:24px;height:24px}.service-card h3{color:#fff;font-size:1.15rem}.service-card p{margin-top:12px;color:#bcd0c8;font-size:.79rem;line-height:1.65}.card-link{display:flex;align-items:center;gap:5px;margin-top:auto;padding-top:20px;color:#fff;font-size:.74rem;font-weight:800}.center-action{text-align:center;margin-top:36px}

/* Problems */
.problems-section{background:#fff}.problem-layout{display:grid;grid-template-columns:.86fr 1.14fr;gap:80px;align-items:start}.warning{display:flex;gap:15px;margin:28px 0;padding:18px;background:#fff8e8;border:1px solid #f2d594;border-radius:15px}.warning>svg{flex:0 0 22px;height:22px;color:#b17d14}.warning p{font-size:.77rem;line-height:1.6}.warning strong{display:block;color:#805a10;margin-bottom:3px}.problem-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.problem-list>div{display:grid;grid-template-columns:34px 1fr 19px;align-items:center;gap:10px;min-height:65px;padding:12px 15px;border:1px solid var(--border);border-radius:13px;background:var(--cream)}.problem-list span{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#e3ece7;color:var(--green-2);font-size:.65rem;font-weight:900}.problem-list strong{font-size:.78rem}.problem-list svg{width:17px;height:17px;color:var(--sage)}

/* Process */
.process-section{background:var(--soft)}.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.process-grid article{position:relative;padding:27px 20px 24px;background:#fff;border-radius:17px;border:1px solid rgba(18,61,50,.07)}.process-grid article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--green);color:var(--yellow);font-weight:900;font-size:.74rem}.process-grid h3{margin-top:23px;font-size:1rem}.process-grid p{margin-top:10px;font-size:.73rem;line-height:1.6}.process-grid i{position:absolute;right:-19px;top:46px;width:20px;height:1px;background:var(--sage);z-index:2}

/* Pricing */
.pricing-section{background:var(--cream)}.calculator{display:grid;grid-template-columns:1.4fr .6fr;background:#fff;border-radius:24px;border:1px solid var(--border);box-shadow:var(--shadow);overflow:hidden}.calculator-form{display:block;padding:32px}.calculator-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.calculator-heading>div{display:flex;flex-direction:column;gap:4px}.calculator-heading strong{font-size:1rem;color:var(--green)}.calculator-heading span{font-size:.68rem;color:#6b7e76}.calculator-heading>span{padding:6px 10px;border-radius:999px;background:var(--cream);font-weight:850}.calculator-lines{display:flex;flex-direction:column;gap:11px}.calculator-line{display:grid;grid-template-columns:minmax(0,1fr) 90px 135px 36px;align-items:end;gap:10px;padding:14px;border:1px solid var(--border);border-radius:14px;background:#f8faf8}.calculator label,.lead-form label{display:flex;flex-direction:column;gap:8px;color:#31473f;font-size:.72rem;font-weight:800}.calculator input,.calculator select,.lead-form input,.lead-form select,.lead-form textarea,.cms-input{width:100%;min-height:49px;border:1px solid #ced8d3;border-radius:11px;background:#fff;color:var(--ink);padding:11px 13px;outline:0}.calculator input:focus,.calculator select:focus,.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus,.cms-input:focus{border-color:var(--green-2);box-shadow:0 0 0 4px rgba(47,107,90,.1)}.line-subtotal{display:flex;min-height:49px;flex-direction:column;justify-content:center;padding:7px 9px;border-radius:10px;background:#e7eee9}.line-subtotal span{font-size:.6rem;color:#61756d}.line-subtotal strong{font-size:.78rem;color:var(--green);white-space:nowrap}.calculator-remove{width:36px;height:36px;margin-bottom:7px;border:0;border-radius:50%;background:#f3e7e4;color:#93483a;font-size:1.25rem;cursor:pointer}.calculator-remove:disabled{opacity:.35;cursor:not-allowed}.calculator-add{margin-top:14px;border:1px dashed var(--green-2);border-radius:11px;background:#fff;color:var(--green);padding:11px 14px;font-size:.72rem;font-weight:850;cursor:pointer}.calculator-add:disabled{opacity:.45;cursor:not-allowed}.estimate-card{display:flex;flex-direction:column;justify-content:center;padding:33px 38px;background:var(--green);color:#fff}.estimate-card>span{color:#bcd0c8;font-size:.72rem}.estimate-card>strong{margin-top:7px;color:#fff;font-size:2.2rem;letter-spacing:-.04em}.estimate-card>small{margin:9px 0 20px;color:#bcd0c8;line-height:1.55}.price-note{display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:14px;margin-top:19px;padding:14px 20px;border:1px solid var(--border);border-radius:13px}.price-note>svg{width:24px;height:24px;color:var(--green-2)}.price-note p{font-size:.72rem}.price-note a{display:flex;align-items:center;gap:5px;color:var(--green);font-size:.73rem;font-weight:850;white-space:nowrap}.price-note a svg{width:16px}

/* Areas */
.areas-section{background:var(--green-2);position:relative;overflow:hidden}.areas-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 5% 50%,rgba(242,184,75,.12),transparent 30%)}.areas-layout{position:relative;display:grid;grid-template-columns:.7fr 1.3fr;gap:80px;align-items:center}.area-copy h2{color:#fff}.area-copy p{margin:22px 0 28px;color:#d0dfd9}.area-cloud{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.area-cloud a{display:flex;align-items:center;gap:10px;min-height:44px;padding:10px 13px;border:1px solid rgba(255,255,255,.15);border-radius:11px;background:rgba(255,255,255,.06);color:#fff;transition:background .2s}.area-cloud a:hover{background:rgba(255,255,255,.14)}.area-cloud span{width:7px;height:7px;border-radius:50%;background:var(--yellow)}.area-cloud strong{font-size:.72rem}

/* FAQ */
.faq-section{background:#fff}.faq-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:90px;align-items:start}.faq-intro{position:sticky;top:110px}.faq-intro p{margin:22px 0}.faq-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.faq-filters button{padding:8px 12px;border:1px solid var(--border);border-radius:999px;background:#fff;color:#546a61;font-size:.67rem;font-weight:800;cursor:pointer}.faq-filters button.active{border-color:var(--green-2);background:var(--green);color:#fff}.faq-list{border-top:1px solid var(--border)}.faq-item{border-bottom:1px solid var(--border)}.faq-item>button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:20px;border:0;background:transparent;text-align:left;padding:23px 0;font-weight:800;cursor:pointer}.faq-item>button>span:first-child{display:flex;flex-direction:column;gap:5px}.faq-item>button small{color:#6a7d75;font-size:.59rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.faq-plus{flex:0 0 31px;height:31px;display:grid;place-items:center;border-radius:50%;background:var(--soft);color:var(--green);font-size:1.2rem}.faq-item.open .faq-plus{background:var(--green);color:#fff}.faq-answer{padding:0 50px 22px 0}.faq-answer p{font-size:.86rem}

/* Form */
.form-section{background:var(--green)}.form-layout{display:grid;grid-template-columns:.65fr 1.35fr;gap:80px;align-items:start}.form-side{position:sticky;top:110px}.form-side h2{color:#fff}.form-side p{margin-top:20px;color:#c5d7d0}.form-side ul{padding:0;list-style:none;margin:30px 0}.form-side li{display:flex;gap:9px;align-items:center;margin:13px 0;color:#dce8e3;font-size:.79rem}.form-side li svg{width:17px;height:17px;color:var(--yellow)}.lead-form{padding:36px;background:#fff;border-radius:24px}.form-heading h2{margin-top:8px;color:var(--green);font-size:2rem}.form-heading p{margin:9px 0 25px;font-size:.78rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.lead-form textarea{resize:vertical}.span-2{grid-column:1/-1}.check-label{flex-direction:row!important;align-items:flex-start;gap:10px!important;font-weight:500!important;line-height:1.5}.check-label input{width:17px!important;min-height:17px!important;margin-top:2px}.check-label a{text-decoration:underline}.upload-box{display:flex;align-items:center;justify-content:center;gap:8px;min-height:49px;border:1px dashed var(--sage);border-radius:11px;color:var(--green-2);font-weight:750}.upload-box svg{width:19px}.upload-box input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.honeypot{position:absolute!important;left:-9999px!important}.form-submit{margin-top:23px}.form-submit:disabled{opacity:.65;cursor:wait}.form-message{margin-top:15px;padding:12px;border-radius:10px;font-size:.78rem}.form-message.success{background:#e5f3ec;color:#1d664c}.form-message.error{background:#fff0ed;color:#9d3225}

/* Upload feedback */
.upload-box.has-file{border-style:solid;border-color:#58a07f;background:#edf8f2;color:#1d664c}.selected-photo{display:grid;grid-template-columns:92px 1fr;align-items:center;gap:12px;min-height:92px;padding:10px;border:1px solid #bcd8ca;border-radius:12px;background:#f3faf6}.selected-photo img{width:92px;height:70px;border-radius:8px;object-fit:cover}.selected-photo div{display:flex;min-width:0;flex-direction:column;gap:3px}.selected-photo strong{color:#1d664c;font-size:.72rem}.selected-photo span{overflow:hidden;color:#324b41;font-size:.69rem;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.selected-photo small{color:#6b7e76;font-size:.61rem}.lead-form .form-message.idle{background:#edf3f0;color:#355a4d}

/* Final CTA/footer */
.final-cta{position:relative;min-height:455px;display:flex;align-items:center;overflow:hidden}.final-cta>img{object-fit:cover;object-position:center 40%}.final-cta-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,35,29,.96),rgba(8,35,29,.82) 48%,rgba(8,35,29,.3))}.final-cta-content{position:relative;text-align:center;color:#fff}.final-cta-content h2{max-width:750px;margin:16px auto 0;font-size:clamp(2.4rem,5vw,4.7rem);line-height:1}.final-cta-content p{margin:19px auto 27px;color:#d8e5e0}.final-cta-content>div{display:flex;justify-content:center;gap:11px;flex-wrap:wrap}
.footer{padding:72px 0 24px;background:#0b2d25;color:#fff}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:60px}.footer .brand strong{color:#fff}.footer .brand small{color:#a9c2b8}.footer-brand p{max-width:360px;margin:20px 0 13px;color:#a9c2b8;font-size:.8rem}.placeholder-note{display:block;color:#78988c;font-size:.68rem;line-height:1.5}.footer h3{margin-bottom:18px;font-size:.8rem;color:#fff}.footer-grid>div:not(.footer-brand)>a,.footer-grid>div:not(.footer-brand)>span{display:block;margin:10px 0;color:#a9c2b8;font-size:.74rem}.footer-grid a:hover{color:var(--yellow)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:54px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);color:#78988c;font-size:.68rem}.footer-bottom>div{display:flex;gap:20px}.floating-wa{position:fixed;z-index:40;right:24px;bottom:23px;display:flex;align-items:center;gap:9px;padding:12px 16px;border-radius:999px;background:#1da851;color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.24);font-size:.73rem;font-weight:850}.floating-wa svg{width:22px;height:22px}
.consent-banner{position:fixed;z-index:80;left:24px;right:24px;bottom:22px;display:flex;align-items:center;justify-content:space-between;gap:28px;max-width:980px;margin:auto;padding:18px 20px;border:1px solid rgba(255,255,255,.18);border-radius:17px;background:#0b2d25;color:#fff;box-shadow:0 20px 60px rgba(0,0,0,.28)}.consent-banner strong{font-size:.85rem}.consent-banner p{margin-top:5px;color:#bcd0c8;font-size:.7rem}.consent-banner>div:last-child{display:flex;align-items:center;gap:9px;flex:0 0 auto}.consent-banner button:not(.button){border:0;background:transparent;color:#d7e3de;font-size:.7rem;font-weight:750;cursor:pointer}.consent-banner .button{min-height:39px;padding:8px 14px;font-size:.68rem}

/* Inner pages */
.page-hero{padding:92px 0 74px;background:var(--green);color:#fff;position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;right:-80px;top:-160px;width:430px;height:430px;border-radius:50%;border:80px solid rgba(255,255,255,.04)}.breadcrumbs{display:flex;gap:8px;color:#bcd0c8;font-size:.72rem;margin-bottom:25px}.breadcrumbs a:hover{color:#fff}.page-hero h1{max-width:860px;font-size:clamp(2.7rem,6vw,5.2rem);line-height:1}.page-hero p{max-width:720px;margin-top:20px;color:#c7d8d1;font-size:1rem}.inner-section{padding:86px 0}.inner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.inner-card{padding:26px;border:1px solid var(--border);border-radius:18px;background:#fff}.inner-card h2,.inner-card h3{font-size:1.12rem;color:var(--green)}.inner-card p{margin-top:12px;font-size:.8rem}.inner-card .text-link{margin-top:18px}.service-detail-layout{display:grid;grid-template-columns:1fr 340px;gap:65px}.prose h2{margin:36px 0 13px;color:var(--green);font-size:1.8rem}.prose h2:first-child{margin-top:0}.prose h3{margin:25px 0 10px}.prose p,.prose li{font-size:.91rem;line-height:1.8;color:#52645e}.prose ul{padding-left:20px}.side-card{position:sticky;top:105px;padding:25px;border-radius:18px;background:var(--green);color:#fff}.side-card h2{font-size:1.4rem}.side-card p{margin:13px 0 21px;color:#c3d6ce;font-size:.8rem}.side-card .button{width:100%;margin-top:8px}.price-table-wrap{overflow:auto;border:1px solid var(--border);border-radius:18px;background:#fff}.price-table{width:100%;border-collapse:collapse;min-width:820px}.price-table th,.price-table td{padding:16px 18px;text-align:left;border-bottom:1px solid var(--border);font-size:.76rem}.price-table th{background:#e7eee9;color:var(--green);font-size:.68rem;text-transform:uppercase;letter-spacing:.06em}.price-table td strong{font-size:.86rem}.status-badge{display:inline-flex;padding:5px 9px;border-radius:999px;background:#e2f1e9;color:#206146;font-size:.63rem;font-weight:850}.area-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.empty-state{padding:50px;border:1px dashed var(--sage);border-radius:19px;background:#fff;text-align:center}.empty-state h2{color:var(--green);font-size:1.5rem}.empty-state p{max-width:560px;margin:13px auto 22px}.legal{max-width:820px}.legal h2{margin:36px 0 12px;color:var(--green);font-size:1.5rem}.legal p,.legal li{font-size:.88rem;line-height:1.8;color:#53645e}.article-draft-list{display:grid;gap:10px}.article-draft-list li{padding:14px 16px;border:1px solid var(--border);border-radius:12px;background:#fff;color:#40534c;font-size:.82rem}.search-form{display:flex;gap:9px;max-width:650px}.search-form input{flex:1;min-width:0;min-height:52px;border:1px solid var(--border);border-radius:999px;padding:12px 20px}

/* Public promotions */
.promo-public-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.promo-public-card{overflow:hidden;border:1px solid var(--border);border-radius:22px;background:#fff;box-shadow:0 14px 38px rgba(18,61,50,.08)}.promo-public-image,.promo-public-placeholder{position:relative;height:280px;background:#dce8e1}.promo-public-image img{object-fit:cover}.promo-public-placeholder{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;background:linear-gradient(135deg,#123d32,#2f6b5a);color:#fff}.promo-public-placeholder svg{width:44px;height:44px;color:var(--yellow)}.promo-public-placeholder span{font-size:.75rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.promo-public-body{display:flex;align-items:flex-start;flex-direction:column;padding:28px}.promo-public-body h2{margin:10px 0 13px;color:var(--green);font-size:1.65rem}.promo-public-body>p{color:#556a61;font-size:.83rem;line-height:1.7;white-space:pre-wrap}.promo-period{display:flex;align-items:flex-start;gap:8px;margin:18px 0;color:#50675d;font-size:.69rem;font-weight:750}.promo-period svg{flex:0 0 17px;width:17px;height:17px;color:var(--green-2)}.promo-public-body .button{margin-top:auto}

/* CMS */
.cms-body{min-height:100vh;background:#eef2ef}.cms-login{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr;background:var(--green)}.cms-login-art{position:relative;overflow:hidden}.cms-login-art img{object-fit:cover}.cms-login-art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,61,50,.35),rgba(18,61,50,.8))}.cms-login-copy{position:absolute;z-index:2;left:8%;bottom:10%;color:#fff;max-width:540px}.cms-login-copy h1{font-size:3.5rem;line-height:1}.cms-login-copy p{margin-top:18px;color:#d5e2dd}.cms-auth-panel{display:flex;align-items:center;padding:50px;background:#fff}.cms-auth-box{width:min(430px,100%);margin:auto}.cms-auth-box h2{margin-top:25px;font-size:2rem;color:var(--green)}.cms-auth-box>p{margin:10px 0 27px;font-size:.85rem}.cms-auth-box label{display:flex;flex-direction:column;gap:8px;margin:15px 0;color:#354a42;font-size:.75rem;font-weight:800}.cms-auth-box .button{width:100%;margin-top:9px}
.cms-shell{display:grid;grid-template-columns:255px minmax(0,1fr);min-height:100vh}.cms-sidebar{position:sticky;top:0;height:100vh;padding:25px 18px;background:#0e332a;color:#fff;overflow:auto}.cms-sidebar .brand strong{color:#fff}.cms-sidebar .brand small{color:#9ab7ab}.cms-nav{margin-top:27px}.cms-nav a{display:flex;align-items:center;gap:10px;padding:10px 12px;margin:3px 0;border-radius:9px;color:#bad0c7;font-size:.72rem;font-weight:700}.cms-nav a.active,.cms-nav a:hover{background:rgba(255,255,255,.1);color:#fff}.cms-nav svg{width:17px;height:17px;flex:0 0 17px}.cms-main{min-width:0;padding:28px 34px 60px}.cms-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.cms-topbar h1{font-size:1.8rem;color:var(--green)}.cms-user{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#fff;border-radius:999px;font-size:.7rem}.cms-user i{width:28px;height:28px;border-radius:50%;background:var(--green-2)}
.cms-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.cms-stat,.cms-panel{padding:20px;background:#fff;border:1px solid #dde5e0;border-radius:14px}.cms-stat span{font-size:.68rem;color:#71817b}.cms-stat strong{display:block;margin-top:7px;color:var(--green);font-size:1.6rem}.cms-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:15px;margin-top:15px}.cms-panel h2{font-size:1rem;color:var(--green)}.cms-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.cms-table-wrap{overflow-x:auto}.cms-table{width:100%;border-collapse:collapse}.cms-table th,.cms-table td{padding:11px 9px;text-align:left;border-bottom:1px solid #e5ebe7;font-size:.68rem}.cms-table th{color:#71817b;font-size:.6rem;text-transform:uppercase}.cms-list{list-style:none;padding:0}.cms-list li{display:flex;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid #e5ebe7;font-size:.7rem}.cms-list span{color:#75847f}
.builder-layout{display:grid;grid-template-columns:260px 1fr 250px;gap:14px}.block-library,.builder-canvas,.builder-settings{padding:16px;background:#fff;border:1px solid #dde5e0;border-radius:14px}.block-library h2,.builder-settings h2,.builder-canvas h2{font-size:.86rem;margin-bottom:14px}.block-library button{display:flex;width:100%;gap:8px;padding:10px;margin:6px 0;border:1px solid #dde5e0;border-radius:8px;background:#fff;font-size:.68rem;cursor:grab}.canvas-block{display:grid;grid-template-columns:27px 1fr auto;align-items:center;gap:10px;padding:12px;margin:7px 0;border:1px solid #dce5e0;border-radius:9px;background:#f7f9f8;font-size:.7rem}.canvas-block.dragging{opacity:.5}.canvas-block button{border:0;background:transparent;color:#73817c}.builder-toolbar{display:flex;gap:7px}.cms-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--green);border-radius:8px;background:var(--green);color:#fff;padding:8px 11px;font-size:.65rem;font-weight:800;cursor:pointer}.cms-button.secondary{background:#fff;color:var(--green)}.cms-button:disabled{opacity:.62;cursor:wait}.form-message.info{background:#edf3f0;color:#355a4d}
.price-create-form{margin-bottom:20px;padding:18px;border:1px solid #bed1c7;border-radius:13px;background:#f5f9f6;box-shadow:0 8px 24px rgba(18,61,50,.06)}.price-create-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:15px}.price-create-heading>div{display:flex;flex-direction:column;gap:4px}.price-create-heading strong{color:var(--green);font-size:.88rem}.price-create-heading span:not(.status-badge){color:#667970;font-size:.68rem}.price-create-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:12px}.price-create-grid label{display:flex;flex-direction:column;gap:7px;color:#354a42;font-size:.68rem;font-weight:800}.price-create-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:15px}.price-manager .cms-table{min-width:760px}.price-manager .cms-table td:first-child{min-width:250px}.price-manager .unit-input{min-width:100px}.price-manager .status-select{min-width:100px}.save-price-button{min-width:92px}.button-spinner{width:13px;height:13px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:button-spin .7s linear infinite}@keyframes button-spin{to{transform:rotate(360deg)}}
.cms-nav-group>button{display:grid;width:100%;grid-template-columns:17px 1fr auto;align-items:center;gap:10px;margin:3px 0;padding:10px 12px;border:0;border-radius:9px;background:transparent;color:#bad0c7;font:inherit;font-size:.72rem;font-weight:700;text-align:left;cursor:pointer}.cms-nav-group>button:hover,.cms-nav-group.active>button{background:rgba(255,255,255,.1);color:#fff}.cms-nav-group>button b{font-size:.85rem}.cms-subnav{display:grid;margin:2px 0 7px 20px;padding-left:12px;border-left:1px solid rgba(255,255,255,.16)}.cms-subnav a{min-height:31px;margin:1px 0;padding:8px 10px;font-size:.65rem}.cms-subnav a.active{background:rgba(242,184,75,.16);color:#f2cf87}


/* CMS analytics dashboard */
.analytics-dashboard{display:grid;gap:14px}.analytics-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;padding:20px 22px;border:1px solid #d8e3dd;border-radius:15px;background:#fff}.analytics-toolbar>div:first-child{max-width:680px}.analytics-toolbar .eyebrow,.analytics-panel .eyebrow{font-size:.53rem}.analytics-toolbar h2{margin-top:7px;color:var(--green);font-size:1.25rem}.analytics-toolbar p{margin-top:6px;font-size:.66rem}.analytics-toolbar>div:last-child{display:flex;align-items:flex-end;gap:8px}.analytics-toolbar label,.taxonomy-ranking>header label{display:flex;min-width:112px;flex-direction:column;gap:5px;color:#556a61;font-size:.56rem;font-weight:850}.analytics-toolbar .cms-input,.taxonomy-ranking>header .cms-input{min-height:36px;padding:7px 9px;font-size:.62rem}.analytics-setup{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 17px;border:1px solid #dfbf74;border-radius:13px;background:#fff8e6}.analytics-setup strong{display:block;color:#6f5016;font-size:.7rem}.analytics-setup p{margin-top:3px;color:#7c6942;font-size:.58rem}.analytics-setup small{display:block;margin-top:5px;color:#846d40;font-size:.52rem;word-break:break-all}.analytics-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.analytics-kpi{position:relative;min-height:104px;overflow:hidden;padding:16px 18px;border:1px solid #d9e3de;border-radius:14px;background:#fff}.analytics-kpi:after{content:"";position:absolute;right:-17px;bottom:-25px;width:74px;height:74px;border-radius:50%;background:#e5f1eb}.analytics-kpi.yellow:after{background:#fff1cc}.analytics-kpi.blue:after{background:#e4eff9}.analytics-kpi.sage:after{background:#e8eeeb}.analytics-kpi span{color:#677b72;font-size:.58rem;font-weight:800}.analytics-kpi strong{display:block;margin:7px 0 4px;color:var(--green);font-size:1.55rem;letter-spacing:-.04em}.analytics-kpi small{color:#87948e;font-size:.5rem}.analytics-primary-grid{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(310px,.58fr);gap:14px}.analytics-panel{min-width:0;padding:18px 20px;border:1px solid #d9e3de;border-radius:15px;background:#fff}.analytics-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:13px}.analytics-panel>header h2{margin-top:5px;color:var(--green);font-size:.95rem}.analytics-panel>header p{margin-top:4px;font-size:.57rem}.analytics-panel>header>span:not(.connection-pill){color:#71827a;font-size:.57rem}.connection-pill{padding:6px 8px;border-radius:999px;background:#eef0ef;color:#69756f;font-size:.5rem;font-weight:900;white-space:nowrap}.connection-pill.connected{background:#def1e7;color:#176346}.analytics-loading,.analytics-empty{display:flex;min-height:210px;align-items:center;justify-content:center;flex-direction:column;gap:9px;color:#64786f;font-size:.65rem}.analytics-empty{border:1px dashed #ccd9d2;border-radius:11px;background:#f8faf9}.analytics-empty strong{color:#3a564b;font-size:.72rem}.analytics-empty p{font-size:.57rem}.analytics-chart-wrap{min-height:230px}.traffic-chart{display:block;width:100%;height:230px;overflow:visible}.traffic-chart text{fill:#84918b;font-size:10px}.chart-grid-line{stroke:#e5ebe8;stroke-width:1}.chart-line{fill:none;stroke:#2f6b5a;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.chart-point{fill:#fff;stroke:#2f6b5a;stroke-width:2}.chart-legend{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:-2px;color:#71817a;font-size:.54rem}.chart-legend span{display:flex;align-items:center;gap:6px}.chart-legend i{width:8px;height:8px;border-radius:50%;background:#2f6b5a}.chart-legend strong{color:#365348}.ranking-distribution{display:grid;gap:11px;padding:7px 0}.ranking-distribution>div{display:grid;grid-template-columns:92px 1fr 25px;align-items:center;gap:9px}.ranking-distribution span{color:#5e7168;font-size:.54rem;font-weight:750}.ranking-distribution>div>div{height:8px;overflow:hidden;border-radius:99px;background:#edf1ef}.ranking-distribution i{display:block;height:100%;border-radius:inherit;background:#d1d9d5}.ranking-distribution i.excellent{background:#1f7956}.ranking-distribution i.good{background:#52a27f}.ranking-distribution i.medium{background:#d0a23e}.ranking-distribution i.low{background:#df8157}.ranking-distribution i.very-low{background:#bc554a}.ranking-distribution strong{color:#415a50;font-size:.59rem;text-align:right}.analytics-note{margin-top:10px;padding-top:10px;border-top:1px solid #e5ebe8;color:#74837d;font-size:.51rem;line-height:1.5}.taxonomy-ranking>header{align-items:flex-end}.taxonomy-ranking .cms-table-wrap{margin:0 -4px -4px}.analytics-table{min-width:820px}.analytics-table td:first-child{min-width:230px}.analytics-table td:first-child strong,.analytics-table td:first-child small{display:block}.analytics-table td:first-child strong{color:#29473b;font-size:.64rem}.analytics-table td:first-child small{max-width:310px;margin-top:3px;overflow:hidden;color:#8a9691;font-size:.48rem;text-overflow:ellipsis;white-space:nowrap}.taxonomy-kind,.rank-page,.rank-undetected{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:.52rem;font-weight:850;white-space:nowrap}.taxonomy-kind{background:#edf3f0;color:#48665a}.rank-page{background:#fff1d4;color:#806019}.rank-page.top{background:#dcf1e6;color:#176345}.rank-undetected{background:#f0f1ef;color:#717a76}.analytics-secondary-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:14px}.content-summary dl{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0}.content-summary dl>div{padding:11px;border:1px solid #e2e9e5;border-radius:10px;background:#f8faf9}.content-summary dt{color:#788981;font-size:.51rem}.content-summary dd{margin:4px 0 0;color:#214b3a;font-size:.85rem;font-weight:900}.integration-actions{display:flex;gap:7px}.google-runtime-status{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:15px;padding:11px 13px;border:1px solid #e2bd73;border-radius:11px;background:#fff8e5}.google-runtime-status.connected{border-color:#9fcbb7;background:#edf8f2}.google-runtime-status span{color:#745617;font-size:.61rem;font-weight:900}.google-runtime-status.connected span{color:#176345}.google-runtime-status strong{color:#405c51;font-size:.55rem}.google-runtime-status small{width:100%;color:#74837d;font-size:.5rem}.integration-manager .form-grid label>small{color:#71827b;font-size:.55rem;font-weight:600}
@media (max-width:1200px){.analytics-primary-grid,.analytics-secondary-grid{grid-template-columns:1fr}.analytics-kpis{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.analytics-toolbar,.analytics-setup,.analytics-panel>header{align-items:stretch;flex-direction:column}.analytics-toolbar>div:last-child{display:grid;grid-template-columns:1fr 1fr}.analytics-toolbar label{min-width:0}.analytics-toolbar .cms-button,.analytics-setup .cms-button{width:100%}.analytics-kpis{grid-template-columns:1fr 1fr}.taxonomy-ranking>header{align-items:stretch}.taxonomy-ranking>header label{min-width:0}.integration-manager>.cms-panel-header{align-items:stretch;flex-direction:column}.integration-actions{display:grid;grid-template-columns:1fr 1fr}.integration-actions .cms-button{width:100%}}
@media (max-width:480px){.analytics-toolbar>div:last-child,.analytics-kpis,.content-summary dl,.integration-actions{grid-template-columns:1fr}.analytics-kpi{min-height:94px}.analytics-panel{padding:16px}.chart-legend{align-items:flex-start;flex-direction:column}.ranking-distribution>div{grid-template-columns:82px 1fr 20px}}

/* Lead management */
.lead-manager>.form-message{margin:-4px 0 16px}.lead-loading{display:flex;align-items:center;justify-content:center;gap:9px;min-height:130px;color:#62756d;font-size:.75rem}.lead-loading .button-spinner{color:var(--green)}.lead-accordion-list{display:grid;gap:9px}.lead-accordion{overflow:hidden;border:1px solid #dce5e0;border-radius:12px;background:#fff;transition:border-color .2s,box-shadow .2s}.lead-accordion.open{border-color:#9fbeaf;box-shadow:0 10px 28px rgba(18,61,50,.07)}.lead-summary{display:grid;width:100%;grid-template-columns:1fr 1.2fr .8fr 1fr 28px;align-items:center;gap:14px;border:0;background:#fff;padding:14px 12px;text-align:left;cursor:pointer}.lead-summary:hover{background:#f7faf8}.lead-summary>span{display:flex;min-width:0;flex-direction:column;gap:5px}.lead-summary small,.lead-detail small{color:#788982;font-size:.58rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.lead-summary strong{overflow:hidden;color:#263c34;font-size:.7rem;text-overflow:ellipsis;white-space:nowrap}.lead-summary>b{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#edf3f0;color:var(--green);font-size:1rem}.lead-status{display:inline-flex;width:max-content;max-width:100%;padding:5px 8px;border-radius:999px;background:#edf3f0;color:#355a4d;font-size:.61rem;font-style:normal;font-weight:850}.lead-status.status-new{background:#fff3d8;color:#856016}.lead-status.status-contacted,.lead-status.status-survey_scheduled{background:#e7f1fb;color:#285d8f}.lead-status.status-won,.lead-status.status-published{background:#e3f5eb;color:#1b704a}.lead-status.status-lost,.lead-status.status-spam,.lead-status.status-archived{background:#fdebea;color:#9a332c}.lead-detail{padding:18px;border-top:1px solid #e5ebe7;background:#f8faf9}.lead-detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.lead-detail-grid>div,.lead-description,.lead-photo-panel,.lead-source-panel{padding:12px;border:1px solid #e0e8e3;border-radius:10px;background:#fff}.lead-detail-grid>div{display:flex;min-width:0;flex-direction:column;gap:6px}.lead-detail-grid strong,.lead-detail-grid a{overflow-wrap:anywhere;color:#294238;font-size:.7rem}.lead-detail-grid a{color:var(--green-2);text-decoration:underline}.lead-description{margin-top:12px}.lead-description p{margin-top:7px;color:#40564d;font-size:.75rem;line-height:1.65;white-space:pre-wrap}.lead-detail-bottom{display:grid;grid-template-columns:minmax(260px,.8fr) 1.2fr;gap:12px;margin-top:12px}.lead-photo-panel,.lead-source-panel{display:flex;min-width:0;flex-direction:column;gap:9px}.lead-photo-panel img{width:100%;max-width:360px;height:210px;border-radius:9px;object-fit:cover;background:#e8eeea}.lead-photo-panel>span,.lead-photo-panel>p{color:#667970;font-size:.65rem}.lead-source-panel dl{display:grid;margin:0;gap:8px}.lead-source-panel dl>div{display:grid;grid-template-columns:110px 1fr;gap:10px;padding-bottom:7px;border-bottom:1px solid #eef2ef}.lead-source-panel dt{color:#788982;font-size:.62rem}.lead-source-panel dd{margin:0;overflow-wrap:anywhere;color:#324b41;font-size:.67rem}.lead-actions{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:12px;padding-top:12px;border-top:1px solid #dfe7e2}.lead-actions label{display:flex;min-width:220px;flex-direction:column;gap:6px;color:#354a42;font-size:.65rem;font-weight:800}.lead-actions .cms-input{min-height:40px}.lead-actions .cms-button{min-height:40px}

/* Service management */
.service-manager>.form-message{margin:-4px 0 16px}.service-editor{padding:17px;border-top:1px solid #dfe7e2;background:#f8faf9}.service-editor.create{margin-bottom:18px;border:1px solid #bcd2c7;border-radius:12px;background:#f5f9f6}.service-editor-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:15px}.service-editor-heading>div{display:flex;flex-direction:column;gap:4px}.service-editor-heading strong{color:var(--green);font-size:.84rem}.service-editor-heading span:not(.status-badge){color:#6b7e76;font-size:.66rem}.service-editor-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.service-editor-grid label{display:flex;flex-direction:column;gap:7px;color:#354a42;font-size:.66rem;font-weight:800}.service-editor-grid textarea{resize:vertical}.service-editor-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:15px}.service-admin-list{display:grid;gap:9px}.service-admin-item{overflow:hidden;border:1px solid #dce5e0;border-radius:12px;background:#fff}.service-admin-item.open{border-color:#9fbeaf;box-shadow:0 10px 28px rgba(18,61,50,.07)}.service-admin-summary{display:grid;width:100%;grid-template-columns:38px 1fr auto 28px;align-items:center;gap:12px;border:0;background:#fff;padding:13px;text-align:left;cursor:pointer}.service-admin-summary:hover{background:#f7faf8}.service-admin-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:9px;background:#e6eee9;color:var(--green)}.service-admin-icon svg{width:18px}.service-admin-summary>span:nth-child(2){display:flex;min-width:0;flex-direction:column;gap:4px}.service-admin-summary strong{overflow:hidden;color:#294238;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.service-admin-summary small{overflow:hidden;color:#71817b;font-size:.61rem;text-overflow:ellipsis;white-space:nowrap}.service-admin-summary>b{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#edf3f0;color:var(--green)}

/* Articles */
.article-index-header{padding:39px 0 43px;background:var(--green);color:#fff}.article-index-header .breadcrumbs{margin-bottom:22px}.article-index-header h1{max-width:780px;margin-top:11px;font-size:clamp(2.1rem,4.3vw,3.75rem);line-height:1.05}.article-index-header>div>p{max-width:690px;margin-top:14px;color:#c7d8d1;font-size:.9rem}.article-index-content{padding:58px 0 86px}.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.article-card{overflow:hidden;border:1px solid var(--border);border-radius:18px;background:#fff}.article-card-image{position:relative;display:block;height:205px;background:#e8eeea}.article-card-image img{object-fit:cover}.article-card>div{padding:24px}.article-card h2{margin-top:12px;color:var(--green);font-size:1.16rem;line-height:1.35}.article-card p{margin-top:11px;font-size:.78rem;line-height:1.65}.article-card small{display:block;margin-top:16px;color:#71817b;font-size:.63rem}.article-card .text-link{margin-top:18px}.article-subheader{padding:14px 0;background:var(--green);color:#fff}.article-subheader .breadcrumbs{margin:0;white-space:nowrap}.article-subheader .breadcrumbs strong{max-width:min(62vw,680px);overflow:hidden;text-overflow:ellipsis}.article-detail-section{padding:42px 0 88px}.article-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:58px}.article-detail{min-width:0;max-width:800px}.article-title-block{display:block;margin-bottom:26px}.article-category-kicker{display:inline-flex;margin-bottom:13px;color:var(--green-2);font-size:.7rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.article-title-block h1{color:var(--green);font-size:clamp(2.15rem,4.1vw,3.65rem);line-height:1.08}.article-title-block>p{max-width:720px;margin-top:17px;font-size:.94rem;line-height:1.7}.article-meta{display:flex;flex-wrap:wrap;gap:8px 22px;margin-top:18px;color:#60736b;font-size:.7rem;font-weight:750}.article-meta span+span:before{content:"•";margin-right:22px;color:#9eaaa5}.article-featured{position:relative;height:min(46vw,475px);margin-bottom:36px;overflow:hidden;border-radius:20px;background:#e8eeea}.article-featured img{object-fit:cover}.article-prose{max-width:760px}.article-prose p{margin:16px 0;white-space:pre-wrap}.article-prose h2{margin-top:38px}.article-prose h3{margin-top:28px;color:var(--green)}.article-inline-image{margin:32px 0}.article-inline-image>div{position:relative;height:min(58vw,430px);overflow:hidden;border-radius:18px;background:#e8eeea}.article-inline-image img{object-fit:cover}.article-inline-image figcaption{margin-top:9px;color:#6b7d76;font-size:.67rem;text-align:center}.article-sidebar{min-width:0}.article-sidebar-card{position:sticky;top:99px;padding:24px;border:1px solid var(--border);border-radius:18px;background:#fff;box-shadow:0 16px 38px rgba(18,61,50,.08)}.article-sidebar-card .eyebrow{font-size:.6rem}.article-sidebar-card h2{margin:9px 0 14px;color:var(--green);font-size:1.35rem}.article-sidebar-card>p{font-size:.74rem}.article-sidebar-card nav{display:grid;border-top:1px solid var(--border)}.article-sidebar-card nav a{display:grid;grid-template-columns:25px 1fr;gap:9px;padding:13px 0;border-bottom:1px solid var(--border);transition:color .2s}.article-sidebar-card nav a:hover{color:var(--green-2)}.article-sidebar-card nav span{padding-top:2px;color:#9aa7a1;font-size:.57rem;font-weight:850}.article-sidebar-card nav strong{font-size:.73rem;line-height:1.45}.article-all-link{display:inline-flex;margin-top:17px;color:var(--green);font-size:.7rem;font-weight:850}
.article-manager>.form-message{margin:-4px 0 16px}.article-editor{padding:17px;border-top:1px solid #dfe7e2;background:#f8faf9}.article-editor.create{margin-bottom:18px;border:1px solid #bcd2c7;border-radius:12px;background:#f5f9f6}.article-editor-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:15px}.article-editor-heading>div{display:flex;flex-direction:column;gap:4px}.article-editor-heading strong{color:var(--green);font-size:.84rem}.article-editor-heading span:not(.status-badge){color:#6b7e76;font-size:.66rem}.article-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.article-editor-grid>label{display:flex;min-width:0;flex-direction:column;gap:7px;color:#354a42;font-size:.66rem;font-weight:800}.article-editor-grid>label>small{color:#71817b;font-size:.6rem;font-weight:650}.article-body-field{display:grid;gap:7px}.article-body-field>strong{color:#354a42;font-size:.66rem}.article-body-field>small{color:#71817b;font-size:.6rem}.wysiwyg-editor{overflow:hidden;border:1px solid #c9d6d0;border-radius:11px;background:#fff;box-shadow:0 1px 0 rgba(18,61,50,.03)}.wysiwyg-editor:focus-within{border-color:var(--green-2);box-shadow:0 0 0 4px rgba(47,107,90,.1)}.wysiwyg-toolbar{position:sticky;top:0;z-index:2;display:flex;align-items:center;flex-wrap:wrap;gap:5px;padding:8px;border-bottom:1px solid #dce5e0;background:#f4f7f5}.wysiwyg-toolbar>span{width:1px;height:24px;margin:0 2px;background:#d1ddd7}.wysiwyg-toolbar button,.wysiwyg-toolbar select{min-height:31px;border:1px solid #cfdbd5;border-radius:6px;background:#fff;color:#29483b;padding:6px 8px;font-size:.62rem;font-weight:800;cursor:pointer}.wysiwyg-toolbar button:hover,.wysiwyg-toolbar select:hover{border-color:#7ca590;background:#f7fbf9}.wysiwyg-toolbar button:nth-of-type(1){font-weight:950}.wysiwyg-toolbar button:nth-of-type(2){font-family:serif;font-style:italic}.wysiwyg-content{min-height:330px;padding:24px;color:#263b33;font-size:.83rem;font-weight:500;line-height:1.75;outline:0}.wysiwyg-content:empty:before{content:attr(data-placeholder);color:#96a39e;pointer-events:none}.wysiwyg-content p{margin:0 0 14px}.wysiwyg-content h2{margin:25px 0 10px;color:var(--green);font-size:1.42rem;line-height:1.25}.wysiwyg-content h3{margin:20px 0 8px;color:var(--green);font-size:1.08rem}.wysiwyg-content ul,.wysiwyg-content ol{margin:10px 0 16px;padding-left:24px}.wysiwyg-content blockquote{margin:16px 0;padding:11px 15px;border-left:4px solid var(--yellow);background:#f7f8f4;color:#4f625b}.wysiwyg-content a{color:#176d50;text-decoration:underline}.wysiwyg-content figure{margin:20px 0;padding:10px;border:1px solid #d8e2dd;border-radius:10px;background:#f8faf9;text-align:center}.wysiwyg-content figure img{display:block;width:min(100%,620px);max-height:380px;margin:auto;border-radius:8px;object-fit:cover}.wysiwyg-content figcaption{margin-top:7px;color:#687a73;font-size:.63rem}.wysiwyg-footer{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:7px 15px;padding:8px 11px;border-top:1px solid #e0e7e3;background:#fafcfb;color:#71817b;font-size:.56rem}.article-media-preview{display:grid;grid-template-columns:120px 1fr;align-items:center;gap:12px;padding:10px;border:1px solid #bcd8ca;border-radius:11px;background:#fff}.article-media-preview img{width:120px;height:80px;border-radius:8px;object-fit:cover}.article-media-preview>span{display:flex;min-width:0;flex-direction:column;gap:4px}.article-media-preview strong{color:#1d664c;font-size:.7rem}.article-media-preview small{overflow:hidden;color:#61756d;font-size:.62rem;text-overflow:ellipsis;white-space:nowrap}.article-inline-picker{display:grid;gap:11px;padding:14px;border:1px solid #cbded4;border-radius:12px;background:#fff}.article-inline-picker>div:first-child{display:flex;flex-direction:column;gap:4px}.article-inline-picker>div:first-child>strong{color:var(--green);font-size:.74rem}.article-inline-picker>div:first-child>small{color:#687b73;font-size:.62rem;line-height:1.55}.article-inline-controls{display:grid;grid-template-columns:1fr auto;gap:9px}.article-inline-picker>.form-message{margin:0}.seo-indicator{padding:15px;border:1px solid #d8e2dd;border-radius:13px;background:#fff}.seo-score-row{display:grid;grid-template-columns:14px 1fr auto;align-items:center;gap:10px}.seo-score-row>div{display:flex;flex-direction:column;gap:3px}.seo-score-row strong{font-size:.76rem}.seo-score-row small{color:#6c7d76;font-size:.61rem}.seo-score-row>b{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#edf2ef;font-size:.78rem}.seo-score-dot{width:12px;height:12px;border-radius:50%;background:#c43c3c;box-shadow:0 0 0 4px rgba(196,60,60,.12)}.seo-warning .seo-score-dot{background:#d8921f;box-shadow:0 0 0 4px rgba(216,146,31,.14)}.seo-good .seo-score-dot{background:#278257;box-shadow:0 0 0 4px rgba(39,130,87,.14)}.seo-poor .seo-score-row>b{color:#a92e2e}.seo-warning .seo-score-row>b{color:#98620e}.seo-good .seo-score-row>b{color:#176940}.seo-progress{height:7px;margin:12px 0 14px;overflow:hidden;border-radius:99px;background:#e8eeeb}.seo-progress i{display:block;height:100%;border-radius:inherit;background:#c43c3c;transition:width .2s}.seo-warning .seo-progress i{background:#d8921f}.seo-good .seo-progress i{background:#278257}.seo-check-list{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0;padding:0;list-style:none}.seo-check-list li{display:grid;grid-template-columns:22px 1fr;gap:8px;padding:9px;border-radius:9px;background:#f8faf9}.seo-check-list li>span{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#f8dede;color:#9d2d2d;font-size:.65rem;font-weight:900}.seo-check-list li.passed>span{background:#dff2e7;color:#176940}.seo-check-list li>div{display:flex;min-width:0;flex-direction:column;gap:3px}.seo-check-list strong{color:#344b42;font-size:.63rem}.seo-check-list small{color:#71827b;font-size:.57rem;line-height:1.4}.article-editor-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:15px}.article-admin-list{display:grid;gap:9px}.article-admin-item{overflow:hidden;border:1px solid #dce5e0;border-radius:12px;background:#fff}.article-admin-item.open{border-color:#9fbeaf;box-shadow:0 10px 28px rgba(18,61,50,.07)}.article-admin-summary{display:grid;width:100%;grid-template-columns:38px 1fr auto 28px;align-items:center;gap:12px;border:0;background:#fff;padding:13px;text-align:left;cursor:pointer}.article-admin-summary:hover{background:#f7faf8}.article-admin-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:9px;background:#e6eee9;color:var(--green)}.article-admin-icon svg{width:18px}.article-admin-summary>span:nth-child(2){display:flex;min-width:0;flex-direction:column;gap:4px}.article-admin-summary strong,.article-admin-summary small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.article-admin-summary strong{color:#294238;font-size:.72rem}.article-admin-summary small{color:#71817b;font-size:.61rem}.article-admin-summary>b{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#edf3f0;color:var(--green)}.lead-status.status-review{background:#eee9fb;color:#5f4892}.lead-status.status-scheduled{background:#e7f1fb;color:#285d8f}.lead-status.status-draft{background:#f0f1ef;color:#606b66}
.article-taxonomy-field{display:flex;min-width:0;flex-direction:column;gap:6px;padding:12px;border:1px solid #d7e3dd;border-radius:11px;background:#fff}.article-taxonomy-field>strong{color:#354a42;font-size:.68rem}.article-taxonomy-field>small,.article-taxonomy-field>p{color:#71817b;font-size:.59rem}.taxonomy-options{display:flex;flex-wrap:wrap;gap:7px;margin-top:4px}.taxonomy-option{display:inline-flex!important;align-items:center;gap:6px!important;padding:7px 9px;border:1px solid #d6e2dc;border-radius:999px;background:#f8faf9;cursor:pointer}.taxonomy-option:has(input:checked){border-color:#6fa88d;background:#e8f5ee;color:#176940}.taxonomy-option input{accent-color:#176940}.article-taxonomy-links{display:flex;flex-wrap:wrap;gap:8px;margin:-8px 0 24px}.article-taxonomy-links a{padding:7px 10px;border-radius:999px;font-size:.65rem;font-weight:800}.article-category-link{background:#e3f0e9;color:#176940}.article-tag-link{border:1px solid #d7e2dc;color:#587067}
.taxonomy-manager>.form-message{margin:-4px 0 16px}.taxonomy-layout{display:grid;grid-template-columns:1fr 1fr;gap:16px}.taxonomy-layout.single{grid-template-columns:minmax(0,760px)}.taxonomy-column{min-width:0;border:1px solid #dce5e0;border-radius:13px;background:#f8faf9;padding:14px}.taxonomy-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:13px}.taxonomy-heading h3{color:var(--green);font-size:.9rem}.taxonomy-heading p{margin-top:4px;color:#6c7f77;font-size:.62rem;line-height:1.5}.taxonomy-heading>span{flex:0 0 auto;padding:5px 8px;border-radius:999px;background:#e4eee9;color:#315f4e;font-size:.59rem;font-weight:850}.taxonomy-create,.taxonomy-item-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.taxonomy-create{margin-bottom:13px;padding:12px;border:1px solid #c6d9cf;border-radius:11px;background:#fff}.taxonomy-create>label,.taxonomy-item-grid>label{display:flex;min-width:0;flex-direction:column;gap:6px;color:#3b5048;font-size:.62rem;font-weight:800}.taxonomy-create>.cms-button{width:100%}.taxonomy-list{display:grid;gap:9px}.taxonomy-item{padding:11px;border:1px solid #dde6e1;border-radius:11px;background:#fff}.taxonomy-item .cms-input{min-height:40px;padding:8px 10px;font-size:.66rem}.taxonomy-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;margin-top:10px}.taxonomy-actions>span{margin-right:auto;color:#6c7e76;font-size:.6rem;font-weight:750}.taxonomy-actions .cms-button{min-height:34px;padding:7px 10px}.taxonomy-readonly{display:flex;flex-direction:column;gap:4px}.taxonomy-readonly strong{color:var(--green);font-size:.72rem}.taxonomy-readonly span{color:#6c7e76;font-size:.61rem}
/* Promotion management */
.promotion-manager>.form-message{margin:-4px 0 16px}.promotion-toolbar{display:flex;flex-wrap:wrap;gap:8px}.promotion-editor{padding:16px;border-top:1px solid #dce5e0;background:#f8faf9}.promotion-editor.create{margin-bottom:16px;border:1px solid #bfd5ca;border-radius:12px}.promotion-editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.promotion-editor-grid>label{display:flex;min-width:0;flex-direction:column;gap:7px;color:#354a42;font-size:.65rem;font-weight:800}.promotion-editor-grid>label small{color:#73847d;font-size:.58rem;font-weight:650;line-height:1.5}.promotion-media-field{padding:13px;border:1px solid #d6e3dc;border-radius:11px;background:#fff}.promotion-media-field>div:first-child{display:flex;flex-direction:column;gap:4px}.promotion-media-field>div:first-child strong{color:#354a42;font-size:.67rem}.promotion-media-field>div:first-child span{color:#71817b;font-size:.59rem}.promotion-media-controls{display:grid;grid-template-columns:1fr auto auto;gap:8px;margin-top:10px}.promotion-upload-button{position:relative}.promotion-upload-button.disabled{opacity:.62;cursor:wait}.promotion-upload-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.promotion-media-preview{display:grid!important;grid-template-columns:150px 1fr auto;align-items:center;gap:12px;margin-top:10px;padding:9px;border:1px solid #b9d5c7;border-radius:10px;background:#edf8f2}.promotion-media-preview img{width:150px;height:94px;border-radius:8px;object-fit:cover}.promotion-media-preview>span{display:flex;min-width:0;flex-direction:column;gap:4px}.promotion-media-preview strong{color:#1c674a;font-size:.68rem}.promotion-media-preview small{overflow:hidden;color:#5d7269;font-size:.59rem;text-overflow:ellipsis;white-space:nowrap}.promotion-schedule-note{display:flex;flex-direction:column;justify-content:center;gap:5px;padding:11px;border-radius:10px;background:#e9f1ed}.promotion-schedule-note strong{color:var(--green);font-size:.65rem}.promotion-schedule-note span{color:#5f736a;font-size:.59rem;line-height:1.5}.promotion-editor-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:15px}.promotion-admin-list{display:grid;gap:9px}.promotion-admin-item{overflow:hidden;border:1px solid #dce5e0;border-radius:12px;background:#fff}.promotion-admin-item.open{border-color:#9fbeaf;box-shadow:0 9px 25px rgba(18,61,50,.07)}.promotion-admin-summary{display:grid;width:100%;grid-template-columns:56px 1fr auto 28px;align-items:center;gap:12px;border:0;background:#fff;padding:12px;text-align:left;cursor:pointer}.promotion-admin-summary:hover{background:#f7faf8}.promotion-admin-summary>img,.promotion-admin-icon{width:56px;height:44px;border-radius:8px;object-fit:cover;background:#e5eee9}.promotion-admin-icon{display:grid;place-items:center;color:var(--green)}.promotion-admin-icon svg{width:20px}.promotion-admin-summary>span:nth-child(2){display:flex;min-width:0;flex-direction:column;gap:4px}.promotion-admin-summary strong,.promotion-admin-summary small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.promotion-admin-summary strong{color:#2c463b;font-size:.71rem}.promotion-admin-summary small{color:#708179;font-size:.59rem}.promotion-admin-summary>b{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#edf3f0;color:var(--green)}

/* Service-area management */
.area-manager>.form-message{margin:-4px 0 16px}.area-toolbar{display:flex;flex-wrap:wrap;gap:8px}.area-editor{padding:16px;border-top:1px solid #dce5e0;background:#f8faf9}.area-editor.create{margin-bottom:16px;border:1px solid #bfd5ca;border-radius:12px}.area-editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.area-editor-grid>label{display:flex;min-width:0;flex-direction:column;gap:7px;color:#354a42;font-size:.65rem;font-weight:800}.area-editor-grid>label small{color:#73847d;font-size:.58rem;font-weight:650}.area-seo-summary{display:grid;grid-template-columns:18px 1fr;align-items:center;gap:9px;padding:11px;border:1px solid #dce5e0;border-radius:10px;background:#fff}.area-seo-summary>div{display:flex;min-width:0;flex-direction:column;gap:4px}.area-seo-summary strong{color:#3b5048;font-size:.64rem}.area-seo-summary small{color:#71817b;font-size:.57rem;line-height:1.45}.area-visibility{display:flex;justify-content:center;flex-direction:column;gap:8px;padding:11px;border-radius:10px;background:#e9f1ed}.area-visibility .check-label{margin:0}.area-editor-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:15px}.area-admin-list{display:grid;gap:9px}.area-admin-item{overflow:hidden;border:1px solid #dce5e0;border-radius:12px;background:#fff}.area-admin-item.open{border-color:#9fbeaf;box-shadow:0 9px 25px rgba(18,61,50,.07)}.area-admin-summary{display:grid;width:100%;grid-template-columns:44px 1fr auto 28px;align-items:center;gap:12px;border:0;background:#fff;padding:13px;text-align:left;cursor:pointer}.area-admin-summary:hover{background:#f7faf8}.area-order{display:grid;place-items:center;width:38px;height:38px;border-radius:9px;background:#e7efe9;color:var(--green);font-size:.68rem;font-weight:900}.area-admin-summary>span:nth-child(2){display:flex;min-width:0;flex-direction:column;gap:4px}.area-admin-summary strong,.area-admin-summary small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.area-admin-summary strong{color:#2c463b;font-size:.71rem}.area-admin-summary small{color:#708179;font-size:.59rem}.area-admin-summary>b{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#edf3f0;color:var(--green)}

.faq-manager>.form-message{margin:-4px 0 16px}.faq-toolbar{display:flex;flex-wrap:wrap;gap:8px}.faq-editor{padding:15px;border-top:1px solid #dce5e0;background:#f8faf9}.faq-editor.create{margin-bottom:16px;border:1px solid #bfd5ca;border-radius:12px}.faq-editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.faq-editor-grid>label{display:flex;min-width:0;flex-direction:column;gap:7px;color:#354a42;font-size:.65rem;font-weight:800}.faq-admin-list{display:grid;gap:9px}.faq-admin-item{overflow:hidden;border:1px solid #dce5e0;border-radius:12px;background:#fff}.faq-admin-item.open{border-color:#9fbeaf;box-shadow:0 9px 25px rgba(18,61,50,.07)}.faq-admin-summary{display:grid;width:100%;grid-template-columns:44px 1fr auto 28px;align-items:center;gap:12px;border:0;background:#fff;padding:13px;text-align:left;cursor:pointer}.faq-admin-summary:hover{background:#f7faf8}.faq-order{display:grid;place-items:center;width:38px;height:38px;border-radius:9px;background:#e7efe9;color:var(--green);font-size:.68rem;font-weight:900}.faq-admin-summary>span:nth-child(2){display:flex;min-width:0;flex-direction:column;gap:4px}.faq-admin-summary strong,.faq-admin-summary small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.faq-admin-summary strong{color:#2c463b;font-size:.71rem}.faq-admin-summary small{color:#708179;font-size:.59rem}.faq-admin-summary>b{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#edf3f0;color:var(--green)}.faq-editor-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:14px}.faq-delete-confirm{display:flex;align-items:center;gap:7px;margin-right:auto}.faq-delete-confirm>span{color:#8a3434;font-size:.63rem;font-weight:850}.faq-delete-confirm .cms-button{min-height:35px;padding:7px 10px}

/* Project portfolio */
.portfolio-section{background:#f0f3ef}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.project-card{overflow:hidden;border:1px solid var(--border);border-radius:18px;background:#fff;box-shadow:0 13px 34px rgba(18,61,50,.07)}.project-card-image{position:relative;display:block;height:250px;overflow:hidden;background:#dfe8e3}.project-card-image img{object-fit:cover;transition:transform .35s}.project-card:hover .project-card-image img{transform:scale(1.035)}.project-card-image>span{display:flex;height:100%;align-items:center;justify-content:center;gap:8px;color:var(--green-2);font-size:.76rem;font-weight:800}.project-card-image>span svg{width:22px}.project-card-image>i{position:absolute;left:15px;bottom:15px;padding:7px 10px;border-radius:999px;background:rgba(10,43,35,.9);color:#fff;font-size:.61rem;font-style:normal;font-weight:850}.project-card-body{padding:22px}.project-card-meta{display:flex;align-items:center;gap:6px;color:var(--green-2);font-size:.64rem;font-weight:800}.project-card-meta svg{width:15px}.project-card h2{margin:9px 0 8px;font-size:1.35rem}.project-card h2 a{color:var(--green)}.project-card p{display:-webkit-box;overflow:hidden;min-height:56px;color:#66766f;font-size:.77rem;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:2}.project-card .text-link{margin-top:15px}.project-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:24px;color:#6d7b75;font-size:.67rem}.project-breadcrumb svg{width:13px}.before-after{display:grid;gap:18px}.before-after.paired{grid-template-columns:1fr 1fr}.before-after.single{grid-template-columns:minmax(0,780px);justify-content:center}.before-after figure,.project-cover,.project-gallery figure{overflow:hidden;border:1px solid var(--border);border-radius:16px;background:#fff}.before-after figure>div,.project-cover>div{position:relative;height:440px;overflow:hidden}.before-after img,.project-cover img,.project-gallery img{object-fit:cover}.before-after figure>div>span{position:absolute;left:15px;top:15px;padding:8px 12px;border-radius:999px;background:rgba(10,43,35,.9);color:#fff;font-size:.65rem;font-weight:900}.before-after figcaption,.project-cover figcaption,.project-gallery figcaption{padding:12px 15px;color:#5f7169;font-size:.68rem}.project-cover{max-width:980px;margin:auto}.project-cover>div{height:520px}.project-detail-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:55px;margin-top:55px}.project-story h2,.project-facts h2{margin:10px 0 12px;color:var(--green);font-size:1.65rem}.project-story p{margin-bottom:28px;color:#586b62;line-height:1.85}.project-facts{align-self:start;padding:25px;border-radius:17px;background:var(--green);color:#fff}.project-facts h2{margin-top:0;color:#fff}.project-facts dl>div{display:grid;grid-template-columns:1fr 1.2fr;gap:12px;padding:12px 0;border-top:1px solid rgba(255,255,255,.15)}.project-facts dt{color:#bcd0c7;font-size:.67rem}.project-facts dd{text-align:right;font-size:.7rem;font-weight:800}.project-gallery{margin-top:62px}.project-gallery>.section-heading{margin-bottom:24px}.project-gallery>div:last-child{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.project-gallery figure>div{position:relative;height:260px}
.portfolio-manager>.form-message{margin:-4px 0 16px}.project-toolbar{display:flex;flex-wrap:wrap;gap:8px}.project-editor{padding:16px;border-top:1px solid #dce5e0;background:#f8faf9}.project-editor.create{margin-bottom:16px;border:1px solid #bfd5ca;border-radius:12px}.project-editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.project-editor-grid>label{display:flex;min-width:0;flex-direction:column;gap:7px;color:#354a42;font-size:.65rem;font-weight:800}.project-editor-grid>label small{color:#73847d;font-size:.58rem;font-weight:650}.project-media-field{padding:14px;border:1px solid #d6e3dc;border-radius:12px;background:#fff}.project-media-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.project-media-heading>div{display:flex;flex-direction:column;gap:4px}.project-media-heading strong{color:#334c42;font-size:.7rem}.project-media-heading span{color:#71817b;font-size:.59rem}.project-media-heading>span{padding:5px 8px;border-radius:999px;background:#e7f0eb;color:var(--green);font-weight:850;white-space:nowrap}.project-media-controls{display:grid;grid-template-columns:1fr auto auto auto;gap:8px;margin-top:12px}.project-upload-button{position:relative}.project-upload-button.disabled{opacity:.6;cursor:wait}.project-upload-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.project-media-list{display:grid;gap:9px;margin-top:13px}.project-media-list article{display:grid;grid-template-columns:120px 1fr auto;align-items:center;gap:11px;padding:9px;border:1px solid #c3dbcf;border-radius:10px;background:#f1f8f4}.project-media-list img{width:120px;height:86px;border-radius:8px;object-fit:cover}.project-media-list article>div:nth-child(2){display:grid;min-width:0;grid-template-columns:150px 1fr;gap:7px}.project-media-list strong,.project-media-list small{grid-column:1/-1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-media-list strong{color:#315044;font-size:.66rem}.project-media-list small{color:#657a70;font-size:.57rem}.project-media-list .cms-input{min-height:38px;padding:7px 9px;font-size:.62rem}.project-media-actions{display:flex;align-items:center;gap:5px}.project-media-actions button{min-height:34px;border:1px solid #b8cfc4;border-radius:7px;background:#fff;color:var(--green);font-size:.62rem;font-weight:850;cursor:pointer}.project-media-actions button:disabled{opacity:.35;cursor:not-allowed}.project-media-actions .remove{border-color:#ddb5b0;color:#9a332c}.project-media-empty{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:12px;padding:22px;border:1px dashed #a9c4b7;border-radius:10px;background:#f8faf9}.project-media-empty svg{width:26px;color:var(--green-2)}.project-media-empty>div{display:flex;flex-direction:column;gap:3px}.project-media-empty strong{color:#355247;font-size:.68rem}.project-media-empty span{color:#71817b;font-size:.58rem}.project-publish-settings{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:11px;border-radius:10px;background:#e9f1ed}.project-publish-settings>label:not(.check-label){display:flex;flex-direction:column;gap:6px;color:#354a42;font-size:.63rem;font-weight:800}.project-publish-settings .check-label{grid-column:1/-1;margin:0}.project-editor-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:15px}.project-admin-list{display:grid;gap:9px}.project-admin-item{overflow:hidden;border:1px solid #dce5e0;border-radius:12px;background:#fff}.project-admin-item.open{border-color:#9fbeaf;box-shadow:0 9px 25px rgba(18,61,50,.07)}.project-admin-summary{display:grid;width:100%;grid-template-columns:64px 1fr auto 28px;align-items:center;gap:12px;border:0;background:#fff;padding:12px;text-align:left;cursor:pointer}.project-admin-summary:hover{background:#f7faf8}.project-admin-summary>img,.project-admin-icon{width:64px;height:52px;border-radius:8px;object-fit:cover;background:#e5eee9}.project-admin-icon{display:grid;place-items:center;color:var(--green)}.project-admin-icon svg{width:22px}.project-admin-summary>span:nth-child(2){display:flex;min-width:0;flex-direction:column;gap:4px}.project-admin-summary strong,.project-admin-summary small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-admin-summary strong{color:#2c463b;font-size:.71rem}.project-admin-summary small{color:#708179;font-size:.59rem}.project-admin-summary>b{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#edf3f0;color:var(--green)}

/* Testimonials */
.testimonial-section{background:#f5f6f2}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.testimonial-card{display:flex;min-height:285px;flex-direction:column;justify-content:space-between;padding:27px;border:1px solid var(--border);border-radius:18px;background:#fff;box-shadow:0 13px 35px rgba(18,61,50,.06)}.testimonial-card blockquote{position:relative;color:#30473e;font-size:.9rem;font-weight:650;line-height:1.85}.testimonial-card blockquote:before{content:"“";position:absolute;left:-11px;top:-19px;color:rgba(47,107,90,.16);font-family:Georgia,serif;font-size:4.5rem;line-height:1}.testimonial-card figcaption{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-top:24px;padding-top:18px;border-top:1px solid var(--border)}.testimonial-person{display:flex;min-width:0;align-items:center;gap:11px}.testimonial-person>img,.testimonial-person>span{width:54px;height:54px;flex:0 0 54px;border-radius:50%;object-fit:cover}.testimonial-person>span{display:grid;place-items:center;background:var(--green);color:#fff;font-size:.72rem;font-weight:900}.testimonial-person>div{display:flex;min-width:0;flex-direction:column;gap:4px}.testimonial-person strong,.testimonial-person small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.testimonial-person strong{color:var(--green);font-size:.74rem}.testimonial-person small{color:#74817b;font-size:.59rem}.testimonial-proof{display:flex;align-items:flex-end;flex-direction:column;gap:4px;text-align:right}.testimonial-proof>span{color:#a66b00;font-size:.63rem;font-weight:900}.testimonial-proof>i{display:flex;align-items:center;gap:4px;color:#287354;font-size:.57rem;font-style:normal;font-weight:850}.testimonial-proof>i svg{width:13px}.testimonial-proof>small{max-width:125px;color:#7b8782;font-size:.53rem;line-height:1.35}
.testimonial-manager>.form-message{margin:-4px 0 16px}.testimonial-toolbar{display:flex;flex-wrap:wrap;gap:8px}.testimonial-editor{padding:16px;border-top:1px solid #dce5e0;background:#f8faf9}.testimonial-editor.create{margin-bottom:16px;border:1px solid #bfd5ca;border-radius:12px}.testimonial-editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.testimonial-editor-grid>label{display:flex;min-width:0;flex-direction:column;gap:7px;color:#354a42;font-size:.65rem;font-weight:800}.testimonial-editor-grid>label small{color:#73847d;font-size:.58rem;font-weight:650}.testimonial-photo-field{padding:13px;border:1px solid #d6e3dc;border-radius:11px;background:#fff}.testimonial-photo-field>div:first-child{display:flex;flex-direction:column;gap:4px}.testimonial-photo-field>div:first-child strong{color:#354a42;font-size:.67rem}.testimonial-photo-field>div:first-child span{color:#71817b;font-size:.59rem}.testimonial-photo-controls{display:grid;grid-template-columns:1fr auto auto;gap:8px;margin-top:10px}.testimonial-upload-button{position:relative}.testimonial-upload-button.disabled{opacity:.6;cursor:wait}.testimonial-upload-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.testimonial-photo-preview{display:grid!important;grid-template-columns:110px 1fr auto;align-items:center;gap:12px;margin-top:10px;padding:9px;border:1px solid #b9d5c7;border-radius:10px;background:#edf8f2}.testimonial-photo-preview img{width:110px;height:84px;border-radius:8px;object-fit:cover}.testimonial-photo-preview>span{display:flex;min-width:0;flex-direction:column;gap:4px}.testimonial-photo-preview strong{color:#1c674a;font-size:.68rem}.testimonial-photo-preview small{overflow:hidden;color:#5d7269;font-size:.59rem;text-overflow:ellipsis;white-space:nowrap}.testimonial-verification{display:flex;justify-content:center;flex-direction:column;gap:8px;padding:11px;border-radius:10px;background:#e9f1ed}.testimonial-verification .check-label{margin:0}.testimonial-verification>small{color:#7a6750;font-size:.56rem}.testimonial-editor-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:15px}.testimonial-admin-list{display:grid;gap:9px}.testimonial-admin-item{overflow:hidden;border:1px solid #dce5e0;border-radius:12px;background:#fff}.testimonial-admin-item.open{border-color:#9fbeaf;box-shadow:0 9px 25px rgba(18,61,50,.07)}.testimonial-admin-summary{display:grid;width:100%;grid-template-columns:52px 1fr auto 28px;align-items:center;gap:12px;border:0;background:#fff;padding:12px;text-align:left;cursor:pointer}.testimonial-admin-summary:hover{background:#f7faf8}.testimonial-admin-summary>img,.testimonial-admin-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover}.testimonial-admin-avatar{display:grid;place-items:center;background:var(--green);color:#fff;font-size:.66rem;font-weight:900}.testimonial-admin-summary>span:nth-child(2){display:flex;min-width:0;flex-direction:column;gap:4px}.testimonial-admin-summary strong,.testimonial-admin-summary small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.testimonial-admin-summary strong{color:#2c463b;font-size:.71rem}.testimonial-admin-summary small{color:#708179;font-size:.59rem}.testimonial-admin-summary>b{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#edf3f0;color:var(--green)}

/* Media library */
.identity-manager>.form-message{margin:-4px 0 18px}.identity-live-preview{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:18px;padding:22px;border:1px solid #ccddd5;border-radius:15px;background:linear-gradient(135deg,#f9fbfa,#edf4f0)}.identity-live-preview>div:first-child{display:flex;min-width:0;flex-direction:column;gap:10px}.identity-preview-brand{display:flex;min-height:58px;align-items:center;gap:12px}.identity-preview-brand>img{display:block;width:auto;height:56px;max-width:230px;object-fit:contain;object-position:left center}.identity-preview-brand>strong{color:var(--green);font-family:Manrope,sans-serif;font-size:1.25rem}.identity-live-preview small{color:#667a71;font-size:.65rem}.identity-preview-favicon{display:flex;align-items:center;flex-direction:column;gap:7px;padding:11px 15px;border:1px solid #d7e3dd;border-radius:12px;background:#fff}.identity-preview-favicon>img,.identity-preview-favicon>span{width:52px;height:52px;border-radius:10px;object-fit:contain}.identity-preview-favicon>span{display:grid;place-items:center;background:var(--green);color:var(--yellow)}.identity-preview-favicon svg{width:26px;height:26px}.identity-section{padding:20px 0;border-top:1px solid #dfe8e3}.identity-section:last-child{padding-bottom:0}.identity-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:14px}.identity-section-heading h3{color:var(--green);font-size:1rem}.identity-section-heading p{max-width:520px;font-size:.66rem;text-align:right}.identity-media-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.identity-media-card{padding:14px;border:1px solid #d7e4dd;border-radius:13px;background:#f8faf9}.identity-media-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.identity-media-heading>div{display:flex;flex-direction:column;gap:4px}.identity-media-heading strong{color:#2d473d;font-size:.71rem}.identity-media-heading span{color:#71827a;font-size:.59rem;line-height:1.4}.identity-ready{flex:0 0 auto;padding:5px 8px;border-radius:999px;background:#dff3e8!important;color:#24694e!important;font-size:.56rem!important;font-weight:850}.identity-media-preview{position:relative;display:grid;height:126px;margin-bottom:10px;place-items:center;overflow:hidden;border:1px dashed #a8c4b7;border-radius:10px;background:#fff}.identity-media-preview>img{object-fit:contain;padding:14px}.identity-media-preview>span{display:flex;align-items:center;flex-direction:column;gap:7px;color:#789087}.identity-media-preview svg{width:28px}.identity-media-preview small{font-size:.6rem}.identity-media-card>.cms-input{margin-bottom:9px}.identity-media-actions{display:flex;flex-wrap:wrap;gap:7px}.identity-media-actions .cms-button{min-height:38px;padding:8px 12px;font-size:.62rem}.identity-media-actions label{position:relative;cursor:pointer}.identity-media-actions label.disabled{opacity:.6;cursor:wait}.identity-media-actions input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.identity-section .form-grid>label{display:flex;flex-direction:column;gap:7px;color:#354a42;font-size:.65rem;font-weight:800}.identity-section .form-grid>label small{color:#77877f;font-size:.58rem;font-weight:650}
.media-card-actions{display:grid;grid-template-columns:1fr auto;gap:8px}.cms-button.danger{border-color:#b84a3d;background:#fff;color:#9a332c}.cms-button.danger:hover{background:#9a332c;color:#fff}.media-delete-confirm{padding:11px;border:1px solid #e3aaa3;border-radius:10px;background:#fff4f2}.media-delete-confirm>strong{color:#8d2f25;font-size:.7rem}.media-delete-confirm>p{margin-top:5px;color:#71504b;font-size:.61rem;line-height:1.55}.media-delete-confirm>div{display:flex;justify-content:flex-end;gap:7px;margin-top:10px}.media-delete-confirm .cms-button{min-height:36px;padding:7px 10px;font-size:.62rem}
.media-manager>.form-message{margin:-4px 0 16px}.media-upload-panel{display:grid;grid-template-columns:minmax(270px,.9fr) 1.1fr auto;align-items:end;gap:14px;margin-bottom:18px;padding:16px;border:1px solid #dbe6e0;border-radius:13px;background:#f7faf8}.media-upload-drop{position:relative;display:grid;grid-template-columns:74px 1fr;align-items:center;gap:12px;min-height:86px;border:1px dashed #91b4a4;border-radius:11px;background:#fff;padding:8px;cursor:pointer}.media-upload-drop.has-file{border-style:solid;border-color:#58a07f;background:#edf8f2}.media-upload-drop input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.media-upload-drop img{width:74px;height:66px;border-radius:8px;object-fit:cover}.media-upload-drop>span:not(.media-upload-icon){display:flex;min-width:0;flex-direction:column;gap:5px}.media-upload-drop strong{color:var(--green);font-size:.72rem}.media-upload-drop small{overflow:hidden;color:#6a7d75;font-size:.62rem;text-overflow:ellipsis;white-space:nowrap}.media-upload-icon{display:grid;place-items:center;width:62px;height:62px;border-radius:9px;background:#e8f0eb;color:var(--green-2)}.media-upload-icon svg{width:26px}.media-upload-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.media-upload-fields label,.media-toolbar label,.media-card-body label{display:flex;flex-direction:column;gap:6px;color:#354a42;font-size:.64rem;font-weight:800}.media-selected{display:grid;grid-template-columns:68px 1fr auto;align-items:center;gap:12px;margin-bottom:18px;padding:10px 12px;border:1px solid #aed1bf;border-radius:11px;background:#edf8f2}.media-selected img{width:68px;height:52px;border-radius:7px;object-fit:cover}.media-selected>span{display:flex;min-width:0;flex-direction:column;gap:3px}.media-selected strong{color:#1d664c;font-size:.7rem}.media-selected small{overflow:hidden;color:#50675d;font-size:.62rem;text-overflow:ellipsis;white-space:nowrap}.media-toolbar{display:flex;align-items:end;justify-content:space-between;gap:18px;margin:20px 0 14px}.media-toolbar label{width:min(420px,100%)}.media-toolbar>span{color:#6a7d75;font-size:.66rem;font-weight:800}.media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.media-card{overflow:hidden;border:1px solid #dce5e0;border-radius:13px;background:#fff;transition:border-color .2s,box-shadow .2s}.media-card.selected{border-color:#4f9775;box-shadow:0 0 0 3px rgba(79,151,117,.13)}.media-preview-button{position:relative;width:100%;height:165px;overflow:hidden;border:0;background:#e8eeea;cursor:pointer}.media-preview-button img{object-fit:cover}.media-preview-button>span{position:absolute;right:9px;bottom:9px;padding:6px 9px;border-radius:999px;background:rgba(8,35,29,.9);color:#fff;font-size:.59rem;font-weight:850}.media-card.selected .media-preview-button>span{background:#1d704e}.media-card-body{display:flex;min-width:0;flex-direction:column;gap:9px;padding:13px}.media-card-body>strong{overflow:hidden;color:#294238;font-size:.7rem;text-overflow:ellipsis;white-space:nowrap}.media-card-body>small{color:#71817b;font-size:.59rem}.media-card-body .cms-input{min-height:40px;padding:8px 10px;font-size:.68rem}.media-card-body>.cms-button{width:100%}

@media (max-width:1100px){.main-nav{gap:12px}.main-nav>a:not(.button){font-size:.67rem}.nav-cta{display:none}.service-grid{grid-template-columns:repeat(2,1fr)}.benefit-grid{grid-template-columns:repeat(2,1fr)}.benefit-grid article:nth-child(2){border-right:0}.benefit-grid article:nth-child(-n+2){border-bottom:1px solid var(--border)}.process-grid{grid-template-columns:repeat(3,1fr)}.process-grid i{display:none}.areas-layout,.faq-layout,.form-layout{gap:50px}.cms-stats{grid-template-columns:repeat(2,1fr)}.builder-layout{grid-template-columns:210px 1fr}.builder-settings{grid-column:1/-1}.lead-detail-grid{grid-template-columns:repeat(2,1fr)}.media-upload-panel{grid-template-columns:1fr 1fr}.media-upload-panel>.cms-button{grid-column:1/-1}.media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:900px){.section{padding:84px 0}.menu-button{display:block;z-index:55}.main-nav{position:fixed;z-index:54;right:0;top:0;width:min(350px,88vw);height:100vh;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:88px 25px 25px;background:var(--cream);transform:translateX(102%);transition:transform .25s;box-shadow:-15px 0 45px rgba(0,0,0,.12)}.main-nav.is-open{transform:translateX(0)}.main-nav>a:not(.button){padding:12px 5px;border-bottom:1px solid var(--border);font-size:.82rem}.nav-cta{display:flex;margin-top:17px}.menu-backdrop{display:block;position:fixed;z-index:53;inset:0;border:0;background:rgba(5,23,19,.48)}.hero{min-height:660px}.hero-overlay{background:linear-gradient(90deg,rgba(8,35,29,.95),rgba(8,35,29,.74))}.hero-content h1{font-size:4.25rem;max-width:590px}.split-layout,.problem-layout,.areas-layout,.faq-layout,.form-layout{grid-template-columns:1fr}.image-stack{max-width:650px}.image-badge{right:18px}.section-heading{align-items:start;flex-direction:column;gap:15px}.process-grid{grid-template-columns:repeat(2,1fr)}.faq-intro,.form-side{position:static}.area-cloud{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}.inner-grid{grid-template-columns:repeat(2,1fr)}.service-detail-layout{grid-template-columns:1fr}.side-card{position:static}.cms-login{grid-template-columns:1fr}.cms-login-art{display:none}.cms-shell{grid-template-columns:76px 1fr}.cms-sidebar{padding:22px 12px}.cms-sidebar .brand>span:last-child,.cms-nav a span{display:none}.cms-nav a{justify-content:center}.cms-main{padding:24px 18px}.cms-grid{grid-template-columns:1fr}}
@media (max-width:900px){.promo-public-grid{grid-template-columns:1fr}.promo-public-image,.promo-public-placeholder{height:320px}}
@media (max-width:650px){.shell{width:min(100% - 28px,1180px)}.section{padding:70px 0}.header-inner{height:68px}.hero{min-height:690px}.hero-content{padding:72px 0 120px}.hero-content h1{font-size:clamp(3.1rem,15vw,4.1rem)}.hero-content>p:not(.eyebrow){font-size:.95rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button{width:100%}.trust-inline{gap:13px 20px}.hero-contact{left:14px;right:0;padding:16px 20px;border-radius:18px 0 0}.benefit-strip{margin-top:0;background:#fff;padding:10px 0}.benefit-grid{grid-template-columns:1fr;border:0;box-shadow:none;padding:0}.benefit-grid article{border-right:0;border-bottom:1px solid var(--border)!important;padding:17px 4px}.benefit-grid article:last-child{border-bottom:0!important}.split-layout{gap:48px}.image-stack:before{display:none}.image-badge{position:relative;right:auto;bottom:auto;margin:-25px 14px 0}.content-block h2,.section-heading h2,.faq-intro h2,.area-copy h2,.form-side h2{font-size:2.25rem}.check-grid{grid-template-columns:1fr}.service-grid,.problem-list,.process-grid{grid-template-columns:1fr}.service-card{min-height:270px}.calculator{grid-template-columns:1fr}.calculator-form{padding:20px}.calculator-line{grid-template-columns:1fr 1fr}.calculator-service{grid-column:1/-1}.line-subtotal{min-height:46px}.calculator-remove{justify-self:end;margin:5px 5px 0 0}.estimate-card{padding:27px 24px}.price-note{grid-template-columns:25px 1fr}.price-note a{grid-column:2}.area-cloud{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.lead-form{padding:24px}.final-cta{min-height:520px}.final-cta-content h2{font-size:3rem}.final-cta-content>div{flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column}.footer-bottom>div{flex-wrap:wrap}.floating-wa{right:14px;bottom:14px;padding:13px}.floating-wa span{display:none}.page-hero{padding:72px 0 58px}.page-hero h1{font-size:3.1rem}.inner-grid,.area-detail-grid{grid-template-columns:1fr}.inner-section{padding:65px 0}.cms-auth-panel{padding:25px}.cms-shell{display:block}.cms-sidebar{position:static;width:100%;height:auto;display:flex;align-items:center;justify-content:space-between}.cms-nav{display:none}.cms-main{padding:20px 12px}.cms-stats{grid-template-columns:1fr 1fr}.cms-stat{padding:15px}.cms-table{min-width:620px}.cms-panel{overflow:auto}.builder-layout{grid-template-columns:1fr}.block-library{display:none}.cms-topbar{align-items:flex-start;gap:15px}.cms-user span{display:none}}
@media (max-width:900px){.price-create-grid{grid-template-columns:1fr 1fr}}
@media (max-width:650px){.price-manager .cms-panel-header,.price-create-heading{align-items:flex-start;flex-direction:column}.price-manager .cms-panel-header .cms-button{width:100%}.price-create-grid{grid-template-columns:1fr}.price-create-actions .cms-button{flex:1}.price-manager .form-message{position:sticky;left:0}}
@media (max-width:900px){.lead-summary{grid-template-columns:1fr 1fr .8fr 28px}.lead-summary>span:nth-child(4){display:none}.lead-detail-bottom{grid-template-columns:1fr}}
@media (max-width:650px){.selected-photo{grid-column:1/-1}.lead-manager>.cms-panel-header{align-items:stretch;flex-direction:column}.lead-manager>.cms-panel-header .cms-button{width:100%}.lead-summary{grid-template-columns:1fr auto}.lead-summary>span:not(:first-child){display:none}.lead-detail{padding:12px}.lead-detail-grid{grid-template-columns:1fr}.lead-actions{align-items:stretch;flex-direction:column}.lead-actions label,.lead-actions .cms-button{width:100%}.lead-source-panel dl>div{grid-template-columns:90px 1fr}}
@media (max-width:650px){.service-manager>.cms-panel-header,.service-editor-heading{align-items:stretch;flex-direction:column}.service-manager>.cms-panel-header .cms-button{width:100%}.service-editor-grid{grid-template-columns:1fr}.service-editor-grid .span-2{grid-column:auto}.service-editor-actions{align-items:stretch;flex-direction:column}.service-editor-actions .cms-button{width:100%}.service-admin-summary{grid-template-columns:38px 1fr 28px}.service-admin-summary>.lead-status{display:none}}
@media (max-width:1100px){.article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:980px){.article-detail-layout{grid-template-columns:minmax(0,1fr) 260px;gap:34px}.article-sidebar-card{padding:20px}}
@media (max-width:900px){.taxonomy-layout{grid-template-columns:1fr}}
@media (max-width:650px){.faq-manager>.cms-panel-header{align-items:stretch;flex-direction:column}.faq-toolbar{display:grid}.faq-editor-grid{grid-template-columns:1fr}.faq-editor-grid .span-2{grid-column:auto}.faq-admin-summary{grid-template-columns:38px 1fr 28px}.faq-admin-summary>.lead-status{display:none}.faq-editor-actions{align-items:stretch;flex-direction:column}.faq-editor-actions>.cms-button{width:100%}.faq-delete-confirm{width:100%;flex-wrap:wrap}.faq-delete-confirm>span{width:100%}.faq-delete-confirm .cms-button{flex:1}}
@media (max-width:650px){.area-manager>.cms-panel-header{align-items:stretch;flex-direction:column}.area-toolbar{display:grid}.area-editor-grid{grid-template-columns:1fr}.area-editor-grid .span-2{grid-column:auto}.area-admin-summary{grid-template-columns:38px 1fr 28px}.area-admin-summary>.lead-status{display:none}.area-editor-actions{align-items:stretch;flex-direction:column}.area-editor-actions>.cms-button{width:100%}.area-editor-actions .faq-delete-confirm{margin:0}}
@media (max-width:650px){.promo-public-image,.promo-public-placeholder{height:230px}.promo-public-body{padding:22px}.promotion-manager>.cms-panel-header{align-items:stretch;flex-direction:column}.promotion-toolbar{display:grid}.promotion-editor-grid{grid-template-columns:1fr}.promotion-editor-grid .span-2{grid-column:auto}.promotion-media-controls{grid-template-columns:1fr}.promotion-media-preview{grid-template-columns:80px 1fr!important}.promotion-media-preview img{width:80px;height:65px}.promotion-media-preview>.cms-button{grid-column:1/-1;width:100%}.promotion-admin-summary{grid-template-columns:46px 1fr 28px}.promotion-admin-summary>img,.promotion-admin-icon{width:46px;height:40px}.promotion-admin-summary>.lead-status{display:none}.promotion-editor-actions{align-items:stretch;flex-direction:column}.promotion-editor-actions>.cms-button{width:100%}.promotion-editor-actions .faq-delete-confirm{margin:0}}
@media (max-width:760px){.article-detail-layout{grid-template-columns:1fr}.article-detail{max-width:none}.article-sidebar-card{position:static}.article-featured{height:min(64vw,440px)}.article-subheader .breadcrumbs strong{max-width:45vw}}
@media (max-width:650px){.article-index-header{padding:27px 0 31px}.article-index-header .breadcrumbs{margin-bottom:17px}.article-index-header h1{font-size:2.25rem}.article-index-content{padding:38px 0 62px}.article-detail-section{padding:30px 0 62px}.article-title-block h1{font-size:2.25rem}.article-meta{gap:7px 13px}.article-meta span+span:before{margin-right:13px}.article-grid{grid-template-columns:1fr}.article-manager>.cms-panel-header,.article-editor-heading{align-items:stretch;flex-direction:column}.article-manager>.cms-panel-header .cms-button{width:100%}.article-editor-grid{grid-template-columns:1fr}.article-editor-grid .span-2{grid-column:auto}.article-editor-actions{align-items:stretch;flex-direction:column}.article-editor-actions .cms-button{width:100%}.article-admin-summary{grid-template-columns:38px 1fr 28px}.article-admin-summary>.lead-status{display:none}.article-media-preview{grid-template-columns:86px 1fr}.article-media-preview img{width:86px;height:68px}.article-inline-controls,.seo-check-list,.taxonomy-create,.taxonomy-item-grid{grid-template-columns:1fr}.article-inline-controls .cms-button{width:100%}.taxonomy-actions{flex-wrap:wrap}.taxonomy-actions>span{width:100%}.taxonomy-actions .cms-button{flex:1}}
@media (max-width:650px){.media-manager>.cms-panel-header{align-items:flex-start;flex-direction:column}.media-upload-panel,.media-upload-fields,.media-grid{grid-template-columns:1fr}.media-upload-panel>.cms-button{grid-column:auto;width:100%}.media-selected{grid-template-columns:56px 1fr}.media-selected img{width:56px}.media-selected>.cms-button{grid-column:1/-1;width:100%}.media-toolbar{align-items:flex-start;flex-direction:column}.media-preview-button{height:210px}}
@media (max-width:1000px){.project-grid,.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-media-controls{grid-template-columns:1fr 1fr}.project-media-list article{grid-template-columns:90px 1fr}.project-media-list img{width:90px;height:76px}.project-media-actions{grid-column:1/-1;justify-content:flex-end}.project-detail-layout{grid-template-columns:1fr}.project-facts{width:100%}}
@media (max-width:700px){.project-grid,.testimonial-grid,.before-after.paired,.project-gallery>div:last-child{grid-template-columns:1fr}.project-card-image{height:230px}.before-after figure>div,.project-cover>div{height:300px}.project-detail-layout{gap:28px;margin-top:38px}.project-gallery{margin-top:42px}.project-gallery figure>div{height:260px}.testimonial-card{min-height:260px;padding:22px}.testimonial-card figcaption{align-items:flex-start;flex-direction:column}.testimonial-proof{align-items:flex-start;text-align:left}.portfolio-manager>.cms-panel-header,.testimonial-manager>.cms-panel-header{align-items:stretch;flex-direction:column}.project-toolbar,.testimonial-toolbar{display:grid}.project-editor-grid,.testimonial-editor-grid{grid-template-columns:1fr}.project-editor-grid .span-2,.testimonial-editor-grid .span-2{grid-column:auto}.project-media-controls,.testimonial-photo-controls{grid-template-columns:1fr}.testimonial-photo-preview{grid-template-columns:76px 1fr!important}.testimonial-photo-preview img{width:76px;height:64px}.testimonial-photo-preview>.cms-button{grid-column:1/-1;width:100%}.project-media-list article{grid-template-columns:74px 1fr}.project-media-list img{width:74px;height:68px}.project-media-list article>div:nth-child(2){grid-template-columns:1fr}.project-media-actions{justify-content:stretch}.project-media-actions button{flex:1}.project-publish-settings{grid-template-columns:1fr}.project-publish-settings .check-label{grid-column:auto}.project-editor-actions,.testimonial-editor-actions{align-items:stretch;flex-direction:column}.project-editor-actions>.cms-button,.testimonial-editor-actions>.cms-button{width:100%}.project-editor-actions .faq-delete-confirm,.testimonial-editor-actions .faq-delete-confirm{margin:0}.project-admin-summary{grid-template-columns:48px 1fr 28px}.project-admin-summary>img,.project-admin-icon{width:48px;height:44px}.project-admin-summary>.lead-status,.testimonial-admin-summary>.lead-status{display:none}.testimonial-admin-summary{grid-template-columns:44px 1fr 28px}.testimonial-admin-summary>img,.testimonial-admin-avatar{width:44px;height:44px}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
@media (max-width:650px){.consent-banner{left:10px;right:10px;bottom:10px;align-items:stretch;flex-direction:column;gap:14px}.consent-banner>div:last-child{justify-content:space-between}}

/* Pages and Page Builder */
.page-manager>.form-message,.builder-workspace>.form-message{margin:0 0 16px}.page-manager-filters{display:grid;grid-template-columns:minmax(220px,1fr) 190px auto;align-items:end;gap:12px;margin-bottom:16px;padding:13px;border:1px solid #dce6e1;border-radius:12px;background:#f7faf8}.page-manager-filters label,.builder-page-heading label,.builder-settings>label,.canvas-block-content label{display:flex;min-width:0;flex-direction:column;gap:6px;color:#354a42;font-size:.64rem;font-weight:800}.page-manager-filters>span{padding:11px 0;color:#61746c;font-size:.65rem;font-weight:850}.page-admin-list{display:grid;gap:9px}.page-admin-item{display:grid;grid-template-columns:42px minmax(210px,1fr) auto auto;align-items:center;gap:12px;padding:12px;border:1px solid #dce5e0;border-radius:12px;background:#fff}.page-admin-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:10px;background:#e7efe9;color:var(--green)}.page-admin-icon svg{width:18px}.page-admin-item>div:nth-child(2){display:flex;min-width:0;flex-direction:column;gap:3px}.page-admin-item>div:nth-child(2)>strong{overflow:hidden;color:#294238;font-size:.73rem;text-overflow:ellipsis;white-space:nowrap}.page-admin-item>div:nth-child(2)>span,.page-admin-item>div:nth-child(2)>small{overflow:hidden;color:#70817a;font-size:.6rem;text-overflow:ellipsis;white-space:nowrap}.page-admin-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.page-admin-actions .cms-button{min-height:35px}.builder-workspace{min-width:0}.builder-workspace-top{display:grid;grid-template-columns:auto minmax(160px,1fr) auto;align-items:center;gap:13px;margin-bottom:14px;padding:12px 14px;border:1px solid #dce5e0;border-radius:13px;background:#fff}.builder-workspace-top>div:nth-child(2){display:flex;min-width:0;flex-direction:column;gap:3px}.builder-workspace-top>div:nth-child(2)>strong{color:#294238;font-size:.75rem}.builder-workspace-top>div:nth-child(2)>span{color:#70817a;font-size:.6rem}.builder-page-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:10px;margin-bottom:14px;padding:13px;border:1px solid #c9ddd3;border-radius:11px;background:#f4f9f6}.block-library{align-self:start;position:sticky;top:20px;max-height:calc(100vh - 40px);overflow:auto}.block-library>p{margin:-7px 0 12px;color:#74857e;font-size:.61rem}.builder-canvas{min-width:0}.canvas-block.expanded{grid-template-columns:24px minmax(0,1fr);align-items:start;padding:13px}.canvas-block.hidden-block{border-style:dashed;opacity:.7}.canvas-drag{display:grid;place-items:center;min-height:32px;color:#779086;cursor:grab}.canvas-block-content{display:grid;grid-template-columns:1fr 1fr;gap:10px;min-width:0}.canvas-block-content>div{display:flex;grid-column:1/-1;flex-direction:column;gap:3px}.canvas-block-content>div>strong{color:#294238;font-size:.72rem}.canvas-block-content>div>small{color:#71827b;font-size:.58rem}.canvas-block-content textarea{resize:vertical}.canvas-actions{display:flex;grid-column:2;flex-wrap:wrap;gap:5px;margin-top:2px}.canvas-actions button{min-height:29px;padding:5px 8px;border:1px solid #cfddd6!important;border-radius:7px!important;background:#fff!important;color:#426056!important;font-size:.57rem;font-weight:800;cursor:pointer}.canvas-actions button:disabled{opacity:.4;cursor:not-allowed}.canvas-actions .danger-text{border-color:#e3b7b2!important;color:#9a332c!important}.builder-settings{align-self:start;position:sticky;top:20px}.builder-settings>label{margin:11px 0}.builder-settings>label>small{align-self:flex-end;margin-bottom:-3px;color:#71817b;font-size:.57rem}.builder-settings .check-label{flex-direction:row;align-items:center}.builder-settings .area-seo-summary{margin-top:14px}.builder-safety-note{margin:12px 0;padding:10px;border-radius:9px;background:#f5f0df;color:#725e25;font-size:.58rem;line-height:1.5}.page-revisions{margin-top:18px;padding-top:15px;border-top:1px solid #dce5e0}.page-revisions h3{color:var(--green);font-size:.72rem}.page-revisions>p{margin-top:8px;color:#74857e;font-size:.59rem;line-height:1.5}.page-revisions>div{display:grid;gap:7px;margin-top:9px}.page-revisions article{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px;border:1px solid #dce5e0;border-radius:8px;background:#f8faf9}.page-revisions article>span{display:flex;min-width:0;flex-direction:column;gap:3px}.page-revisions article strong{font-size:.62rem}.page-revisions article small{color:#72827b;font-size:.54rem}.page-revisions .cms-button{flex:0 0 auto;min-height:30px;padding:5px 7px;font-size:.55rem}.preview-banner{position:sticky;z-index:45;top:0;display:flex;align-items:center;justify-content:center;gap:14px;padding:10px 20px;background:#f2b84b;color:#30240d;font-size:.72rem;box-shadow:0 4px 15px rgba(0,0,0,.12)}.preview-banner a{padding:5px 8px;border:1px solid currentColor;border-radius:7px;font-weight:850}
@media (max-width:1200px){.builder-layout{grid-template-columns:200px minmax(0,1fr)}.builder-settings{position:static;grid-column:1/-1}.page-admin-item{grid-template-columns:42px minmax(180px,1fr) auto}.page-admin-item>.lead-status{justify-self:end}.page-admin-actions{grid-column:2/-1}}
@media (max-width:760px){.page-manager>.cms-panel-header{align-items:stretch;flex-direction:column}.page-manager>.cms-panel-header .cms-button{width:100%}.page-manager-filters{grid-template-columns:1fr}.page-manager-filters>span{padding:0}.page-admin-item{grid-template-columns:38px minmax(0,1fr) auto}.page-admin-icon{width:36px;height:36px}.page-admin-item>.lead-status{display:none}.page-admin-actions{grid-column:1/-1;justify-content:stretch}.page-admin-actions .cms-button{flex:1}.builder-workspace-top{grid-template-columns:1fr}.builder-workspace-top>.cms-button{width:100%}.builder-toolbar{display:grid;grid-template-columns:1fr 1fr}.builder-toolbar .cms-button{width:100%}.builder-page-heading,.canvas-block-content{grid-template-columns:1fr}.canvas-block-content>div{grid-column:auto}.canvas-actions{grid-column:2}.builder-layout{grid-template-columns:1fr}.builder-settings{grid-column:auto}.preview-banner{align-items:flex-start;flex-direction:column;gap:5px}}

/* Elementor-like visual page editor */
.elementor-builder{margin:-6px -8px 0}.elementor-topbar{position:sticky;z-index:20;top:0;display:grid;grid-template-columns:minmax(220px,1fr) auto minmax(330px,1fr);align-items:center;gap:14px;min-height:60px;padding:9px 12px;border:1px solid #d6e0db;border-radius:13px 13px 0 0;background:#fff;box-shadow:0 4px 16px rgba(18,61,50,.06)}.elementor-topbar-left,.elementor-topbar-actions,.elementor-device-switch{display:flex;align-items:center;gap:7px}.elementor-topbar-left>span{display:flex;min-width:0;flex-direction:column;gap:2px;margin-left:3px}.elementor-topbar-left strong{overflow:hidden;color:#213a31;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.elementor-topbar-left small{color:#77877f;font-size:.56rem}.elementor-topbar-actions{justify-content:flex-end}.elementor-icon-button{display:grid;place-items:center;min-width:35px;height:35px;padding:0 8px;border:1px solid #d3dfd9;border-radius:8px;background:#fff;color:#355b4d;font-size:.82rem;font-weight:900;cursor:pointer}.elementor-icon-button:hover,.elementor-icon-button.active{border-color:#2f8064;background:#e9f5ef;color:#176c4c}.elementor-icon-button:disabled{opacity:.35;cursor:not-allowed}.elementor-device-switch{justify-content:center;padding:4px;border-radius:9px;background:#edf2ef}.elementor-device-switch button{padding:7px 9px;border:0;border-radius:7px;background:transparent;color:#61736b;font-size:.58rem;font-weight:850;cursor:pointer}.elementor-device-switch button.active{background:#fff;color:#176c4c;box-shadow:0 2px 7px rgba(18,61,50,.1)}.elementor-notice{margin:0!important;border-radius:0!important}.elementor-editor{display:grid;grid-template-columns:245px minmax(440px,1fr) 285px;min-height:720px;border:1px solid #d6e0db;border-top:0;border-radius:0 0 13px 13px;overflow:hidden;background:#dfe5e1}.elementor-widgets,.elementor-inspector{min-width:0;background:#fff}.elementor-widgets{border-right:1px solid #d6e0db}.elementor-inspector{border-left:1px solid #d6e0db}.elementor-panel-tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #dce5e0}.elementor-panel-tabs button{min-height:48px;border:0;border-bottom:3px solid transparent;background:#fff;color:#687970;font-size:.64rem;font-weight:850;cursor:pointer}.elementor-panel-tabs button.active{border-bottom-color:#1e8060;color:#176a4d;background:#f8fbf9}.elementor-widget-search{display:flex;flex-direction:column;gap:6px;padding:14px 14px 8px;color:#42574f;font-size:.61rem;font-weight:850}.elementor-panel-help{padding:0 14px 11px;color:#77877f;font-size:.56rem;line-height:1.45}.elementor-widget-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:4px 12px 18px}.elementor-widget-grid button{display:flex;min-height:82px;align-items:center;justify-content:center;flex-direction:column;gap:8px;padding:10px 6px;border:1px solid #d9e3de;border-radius:9px;background:#fff;color:#39584c;font-size:.57rem;font-weight:800;text-align:center;cursor:grab;transition:border-color .15s,box-shadow .15s,transform .15s}.elementor-widget-grid button:hover{border-color:#64a78a;box-shadow:0 7px 17px rgba(18,61,50,.09);transform:translateY(-1px)}.elementor-widget-grid svg{width:21px;color:#1e8060}.elementor-navigator{display:grid;gap:4px;padding:12px}.elementor-navigator>button{display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:7px;min-height:40px;padding:7px 8px;border:1px solid transparent;border-radius:8px;background:#f7f9f8;color:#456057;text-align:left;cursor:pointer}.elementor-navigator>button.active{border-color:#70aa90;background:#eaf5ef;color:#176a4d}.elementor-navigator strong{overflow:hidden;font-size:.6rem;text-overflow:ellipsis;white-space:nowrap}.elementor-navigator small{font-size:.53rem}.elementor-navigator>p{padding:20px;color:#71817b;font-size:.62rem;text-align:center}.elementor-canvas{min-width:0;overflow:auto;padding:28px 24px 70px;background:radial-gradient(circle at 20% 0,#eef2ef,#dfe5e1 56%)}.elementor-stage{width:100%;margin:auto;transition:width .2s}.elementor-stage.device-tablet{width:min(720px,100%)}.elementor-stage.device-mobile{width:min(390px,100%)}.elementor-document{min-height:640px;background:#fff;box-shadow:0 14px 40px rgba(18,46,37,.15)}.elementor-document-label{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 12px;border-bottom:1px solid #dbe4df;background:#f7f9f8;color:#60736b;font-size:.58rem;font-weight:850}.elementor-document-label button{border:0;background:transparent;color:#1b7253;font-size:.58rem;font-weight:900;cursor:pointer}.elementor-section{position:relative;border:2px solid transparent;cursor:pointer;transition:border-color .14s}.elementor-section:hover{border-color:#83bba4}.elementor-section.selected{z-index:2;border-color:#1d8c65;box-shadow:0 0 0 1px #1d8c65}.elementor-section.is-hidden{opacity:.58}.elementor-section.device-hidden{display:none}.elementor-section-handle{position:absolute;z-index:4;top:-25px;left:-2px;right:-2px;display:none;align-items:center;justify-content:space-between;min-height:25px;padding:2px 5px 2px 8px;border-radius:5px 5px 0 0;background:#1d8c65;color:#fff;font-size:.52rem;font-weight:850;box-shadow:0 3px 8px rgba(0,0,0,.16)}.elementor-section.selected{margin-top:25px}.elementor-section.selected .elementor-section-handle{display:flex}.elementor-section-handle>div{display:flex;gap:3px}.elementor-section-handle button{display:grid;place-items:center;width:21px;height:20px;border:0;border-radius:4px;background:rgba(255,255,255,.15);color:#fff;font-size:.58rem;cursor:pointer}.elementor-section-handle button:hover{background:rgba(255,255,255,.3)}.elementor-section-handle button:disabled{opacity:.35}.elementor-drop-zone{display:block;width:calc(100% - 24px);min-height:48px;margin:18px 12px;border:1px dashed #6daa90;border-radius:8px;background:#eff7f3;color:#297557;font-size:.63rem;font-weight:850;cursor:pointer}.visual-block{position:relative;min-height:120px;overflow:hidden}.visual-block h2{margin:0;color:inherit;font-size:clamp(1.25rem,3vw,2.1rem);line-height:1.12}.visual-block p{max-width:720px;margin:10px auto 0;color:inherit;font-size:.7rem;line-height:1.6;opacity:.8}.visual-block-type{display:inline-flex;margin-bottom:9px;padding:4px 7px;border:1px solid currentColor;border-radius:99px;font-size:.48rem;font-weight:850;text-transform:uppercase;opacity:.65}.visual-block button{margin-top:17px;padding:9px 13px;border:0;border-radius:8px;background:#f2b84b;color:#213228;font-size:.58rem;font-weight:900;pointer-events:none}.visual-hero{display:flex;min-height:330px;justify-content:center;flex-direction:column;background-position:center;background-size:cover}.visual-hero>span{margin-bottom:10px;font-size:.55rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.visual-hero h2{max-width:620px;font-size:clamp(2rem,5vw,4rem)}.visual-hero p{margin-left:0}.visual-split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:24px}.visual-split img{width:100%;height:220px;border-radius:10px;object-fit:cover}.visual-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px;text-align:left}.visual-card-grid>span{display:flex;min-height:78px;align-items:center;gap:8px;padding:10px;border:1px solid currentColor;border-radius:10px;font-size:.58rem;font-weight:850;opacity:.85}.visual-card-grid b{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#f2b84b;color:#26372f}.visual-price-list{display:grid;gap:7px;margin-top:18px}.visual-price-list span,.visual-faq{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px;border:1px solid currentColor;border-radius:8px;font-size:.58rem;opacity:.82}.visual-faq{margin-top:7px}.visual-cta{text-align:inherit}.visual-placeholder{display:flex;min-height:84px;align-items:center;justify-content:center;gap:10px;margin-top:16px;border:1px dashed currentColor;border-radius:9px;font-size:.58rem;opacity:.55}.visual-placeholder svg{width:23px}.visual-divider{background:#fff}.visual-divider i{display:block;height:1px;background:currentColor;opacity:.2}.elementor-inspector>header{display:flex;min-height:63px;align-items:center;gap:9px;padding:11px 13px;border-bottom:1px solid #dce5e0}.elementor-inspector>header>button{display:grid;place-items:center;width:29px;height:29px;border:1px solid #d6e1db;border-radius:7px;background:#fff;color:#426057;cursor:pointer}.elementor-inspector>header>span{display:flex;min-width:0;flex-direction:column;gap:3px}.elementor-inspector>header strong{overflow:hidden;color:#294238;font-size:.69rem;text-overflow:ellipsis;white-space:nowrap}.elementor-inspector>header small{color:#75867e;font-size:.54rem}.inspector-tabs{grid-template-columns:repeat(3,1fr)}.elementor-controls{display:grid;gap:14px;padding:15px}.elementor-controls>label{display:flex;min-width:0;flex-direction:column;gap:7px;color:#40574e;font-size:.6rem;font-weight:850}.elementor-controls>label>small{align-self:flex-end;margin-bottom:-3px;color:#75867e;font-size:.54rem}.elementor-controls textarea{resize:vertical}.elementor-controls>p{padding:9px;border-radius:7px;background:#edf3f0;color:#60736b;font-size:.55rem;line-height:1.45}.elementor-controls>hr{width:100%;border:0;border-top:1px solid #dce5e0}.elementor-controls input[type=range]{width:100%;accent-color:#1d8c65}.elementor-color-control{display:grid;grid-template-columns:42px 1fr;gap:8px}.elementor-color-control input[type=color]{width:42px;height:42px;padding:3px;border:1px solid #d5dfda;border-radius:8px;background:#fff}.elementor-alignment{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.elementor-alignment button{min-height:36px;border:1px solid #d6e0db;border-radius:7px;background:#fff;color:#60736b;font-size:.55rem;font-weight:850;cursor:pointer}.elementor-alignment button.active{border-color:#1d8c65;background:#e9f5ef;color:#176a4d}.elementor-danger-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding-top:6px}.elementor-danger-actions button{min-height:35px;border:1px solid #d7e1dc;border-radius:7px;background:#fff;color:#456057;font-size:.57rem;font-weight:850;cursor:pointer}.elementor-danger-actions button:last-child{border-color:#e4b4ae;color:#9a332c}.elementor-controls .page-revisions{margin-top:0}.custom-page-block{overflow:hidden;background:var(--custom-page-background);color:inherit}.custom-page-block h1,.custom-page-block h2,.custom-page-block h3,.custom-page-block p{color:inherit}.custom-page-block>.inner-section{padding-top:var(--page-pad-desktop);padding-bottom:var(--page-pad-desktop)}.custom-page-block>.hero .hero-content{padding-top:var(--page-pad-desktop);padding-bottom:var(--page-pad-desktop)}
@media (max-width:1250px){.elementor-editor{grid-template-columns:215px minmax(400px,1fr) 260px}.elementor-topbar{grid-template-columns:minmax(170px,1fr) auto minmax(280px,1fr)}.elementor-topbar-actions .cms-button{padding:8px}.elementor-device-switch button{font-size:0}.elementor-device-switch button:first-letter{font-size:.7rem}}
@media (max-width:1050px){.elementor-topbar{grid-template-columns:1fr auto}.elementor-device-switch{grid-column:1/-1;grid-row:2}.elementor-editor{grid-template-columns:210px minmax(420px,1fr)}.elementor-inspector{grid-column:1/-1;border-top:1px solid #d6e0db;border-left:0}.elementor-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.elementor-controls>.area-seo-summary,.elementor-controls>.builder-safety-note,.elementor-controls>.page-revisions,.elementor-controls>hr{grid-column:1/-1}}
@media (max-width:760px){.elementor-builder{margin:0}.elementor-topbar{position:static;grid-template-columns:1fr;padding:10px}.elementor-topbar-left,.elementor-topbar-actions{flex-wrap:wrap}.elementor-topbar-actions{justify-content:flex-start}.elementor-device-switch{grid-column:auto;grid-row:auto}.elementor-device-switch button{font-size:.56rem}.elementor-editor{display:flex;min-height:0;flex-direction:column}.elementor-widgets,.elementor-inspector{border:0;border-bottom:1px solid #d6e0db}.elementor-canvas{order:3;min-height:560px;padding:40px 12px}.elementor-inspector{order:2}.elementor-controls{grid-template-columns:1fr}.elementor-controls>.area-seo-summary,.elementor-controls>.builder-safety-note,.elementor-controls>.page-revisions,.elementor-controls>hr{grid-column:auto}.visual-split,.visual-card-grid{grid-template-columns:1fr}.elementor-stage.device-tablet,.elementor-stage.device-mobile{width:100%}.custom-page-block>.inner-section,.custom-page-block>.hero .hero-content{padding-top:var(--page-pad-mobile);padding-bottom:var(--page-pad-mobile)}}
@media (min-width:761px) and (max-width:1024px){.custom-page-block.hide-on-tablet{display:none}.custom-page-block>.inner-section,.custom-page-block>.hero .hero-content{padding-top:var(--page-pad-tablet);padding-bottom:var(--page-pad-tablet)}}
@media (max-width:760px){.custom-page-block.hide-on-mobile{display:none}}

/* Database-backed public navigation */
.nav-dropdown{position:relative;display:flex;align-items:center;gap:3px}.nav-dropdown>a{color:#39524a;font-size:.72rem;font-weight:750;white-space:nowrap}.nav-dropdown>a:hover{color:var(--green-2)}.nav-dropdown-indicator{color:#688078;font-size:.72rem;transition:transform .15s}.nav-submenu{position:absolute;z-index:60;top:calc(100% + 14px);left:-14px;display:none;min-width:210px;padding:8px;border:1px solid #dce5e0;border-radius:12px;background:#fff;box-shadow:0 18px 40px rgba(18,61,50,.14)}.nav-submenu:before{content:"";position:absolute;left:0;right:0;top:-16px;height:16px}.nav-submenu>a{display:block;padding:10px 11px;border-radius:8px;color:#3b554b;font-size:.68rem;font-weight:750;white-space:nowrap}.nav-submenu>a:hover{background:#edf4f0;color:#176a4d}.nav-dropdown:hover .nav-submenu,.nav-dropdown:focus-within .nav-submenu{display:block}.nav-dropdown:hover .nav-dropdown-indicator,.nav-dropdown:focus-within .nav-dropdown-indicator{transform:rotate(180deg)}

/* Menu management */
.menu-manager>.form-message{margin:-4px 0 16px}.menu-location-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:15px}.menu-location-tabs button{display:flex;min-height:58px;align-items:flex-start;justify-content:center;flex-direction:column;gap:4px;padding:10px 12px;border:1px solid #d8e3dd;border-radius:10px;background:#f8faf9;color:#526960;text-align:left;cursor:pointer}.menu-location-tabs button.active{border-color:#469174;background:#e9f5ef;color:#176a4d;box-shadow:0 0 0 2px rgba(70,145,116,.09)}.menu-location-tabs span{font-size:.65rem;font-weight:850}.menu-location-tabs small{font-size:.55rem}.menu-manager-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:14px}.menu-editor-panel,.menu-preview-panel{min-width:0;border:1px solid #dce5e0;border-radius:12px;background:#f8faf9}.menu-add-panel{display:grid;grid-template-columns:minmax(180px,.65fr) 1.35fr;align-items:end;gap:13px;padding:14px;border-bottom:1px solid #dce5e0;background:#fff;border-radius:12px 12px 0 0}.menu-add-panel>div:first-child{display:flex;flex-direction:column;gap:4px}.menu-add-panel strong{color:#294238;font-size:.7rem}.menu-add-panel span{color:#70817a;font-size:.58rem;line-height:1.45}.menu-add-panel>div:last-child{display:grid;grid-template-columns:minmax(180px,1fr) auto auto;gap:7px}.menu-editor-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px}.menu-editor-heading>span{display:flex;min-width:0;flex-direction:column;gap:4px}.menu-editor-heading strong{color:#294238;font-size:.72rem}.menu-editor-heading small{color:#70817a;font-size:.57rem}.menu-editor-heading>b{padding:5px 8px;border-radius:999px;background:#e5eee9;color:#35614f;font-size:.56rem}.menu-item-list{display:grid;gap:8px;padding:0 12px 14px}.menu-item-editor{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px;border:1px solid #d9e3de;border-radius:11px;background:#fff}.menu-item-editor.is-child{margin-left:28px;border-left:4px solid #83b49d}.menu-item-editor.is-hidden{border-style:dashed;opacity:.68}.menu-item-order{display:grid;grid-template-columns:1fr 1fr;gap:4px}.menu-item-order>span{display:grid;grid-column:1/-1;place-items:center;color:#799087;cursor:grab}.menu-item-order button{display:grid;place-items:center;width:25px;height:25px;border:1px solid #d7e1dc;border-radius:6px;background:#fff;color:#4f675e;font-size:.6rem;cursor:pointer}.menu-item-order button:disabled{opacity:.35}.menu-item-fields{display:grid;grid-template-columns:1fr 1.25fr 1fr .8fr;gap:8px}.menu-item-fields label{display:flex;min-width:0;flex-direction:column;gap:5px;color:#475c54;font-size:.57rem;font-weight:850}.menu-item-fields .cms-input{min-height:39px;padding:8px 9px;font-size:.61rem}.menu-item-actions{display:flex;max-width:170px;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:5px}.menu-item-actions .check-label{width:100%;justify-content:flex-end;margin:0}.menu-item-actions .cms-button{min-height:32px;padding:6px 8px;font-size:.55rem}.menu-preview-panel{align-self:start;position:sticky;top:20px;padding:17px;background:#123d32;color:#fff}.menu-preview-panel>.eyebrow{color:#bcd5cb;font-size:.55rem}.menu-preview-panel h3{margin-top:8px;font-size:1.15rem}.menu-preview-panel>p{margin-top:5px;color:#aec7bd;font-size:.6rem;line-height:1.5}.menu-header-preview,.menu-footer-preview{display:grid;gap:7px;margin-top:16px}.menu-header-preview>div,.menu-footer-preview>span{display:flex;justify-content:space-between;flex-direction:column;gap:5px;padding:9px 10px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:rgba(255,255,255,.06);font-size:.63rem;font-weight:800}.menu-header-preview>div>div{display:grid;gap:3px;padding-left:9px;border-left:1px solid #f2b84b}.menu-header-preview small,.menu-footer-preview small{color:#aec7bd;font-size:.52rem;font-weight:600}.menu-preview-note{display:grid;grid-template-columns:22px 1fr;gap:7px;margin-top:15px;padding:10px;border-radius:8px;background:#f2b84b;color:#23362e}.menu-preview-note svg{width:18px}.menu-preview-note span{font-size:.55rem;line-height:1.45}
@media (max-width:1100px){.menu-location-tabs{grid-template-columns:1fr 1fr}.menu-manager-layout{grid-template-columns:1fr}.menu-preview-panel{position:static}.menu-item-fields{grid-template-columns:1fr 1fr}.menu-item-actions{max-width:none}}
@media (max-width:900px){.main-nav>.nav-dropdown{display:grid;width:100%;grid-template-columns:1fr auto;padding:0;border-bottom:1px solid var(--border)}.main-nav>.nav-dropdown>a{padding:12px 5px;font-size:.82rem}.nav-dropdown-indicator{padding-right:5px}.nav-submenu{position:static;display:grid!important;grid-column:1/-1;min-width:0;padding:0 0 8px 14px;border:0;border-radius:0;background:transparent;box-shadow:none}.nav-submenu:before{display:none}.nav-submenu>a{padding:9px 8px;border-left:2px solid #9ab7ab;border-radius:0;font-size:.72rem}.nav-submenu>a:hover{background:transparent}}
@media (max-width:700px){.menu-manager>.cms-panel-header{align-items:stretch;flex-direction:column}.menu-manager>.cms-panel-header .cms-button{width:100%}.menu-location-tabs{grid-template-columns:1fr}.menu-add-panel{grid-template-columns:1fr}.menu-add-panel>div:last-child{grid-template-columns:1fr}.menu-item-editor{grid-template-columns:42px minmax(0,1fr)}.menu-item-fields{grid-template-columns:1fr}.menu-item-actions{grid-column:1/-1;justify-content:stretch}.menu-item-actions .check-label{justify-content:flex-start}.menu-item-actions .cms-button{flex:1}.menu-item-editor.is-child{margin-left:14px}}

/* Redirect management */
.redirect-manager>.form-message{margin:-4px 0 16px}.redirect-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:15px}.redirect-stats>div{display:flex;min-height:78px;justify-content:center;flex-direction:column;gap:5px;padding:13px 15px;border:1px solid #dce5e0;border-radius:11px;background:#f8faf9}.redirect-stats span{color:#70817a;font-size:.58rem;font-weight:750}.redirect-stats strong{color:#123d32;font-size:1.35rem}.redirect-editor{margin-bottom:15px;overflow:hidden;border:1px solid #83b49d;border-radius:13px;background:#f7fbf9;box-shadow:0 8px 22px rgba(18,61,50,.07)}.redirect-editor-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #dce8e2;background:#edf6f1}.redirect-editor-heading .eyebrow{font-size:.51rem}.redirect-editor-heading h3{margin-top:4px;color:#26483b;font-size:.9rem}.redirect-form-grid{display:grid;grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr);align-items:center;gap:12px;padding:16px}.redirect-form-grid>label{display:flex;min-width:0;flex-direction:column;gap:6px;color:#40574e;font-size:.6rem;font-weight:850}.redirect-form-grid>label:nth-of-type(3){grid-column:1/3}.redirect-form-grid>.check-label{grid-column:3;margin:0;align-self:end;min-height:43px;justify-content:flex-start}.redirect-form-grid label small{color:#7a8a83;font-size:.52rem;font-weight:600;line-height:1.4}.redirect-arrow{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#123d32;color:#f2b84b;font-weight:900}.redirect-editor-actions{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 16px;border-top:1px solid #dce8e2;background:#fff}.redirect-editor-actions p{display:flex;align-items:center;gap:7px;color:#61746b;font-size:.55rem;line-height:1.45}.redirect-editor-actions p svg{flex:0 0 18px;width:18px;color:#277657}.redirect-toolbar{display:grid;grid-template-columns:minmax(220px,1fr) 190px auto;align-items:end;gap:10px;margin-bottom:12px}.redirect-toolbar label{display:flex;flex-direction:column;gap:6px;color:#475d54;font-size:.57rem;font-weight:850}.redirect-toolbar>span{padding:11px;color:#63766e;font-size:.58rem;font-weight:800;text-align:right}.redirect-list{display:grid;gap:8px}.redirect-item{display:grid;grid-template-columns:minmax(250px,1.4fr) minmax(220px,.8fr) auto;align-items:center;gap:14px;padding:13px 14px;border:1px solid #dbe5e0;border-radius:11px;background:#fff}.redirect-item.is-inactive{border-style:dashed;background:#f8faf9;opacity:.7}.redirect-paths{display:grid;grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr);align-items:center;gap:7px}.redirect-paths>a{overflow:hidden;color:#176a4d;font-size:.66rem;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.redirect-paths>span{color:#8aa097;text-align:center}.redirect-meta{display:flex;align-items:center;flex-wrap:wrap;gap:7px;color:#74857e;font-size:.54rem}.redirect-code{padding:4px 7px;border-radius:999px;background:#e4f2eb;color:#176a4d;font-weight:900}.redirect-code.code-302{background:#fff0ce;color:#7e5a10}.redirect-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:5px}.redirect-actions .cms-button{min-height:32px;padding:6px 8px;font-size:.55rem}
@media (max-width:1100px){.redirect-item{grid-template-columns:1fr auto}.redirect-meta{grid-column:1}.redirect-actions{grid-column:2;grid-row:1/3}}
@media (max-width:720px){.redirect-manager>.cms-panel-header{align-items:stretch;flex-direction:column}.redirect-manager>.cms-panel-header>.cms-button{width:100%}.redirect-stats{grid-template-columns:1fr}.redirect-form-grid{grid-template-columns:1fr}.redirect-form-grid>label:nth-of-type(3),.redirect-form-grid>.check-label{grid-column:auto}.redirect-arrow{transform:rotate(90deg);justify-self:center}.redirect-editor-actions{align-items:stretch;flex-direction:column}.redirect-editor-actions>.cms-button{width:100%}.redirect-toolbar{grid-template-columns:1fr}.redirect-toolbar>span{text-align:left}.redirect-item{grid-template-columns:1fr}.redirect-paths{grid-template-columns:1fr}.redirect-paths>span{transform:rotate(90deg)}.redirect-meta,.redirect-actions{grid-column:auto;grid-row:auto}.redirect-actions{justify-content:stretch}.redirect-actions .cms-button{flex:1}}

/* Audit log */
.audit-manager>.form-message{margin:-4px 0 16px}.audit-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px}.audit-stats>div{display:flex;min-height:76px;justify-content:center;flex-direction:column;gap:5px;padding:12px 14px;border:1px solid #dce5e0;border-radius:11px;background:#f8faf9}.audit-stats span{color:#70817a;font-size:.56rem;font-weight:750}.audit-stats strong{color:#123d32;font-size:1.3rem}.audit-filters{display:grid;grid-template-columns:1.3fr repeat(2,minmax(140px,.7fr));gap:9px;margin-bottom:14px;padding:13px;border:1px solid #dce5e0;border-radius:12px;background:#f8faf9}.audit-filters>label{display:flex;min-width:0;flex-direction:column;gap:5px;color:#475d54;font-size:.56rem;font-weight:850}.audit-filter-actions{display:flex;align-items:flex-end;gap:6px}.audit-filter-actions .cms-button{flex:1;min-height:41px;padding:8px}.audit-list{display:grid;gap:8px}.audit-item{overflow:hidden;border:1px solid #dce5e0;border-left:4px solid #4b9a7a;border-radius:11px;background:#fff}.audit-item.tone-warning{border-left-color:#d49a2d}.audit-item.tone-danger{border-left-color:#c95147}.audit-item.open{box-shadow:0 9px 23px rgba(18,61,50,.08)}.audit-summary{display:grid;width:100%;grid-template-columns:38px minmax(180px,1.25fr) minmax(160px,1fr) minmax(150px,.8fr) minmax(135px,.7fr) 24px;align-items:center;gap:10px;padding:12px 13px;border:0;background:#fff;color:#294238;text-align:left;cursor:pointer}.audit-summary:hover{background:#f8fbf9}.audit-summary>span:not(.audit-event-icon){display:flex;min-width:0;flex-direction:column;gap:3px}.audit-summary small,.audit-detail-meta small{color:#7b8b84;font-size:.5rem;font-weight:800;text-transform:uppercase}.audit-summary strong{overflow:hidden;font-size:.62rem;text-overflow:ellipsis;white-space:nowrap}.audit-summary em{overflow:hidden;color:#7b8b84;font-size:.51rem;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.audit-summary>b{color:#547067;font-size:.8rem}.audit-event-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#e7f3ed;color:#267558}.tone-warning .audit-event-icon{background:#fff1d4;color:#90651b}.tone-danger .audit-event-icon{background:#fae4e1;color:#a33831}.audit-event-icon svg{width:18px}.audit-detail{padding:14px 16px 16px;border-top:1px solid #dce5e0;background:#f8faf9}.audit-detail-meta{display:grid;grid-template-columns:1fr 1.2fr 1.2fr;gap:8px;margin-bottom:12px}.audit-detail-meta>div{display:flex;min-width:0;flex-direction:column;gap:4px;padding:9px 10px;border:1px solid #dce5e0;border-radius:8px;background:#fff}.audit-detail-meta strong{overflow:hidden;color:#385348;font-size:.57rem;text-overflow:ellipsis;white-space:nowrap}.audit-snapshots{display:grid;grid-template-columns:1fr 1fr;gap:10px}.audit-snapshots>section{min-width:0;overflow:hidden;border:1px solid #d8e2dd;border-radius:9px;background:#fff}.audit-snapshots h3{padding:9px 11px;border-bottom:1px solid #e0e8e4;color:#365349;font-size:.59rem}.audit-snapshots pre{max-height:280px;overflow:auto;margin:0;padding:11px;color:#425b51;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.53rem;line-height:1.55;white-space:pre-wrap;word-break:break-word}.audit-privacy-note{display:flex;align-items:center;gap:7px;margin-top:10px;color:#65786f;font-size:.53rem}.audit-privacy-note svg{width:17px;color:#267558}.audit-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding-top:12px;border-top:1px solid #dce5e0;color:#65786f;font-size:.57rem}.audit-pagination>div{display:flex;align-items:center;gap:7px}.audit-pagination strong{font-size:.56rem}.audit-pagination .cms-button{min-height:34px;padding:7px 9px;font-size:.55rem}
@media (max-width:1150px){.audit-stats{grid-template-columns:1fr 1fr}.audit-filters{grid-template-columns:1fr 1fr}.audit-search{grid-column:1/-1}.audit-summary{grid-template-columns:38px 1.2fr 1fr 1fr 24px}.audit-summary>span:nth-of-type(5){display:none}}
@media (max-width:720px){.audit-manager>.cms-panel-header{align-items:stretch;flex-direction:column}.audit-manager>.cms-panel-header>.cms-button{width:100%}.audit-stats,.audit-filters,.audit-detail-meta,.audit-snapshots{grid-template-columns:1fr}.audit-search{grid-column:auto}.audit-summary{grid-template-columns:34px minmax(0,1fr) 22px;align-items:start}.audit-summary>span:nth-of-type(3),.audit-summary>span:nth-of-type(4),.audit-summary>span:nth-of-type(5){display:none}.audit-filter-actions{flex-direction:column}.audit-filter-actions .cms-button{width:100%}.audit-pagination{align-items:stretch;flex-direction:column}.audit-pagination>div{display:grid;grid-template-columns:1fr 1fr}.audit-pagination>div>strong{grid-column:1/-1;grid-row:1;text-align:center}.audit-pagination .cms-button{width:100%}}

/* Security center */
.security-manager>.form-message{margin:-4px 0 16px}.security-header-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:7px}.security-confirm{display:grid;grid-template-columns:40px minmax(0,1fr) auto auto;align-items:center;gap:10px;margin-bottom:15px;padding:12px 13px;border:1px solid #e0a64a;border-radius:11px;background:#fff6df}.security-confirm-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:9px;background:#f2b84b;color:#123d32}.security-confirm-icon svg{width:21px}.security-confirm strong{display:block;color:#5d4618;font-size:.67rem}.security-confirm p{margin-top:3px;color:#76623c;font-size:.55rem;line-height:1.45}.security-health{display:grid;grid-template-columns:45px minmax(0,1fr) auto;align-items:center;gap:12px;margin-bottom:13px;padding:14px 15px;border:1px solid #a8d5bf;border-radius:12px;background:linear-gradient(135deg,#edf8f2,#f9fcfa)}.security-health.attention{border-color:#e8c57d;background:linear-gradient(135deg,#fff7e3,#fffdfa)}.security-health-icon{display:grid;place-items:center;width:43px;height:43px;border-radius:11px;background:#267558;color:#fff}.security-health.attention .security-health-icon{background:#d09222}.security-health-icon svg{width:23px}.security-health strong{color:#174f3c;font-size:.75rem}.security-health.attention strong{color:#6f5016}.security-health p{margin-top:4px;color:#587167;font-size:.56rem;line-height:1.5}.security-health>span:last-child{padding:6px 9px;border-radius:999px;background:#d9efe4;color:#176345;font-size:.54rem;font-weight:900}.security-health.attention>span:last-child{background:#ffebbc;color:#7a5510}.security-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:13px}.security-stats>div{display:flex;min-height:88px;justify-content:center;flex-direction:column;gap:4px;padding:13px 15px;border:1px solid #dce5e0;border-radius:11px;background:#f8faf9}.security-stats>div.has-warning{border-color:#e9cd90;background:#fffaf0}.security-stats>div.has-danger{border-color:#e5a29c;background:#fff5f3}.security-stats span{color:#6c7f76;font-size:.56rem;font-weight:800}.security-stats strong{color:#123d32;font-size:1.35rem}.security-stats small{color:#89958f;font-size:.51rem}.security-main-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:12px;margin-bottom:12px}.security-subpanel{overflow:hidden;border:1px solid #dce5e0;border-radius:12px;background:#fff}.security-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 15px;border-bottom:1px solid #e1e9e5;background:#f8faf9}.security-section-heading .eyebrow{font-size:.49rem}.security-section-heading h3{margin-top:4px;color:#25473a;font-size:.8rem}.security-count{padding:5px 8px;border-radius:999px;background:#e4f2eb;color:#176a4d;font-size:.51rem;font-weight:900}.security-protection-list{display:grid}.security-protection-list>div{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 14px;border-bottom:1px solid #e8eeeb}.security-protection-list>div:last-child{border-bottom:0}.security-protection-list>div>span{display:grid;place-items:center;width:31px;height:31px;border-radius:8px;background:#e6f4ed;color:#207151}.security-protection-list>div.needs-review>span{background:#fff0cc;color:#8b6118}.security-protection-list svg{width:17px}.security-protection-list strong,.security-action-card strong{display:block;color:#345247;font-size:.61rem}.security-protection-list small{display:block;margin-top:3px;color:#7a8983;font-size:.52rem;line-height:1.4}.security-protection-list b{color:#28765a;font-size:.52rem}.security-protection-list .needs-review b{color:#946618}.security-actions-panel{display:flex;flex-direction:column}.security-action-card{display:grid;grid-template-columns:35px minmax(0,1fr) auto;align-items:center;gap:10px;padding:14px;border-bottom:1px solid #e3eae6}.security-action-card>span{display:grid;place-items:center;width:33px;height:33px;border-radius:9px;background:#eef5f2;color:#267558}.security-action-card>span svg{width:18px}.security-action-card p{margin-top:4px;color:#73847d;font-size:.52rem;line-height:1.45}.security-action-card .cms-button{min-height:33px;padding:7px 9px;font-size:.53rem}.security-privacy{display:flex;align-items:flex-start;gap:7px;margin:auto 14px 14px;padding:10px;border-radius:9px;background:#f0f6f3;color:#5c7369;font-size:.52rem;line-height:1.5}.security-privacy svg{flex:0 0 17px;width:17px;color:#267558}.security-sessions{margin-bottom:12px}.security-session-list{display:grid}.security-session-list>article{display:grid;grid-template-columns:38px minmax(150px,1.1fr) minmax(125px,.85fr) minmax(125px,.8fr) minmax(125px,.8fr) auto;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid #e5ece8}.security-session-list>article:last-child{border-bottom:0}.security-session-list>article.is-current{background:#f4faf7}.security-device-icon{display:grid;place-items:center;width:35px;height:35px;border-radius:9px;background:#e4f2eb;color:#267558}.security-device-icon svg{width:19px}.security-session-list article>div{display:flex;min-width:0;flex-direction:column;gap:3px}.security-session-list article>div>small{color:#87938e;font-size:.48rem;font-weight:800;text-transform:uppercase}.security-session-list article>div>strong{overflow:hidden;color:#405a50;font-size:.55rem;text-overflow:ellipsis;white-space:nowrap}.security-session-user strong{font-size:.63rem!important}.security-session-user small{text-transform:none!important}.security-current-badge{padding:6px 8px;border-radius:999px;background:#d9efe4;color:#176345;font-size:.51rem;font-weight:900;white-space:nowrap}.security-session-list .cms-button{min-height:32px;padding:7px 8px;font-size:.52rem}.security-event-list{display:grid;grid-template-columns:1fr 1fr}.security-event-list>article{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:9px;padding:11px 14px;border-bottom:1px solid #e7edea}.security-event-list>article:nth-child(odd){border-right:1px solid #e7edea}.security-event-list>article>span{display:grid;place-items:center;width:29px;height:29px;border-radius:8px;background:#e5f3ec;color:#267558}.security-event-list>article.is-danger>span{background:#fae5e2;color:#ac4037}.security-event-list svg{width:16px}.security-event-list article>div{display:flex;min-width:0;flex-direction:column;gap:3px}.security-event-list strong{overflow:hidden;color:#405a50;font-size:.56rem;text-overflow:ellipsis;white-space:nowrap}.security-event-list small{overflow:hidden;color:#819089;font-size:.49rem;text-overflow:ellipsis;white-space:nowrap}.security-event-list article>div:last-child{text-align:right}
@media (max-width:1180px){.security-main-grid{grid-template-columns:1fr}.security-session-list>article{grid-template-columns:38px 1fr 1fr auto}.security-session-list>article>div:nth-of-type(3),.security-session-list>article>div:nth-of-type(4){display:none}.security-event-list{grid-template-columns:1fr}.security-event-list>article:nth-child(odd){border-right:0}}
@media (max-width:760px){.security-manager>.cms-panel-header{align-items:stretch;flex-direction:column}.security-header-actions{display:grid;grid-template-columns:1fr}.security-header-actions .cms-button{width:100%}.security-confirm{grid-template-columns:36px 1fr}.security-confirm>.cms-button{width:100%}.security-health{grid-template-columns:40px 1fr}.security-health>span:last-child{grid-column:1/-1;text-align:center}.security-stats{grid-template-columns:1fr 1fr}.security-action-card{grid-template-columns:34px 1fr}.security-action-card .cms-button{grid-column:1/-1;width:100%}.security-session-list>article{grid-template-columns:35px minmax(0,1fr)}.security-session-list>article>div:nth-of-type(n+2){display:none}.security-current-badge,.security-session-list .cms-button{grid-column:1/-1;width:100%;text-align:center}.security-event-list>article{grid-template-columns:30px minmax(0,1fr)}.security-event-list article>div:last-child{grid-column:2;text-align:left}}
@media (max-width:480px){.security-stats{grid-template-columns:1fr}.security-protection-list>div{grid-template-columns:31px minmax(0,1fr)}.security-protection-list b{grid-column:2}}

/* Database backup */
.backup-manager>.form-message{margin:-4px 0 16px}.backup-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:13px}.backup-stats>div{display:flex;min-height:88px;justify-content:center;flex-direction:column;gap:4px;padding:13px 15px;border:1px solid #dce5e0;border-radius:11px;background:#f8faf9}.backup-stats span{color:#6c7f76;font-size:.56rem;font-weight:800}.backup-stats strong{overflow:hidden;color:#123d32;font-size:1.05rem;text-overflow:ellipsis}.backup-stats small{color:#89958f;font-size:.51rem}.backup-main-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:12px;margin-bottom:13px}.backup-create-panel{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:14px;padding:17px;border:1px solid #a7cdbd;border-radius:13px;background:linear-gradient(135deg,#edf7f2,#fbfdfc)}.backup-create-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:13px;background:#123d32;color:#f2b84b}.backup-create-icon svg{width:27px}.backup-create-panel .eyebrow,.backup-restore-panel .eyebrow{font-size:.5rem}.backup-create-panel h3,.backup-restore-panel h3{margin-top:5px;color:#214b3a;font-size:.84rem}.backup-create-panel p{margin-top:4px;color:#62786e;font-size:.54rem;line-height:1.45}.backup-create-panel label{display:flex;flex-direction:column;gap:5px;margin-top:10px;color:#4d655b;font-size:.54rem;font-weight:850}.backup-create-panel>.cms-button{min-width:145px}.backup-coverage{overflow:hidden;border:1px solid #dce5e0;border-radius:13px;background:#fff}.backup-coverage ul{display:grid;margin:0;padding:0;list-style:none}.backup-coverage li{display:grid;grid-template-columns:31px 1fr;align-items:start;gap:9px;padding:10px 13px;border-bottom:1px solid #e6ece9}.backup-coverage li:last-child{border-bottom:0}.backup-coverage li>span{display:grid;place-items:center;width:29px;height:29px;border-radius:8px;background:#e5f3ec;color:#267558}.backup-coverage li.is-note>span{background:#fff0ce;color:#8f651a}.backup-coverage li svg{width:16px}.backup-coverage strong{display:block;color:#365449;font-size:.58rem}.backup-coverage small{display:block;margin-top:3px;color:#7d8b85;font-size:.5rem;line-height:1.45}.backup-restore-panel{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:start;gap:13px;margin-bottom:13px;padding:15px;border:1px solid #dc9d92;border-radius:13px;background:#fff6f4}.backup-restore-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:#ad4238;color:#fff}.backup-restore-icon svg{width:22px}.backup-restore-panel h3{color:#7d302a}.backup-restore-panel p{margin-top:5px;color:#785b57;font-size:.54rem;line-height:1.5}.backup-restore-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:11px}.backup-restore-fields label{display:flex;flex-direction:column;gap:5px;color:#70524e;font-size:.53rem;font-weight:850}.backup-restore-actions{display:flex;align-self:end;gap:7px}.backup-history{overflow:hidden;border:1px solid #dce5e0;border-radius:13px;background:#fff}.backup-list{display:grid}.backup-list>article{border-bottom:1px solid #e5ece8}.backup-list>article:last-child{border-bottom:0}.backup-list>article.open{background:#fbfdfc}.backup-summary{display:grid;width:100%;grid-template-columns:38px minmax(220px,1.3fr) minmax(110px,.7fr) minmax(95px,.55fr) minmax(150px,.8fr) auto 20px;align-items:center;gap:10px;padding:12px 14px;border:0;background:transparent;color:#345046;text-align:left;cursor:pointer}.backup-summary:hover{background:#f8fbf9}.backup-summary>span:not(.backup-file-icon){display:flex;min-width:0;flex-direction:column;gap:3px}.backup-summary small,.backup-detail-grid small{color:#87948e;font-size:.48rem;font-weight:800;text-transform:uppercase}.backup-summary strong{overflow:hidden;font-size:.58rem;text-overflow:ellipsis;white-space:nowrap}.backup-summary em{overflow:hidden;color:#7f8d87;font-size:.49rem;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.backup-summary>b{color:#5e756b}.backup-file-icon{display:grid;place-items:center;width:35px;height:35px;border-radius:9px;background:#e5f3ec;color:#267558}.status-expired .backup-file-icon{background:#f0f0ed;color:#7e8883}.backup-file-icon svg{width:19px}.backup-status{padding:5px 8px;border-radius:999px;background:#dcefe5;color:#176345;font-size:.5rem;font-style:normal;font-weight:900;white-space:nowrap}.backup-status.status-expired{background:#eceeec;color:#66716c}.backup-detail{padding:13px 15px 15px;border-top:1px solid #e2eae6;background:#f8faf9}.backup-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.backup-detail-grid>div{display:flex;min-width:0;flex-direction:column;gap:4px;padding:9px 10px;border:1px solid #dee7e2;border-radius:9px;background:#fff}.backup-detail-grid strong{overflow:hidden;color:#405a50;font-size:.55rem;text-overflow:ellipsis;white-space:nowrap}.backup-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px;margin-top:10px}.backup-actions>span{margin-right:auto;color:#8a3c35;font-size:.53rem;font-weight:850}.backup-actions .cms-button{min-height:33px;padding:7px 9px;font-size:.53rem}.backup-footnote{display:flex;align-items:flex-start;gap:7px;margin:12px 2px 0;color:#687b72;font-size:.53rem;line-height:1.5}.backup-footnote svg{flex:0 0 17px;width:17px;color:#267558}
@media (max-width:1180px){.backup-main-grid{grid-template-columns:1fr}.backup-summary{grid-template-columns:38px minmax(180px,1.2fr) minmax(100px,.7fr) minmax(140px,.8fr) auto 20px}.backup-summary>span:nth-of-type(4){display:none}}
@media (max-width:780px){.backup-manager>.cms-panel-header{align-items:stretch;flex-direction:column}.backup-manager>.cms-panel-header>.cms-button{width:100%}.backup-stats{grid-template-columns:1fr 1fr}.backup-create-panel{grid-template-columns:48px 1fr}.backup-create-icon{width:46px;height:46px}.backup-create-panel>.cms-button{grid-column:1/-1;width:100%}.backup-restore-panel{grid-template-columns:40px 1fr}.backup-restore-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.backup-restore-fields,.backup-detail-grid{grid-template-columns:1fr 1fr}.backup-summary{grid-template-columns:36px minmax(0,1fr) auto 20px}.backup-summary>span:nth-of-type(3),.backup-summary>span:nth-of-type(4),.backup-summary>span:nth-of-type(5){display:none}.backup-actions{justify-content:stretch}.backup-actions .cms-button{flex:1}.backup-actions>span{width:100%;margin-right:0}}
@media (max-width:480px){.backup-stats,.backup-restore-fields,.backup-detail-grid{grid-template-columns:1fr}.backup-restore-actions{grid-template-columns:1fr}.backup-status{grid-column:2}.backup-summary>b{grid-column:4;grid-row:1}.backup-actions{display:grid;grid-template-columns:1fr 1fr}.backup-actions>span{grid-column:1/-1}.backup-actions .cms-button{width:100%}}

/* Rich article output and nested CMS article navigation */
.article-prose ul,.article-prose ol{margin:18px 0;padding-left:26px}.article-prose li{margin:8px 0;line-height:1.75}.article-prose blockquote{margin:24px 0;padding:16px 20px;border-left:4px solid var(--yellow);border-radius:0 10px 10px 0;background:#f2f5f1;color:#40574e}.article-prose a{color:var(--green-2);font-weight:750;text-decoration:underline;text-underline-offset:3px}

/* Full WordPress-style article editor */
.wysiwyg-topbar{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:12px;padding:7px 9px;border-bottom:1px solid #d8e1dc;background:#fff}.wysiwyg-add-media{min-height:34px;padding:7px 11px;border:1px solid #b8c7c0;border-radius:5px;background:#f7f8f7;color:#29483b;font-size:.64rem;font-weight:850;cursor:pointer}.wysiwyg-add-media:hover{border-color:#6f9f89;background:#edf5f1}.wysiwyg-modes{display:flex;align-self:flex-end}.wysiwyg-modes button{min-height:34px;padding:7px 13px;border:1px solid transparent;border-bottom:0;background:transparent;color:#64766e;font-size:.62rem;font-weight:850;cursor:pointer}.wysiwyg-modes button.active{border-color:#cdd8d3;border-radius:5px 5px 0 0;background:#f4f7f5;color:#174d3b}.wysiwyg-toolbar{position:sticky;top:0;z-index:2;display:block;padding:7px 8px;border-bottom:1px solid #dce5e0;background:#f4f7f5}.wysiwyg-toolbar-row{display:flex;align-items:center;flex-wrap:wrap;gap:4px}.wysiwyg-toolbar-row+.wysiwyg-toolbar-row{margin-top:5px}.wysiwyg-toolbar-row>span{width:1px;height:25px;margin:0 2px;background:#cbd7d1}.wysiwyg-toolbar button,.wysiwyg-toolbar select{display:inline-grid;min-width:33px;min-height:31px;place-items:center;border:1px solid #cbd7d1;border-radius:4px;background:#fff;color:#29483b;padding:5px 8px;font-size:.61rem;font-weight:850;cursor:pointer}.wysiwyg-toolbar select:first-child{min-width:122px;text-align:left}.wysiwyg-toolbar button:hover,.wysiwyg-toolbar select:hover,.wysiwyg-toolbar button.active{border-color:#579275;background:#e7f2ec;color:#12533c}.wysiwyg-toolbar button.active{box-shadow:inset 0 0 0 1px #579275}.wysiwyg-toolbar button:disabled{opacity:.45;cursor:not-allowed}.wysiwyg-content{min-height:410px;background:#fff}.wysiwyg-content h4,.wysiwyg-content h5,.wysiwyg-content h6{margin:18px 0 8px;color:var(--green);line-height:1.3}.wysiwyg-content h4{font-size:.98rem}.wysiwyg-content h5{font-size:.9rem}.wysiwyg-content h6{font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}.wysiwyg-content u{text-underline-offset:3px}.wysiwyg-content s{color:#71817b}.wysiwyg-content code{padding:2px 5px;border-radius:4px;background:#edf1ef;color:#9a3f35;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.76rem}.wysiwyg-content pre{overflow:auto;margin:18px 0;padding:16px;border-radius:9px;background:#17251f;color:#e5eee9;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.72rem;line-height:1.6;white-space:pre-wrap}.wysiwyg-content hr{margin:28px 0;border:0;border-top:2px solid #d9e2dd}.wysiwyg-content table{width:100%;margin:20px 0;border-collapse:collapse}.wysiwyg-content th,.wysiwyg-content td{min-width:90px;padding:9px 11px;border:1px solid #cfdad4;text-align:left}.wysiwyg-content th{background:#edf4f0;color:#23493a;font-weight:850}.wysiwyg-code-wrap{background:#fff}.wysiwyg-code-wrap>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 12px;border-bottom:1px solid #dce5e0;background:#f5f7f6}.wysiwyg-code-wrap strong{color:#29483b;font-size:.65rem}.wysiwyg-code-wrap span{color:#71817b;font-size:.56rem}.wysiwyg-code{display:block;width:100%;min-height:470px;resize:vertical;border:0;background:#17251f;color:#e8f2ed;padding:20px;outline:0;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.72rem;line-height:1.65;tab-size:2}.wysiwyg-media-panel{padding:13px;border-bottom:1px solid #cddbd4;background:#f8fbf9}.wysiwyg-media-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.wysiwyg-media-panel-head>div{display:flex;flex-direction:column;gap:3px}.wysiwyg-media-panel-head strong{color:#29483b;font-size:.7rem}.wysiwyg-media-panel-head span{color:#6f8079;font-size:.58rem}.wysiwyg-media-panel-head>button{display:grid;width:28px;height:28px;place-items:center;border:1px solid #d4dfd9;border-radius:6px;background:#fff;cursor:pointer}.wysiwyg-media-actions{display:grid;grid-template-columns:auto minmax(180px,1fr) auto;gap:8px;margin-top:11px}.wysiwyg-media-actions label{position:relative;cursor:pointer}.wysiwyg-media-actions label.disabled{opacity:.6;cursor:wait}.wysiwyg-media-actions input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.wysiwyg-media-selected{display:grid;grid-template-columns:94px 1fr auto;align-items:center;gap:11px;margin-top:10px;padding:8px;border:1px solid #b9d5c7;border-radius:9px;background:#fff}.wysiwyg-media-selected img{width:94px;height:70px;border-radius:7px;object-fit:cover}.wysiwyg-media-selected>span{display:flex;min-width:0;flex-direction:column;gap:4px}.wysiwyg-media-selected strong,.wysiwyg-media-selected small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wysiwyg-media-selected strong{color:#245842;font-size:.65rem}.wysiwyg-media-selected small{color:#71817b;font-size:.55rem}.wysiwyg-media-selected>b{padding:6px 9px;border-radius:999px;background:#ddf2e7;color:#176a4d;font-size:.54rem}.wysiwyg-media-panel>.form-message{margin:9px 0 0}.wysiwyg-footer{justify-content:flex-start;min-height:38px}.wysiwyg-footer>span{padding-right:10px;border-right:1px solid #d9e2dd}.wysiwyg-footer button{margin-left:auto;border:0;background:transparent;color:#276a52;font-size:.56rem;font-weight:850;cursor:pointer}.wysiwyg-block-indicator{min-width:28px;color:#2f5c4b;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-weight:900;text-align:center}.editor-save-state{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:999px;font-size:.55rem}.editor-save-state.new,.editor-state-badge.new{background:#eef0ef;color:#64716c}.editor-save-state.dirty,.editor-state-badge.dirty{background:#fff0cd;color:#80590d}.editor-save-state.saving,.editor-state-badge.saving{background:#e5eef8;color:#275a85}.editor-save-state.saved,.editor-state-badge.saved{background:#ddf2e7;color:#176a4d}.editor-save-state.error,.editor-state-badge.error{background:#fae4e1;color:#9a332c}.editor-save-state .button-spinner{width:12px;height:12px;border-width:2px}.editor-state-badge{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;font-size:.57rem;font-weight:900;white-space:nowrap}.article-edit-state-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px;padding:9px 11px;border:1px solid #dce5e0;border-radius:9px;background:#f8faf9}.article-edit-state-row small{color:#71817b;font-size:.56rem}.article-save-hint{margin-right:auto;color:#70817a;font-size:.57rem}.wysiwyg-editor.is-fullscreen{position:fixed;z-index:150;inset:14px;display:flex;flex-direction:column;border-radius:10px;box-shadow:0 22px 80px rgba(0,0,0,.35)}.wysiwyg-editor.is-fullscreen .wysiwyg-content,.wysiwyg-editor.is-fullscreen .wysiwyg-code-wrap{flex:1;min-height:0;overflow:auto}.wysiwyg-editor.is-fullscreen .wysiwyg-code-wrap{display:flex;flex-direction:column}.wysiwyg-editor.is-fullscreen .wysiwyg-code{flex:1;min-height:0}.wysiwyg-editor.is-fullscreen .wysiwyg-footer{flex:0 0 auto}.article-prose h4,.article-prose h5,.article-prose h6{margin:24px 0 9px;color:var(--green);line-height:1.3}.article-prose h4{font-size:1.15rem}.article-prose h5{font-size:1rem}.article-prose h6{font-size:.86rem;text-transform:uppercase;letter-spacing:.04em}.article-prose code{padding:2px 5px;border-radius:4px;background:#e9efec;color:#963d34;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.84em}.article-prose pre{overflow:auto;margin:24px 0;padding:20px;border-radius:12px;background:#16231e;color:#e8f1ed;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.78rem;line-height:1.7;white-space:pre-wrap}.article-prose pre code{padding:0;background:transparent;color:inherit}.article-prose hr{margin:35px 0;border:0;border-top:2px solid #d9e2dd}.article-table-wrap{overflow-x:auto;margin:24px 0}.article-table-wrap table{width:100%;min-width:520px;border-collapse:collapse}.article-table-wrap th,.article-table-wrap td{padding:11px 13px;border:1px solid #ccd9d2;text-align:left}.article-table-wrap th{background:#eaf2ee;color:#214a3a;font-size:.75rem}.article-table-wrap td{color:#4b5f57;font-size:.76rem}
@media (min-width:651px) and (max-width:900px){.cms-shell{grid-template-columns:190px 1fr}.cms-sidebar .brand>span:last-child,.cms-nav a span{display:block}.cms-nav a{justify-content:flex-start}.cms-nav-group>button span{display:block}}
@media (max-width:650px){.wysiwyg-toolbar{position:static}.wysiwyg-content{min-height:260px;padding:16px}.article-editor-grid{grid-template-columns:1fr}.article-inline-controls{grid-template-columns:1fr}.article-editor-actions{align-items:stretch;flex-direction:column-reverse}.article-editor-actions .cms-button{width:100%}}
@media (max-width:760px){.wysiwyg-topbar{align-items:stretch;flex-direction:column}.wysiwyg-modes{align-self:flex-start}.wysiwyg-toolbar-row{overflow-x:auto;flex-wrap:nowrap;padding-bottom:3px}.wysiwyg-toolbar button,.wysiwyg-toolbar select{flex:0 0 auto}.wysiwyg-media-actions{grid-template-columns:1fr}.wysiwyg-media-actions .cms-button{width:100%}.wysiwyg-media-selected{grid-template-columns:72px 1fr}.wysiwyg-media-selected img{width:72px;height:58px}.wysiwyg-media-selected>b{grid-column:1/-1;text-align:center}.wysiwyg-footer>span:nth-of-type(3){display:none}.wysiwyg-footer button{order:8;width:100%;margin-left:0;padding-top:6px;border-top:1px solid #d9e2dd}.editor-save-state{margin-left:auto}.article-edit-state-row{align-items:flex-start;flex-direction:column}.article-save-hint{width:100%;margin:0}.wysiwyg-editor.is-fullscreen{inset:4px}}
@media (min-width:651px) and (max-width:900px){.cms-sidebar .brand-logo{width:44px;height:44px;max-width:44px;object-fit:contain}.identity-media-grid{grid-template-columns:1fr}}
@media (max-width:650px){.brand-logo,.cms-sidebar .brand-logo{width:auto;height:42px;max-width:175px}.identity-manager>.cms-panel-header{align-items:stretch;flex-direction:column}.identity-manager>.cms-panel-header .cms-button{width:100%}.identity-live-preview{align-items:flex-start;flex-direction:column}.identity-preview-favicon{align-items:center;flex-direction:row}.identity-media-grid{grid-template-columns:1fr}.identity-section-heading{align-items:flex-start;flex-direction:column;gap:6px}.identity-section-heading p{text-align:left}.identity-media-actions .cms-button{flex:1}}
