/*
Theme Name: Cozinha de Delivery Child
Theme URI: https://cozinhadedelivery.com.br/
Description: Tema filho do Kadence preparado para reviews, comparativos e monetização por afiliados no Cozinha de Delivery.
Author: Cozinha de Delivery
Version: 1.1.0
Template: kadence
Text Domain: cozinha-delivery
*/

:root{
  --cd-bg:#f7f7f5;
  --cd-surface:#ffffff;
  --cd-text:#1d2528;
  --cd-muted:#647074;
  --cd-border:#e3e7e8;
  --cd-accent:#e75b1b;
  --cd-accent-dark:#bd4210;
  --cd-good:#16794c;
  --cd-warn:#9a5b00;
  --cd-radius:16px;
  --cd-shadow:0 10px 28px rgba(18,32,38,.08);
}

body{background:var(--cd-bg);color:var(--cd-text)}
a{transition:.2s ease}

/* Conteúdo editorial */
.entry-content{font-size:1.06rem;line-height:1.75}
.entry-content h2{margin-top:2.2em}
.entry-content h3{margin-top:1.8em}

/* Aviso de afiliados */
.cd-affiliate-disclosure{background:#fff8f3;border:1px solid #f0d3c1;border-left:4px solid var(--cd-accent);padding:14px 16px;border-radius:10px;margin:0 0 24px;font-size:.92rem;color:#4e5557}
.cd-affiliate-disclosure strong{color:var(--cd-text)}

/* Áreas para plugins de afiliados */
.cd-affiliate-slot,.affiliate-product,.affiliate-box,.comparison-product{max-width:100%;margin:24px 0}
.cd-affiliate-slot>*{max-width:100%}
.cd-affiliate-slot iframe,.cd-affiliate-slot img,.affiliate-product img,.affiliate-box img{max-width:100%;height:auto}
.cd-affiliate-slot table,.affiliate-product table,.affiliate-box table{width:100%;max-width:100%}

/* Card de produto */
.cd-product-card{display:grid;grid-template-columns:minmax(180px,260px) 1fr;gap:24px;background:var(--cd-surface);border:1px solid var(--cd-border);border-radius:var(--cd-radius);box-shadow:var(--cd-shadow);padding:24px;margin:28px 0;overflow:hidden}
.cd-product-card__image img{width:100%;height:auto;object-fit:contain;border-radius:12px;background:#fff}
.cd-product-card__eyebrow{display:inline-flex;padding:5px 9px;border-radius:999px;background:#fff1e8;color:#9a3b13;font-size:.75rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;margin-bottom:8px}
.cd-product-card h3{margin:.1em 0 .35em;font-size:1.45rem}
.cd-product-card__bestfor{color:var(--cd-muted);margin-bottom:14px}
.cd-product-card__price{font-size:1.25rem;font-weight:800;margin:14px 0}
.cd-cta{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 20px;border-radius:10px;background:var(--cd-accent);color:#fff!important;text-decoration:none!important;font-weight:800;box-shadow:none}
.cd-cta:hover{background:var(--cd-accent-dark);transform:translateY(-1px)}
.cd-product-card ul{margin:10px 0 0;padding-left:1.1em}

/* Prós e contras */
.cd-pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:28px 0}
.cd-pros-cons>div{background:#fff;border:1px solid var(--cd-border);border-radius:14px;padding:20px}
.cd-pros-cons h3{margin-top:0;font-size:1.1rem}
.cd-pros h3{color:var(--cd-good)}
.cd-cons h3{color:#a8442a}

/* Scorecard */
.cd-scorecard{background:#fff;border:1px solid var(--cd-border);border-radius:var(--cd-radius);padding:24px;margin:28px 0}
.cd-scorecard__row{display:grid;grid-template-columns:150px 1fr 52px;gap:14px;align-items:center;margin:14px 0}
.cd-scorecard__bar{height:10px;background:#ecefed;border-radius:99px;overflow:hidden}
.cd-scorecard__fill{height:100%;background:var(--cd-accent);border-radius:99px}
.cd-scorecard__value{text-align:right;font-weight:800}

/* Tabelas */
.entry-content .cd-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:26px 0}
.entry-content .cd-table-wrap table{min-width:720px;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid var(--cd-border);border-radius:14px;overflow:hidden}
.entry-content .cd-table-wrap th{background:#f1f3f2;font-weight:800}
.entry-content .cd-table-wrap th,.entry-content .cd-table-wrap td{padding:14px;border-bottom:1px solid var(--cd-border);vertical-align:middle}

/* Caixa de resumo / escolha */
.cd-editor-pick{background:#fff;border:1px solid var(--cd-border);border-top:4px solid var(--cd-accent);border-radius:var(--cd-radius);padding:22px;margin:26px 0;box-shadow:var(--cd-shadow)}
.cd-editor-pick__label{font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:var(--cd-accent)}

/* Rodapé legal */
.cd-legal-footer{border-top:1px solid var(--cd-border);background:#182125;color:#cbd2d4;padding:24px 16px;margin-top:32px;font-size:.88rem}
.cd-legal-footer__inner{max-width:1200px;margin:0 auto;display:flex;gap:18px;align-items:center;justify-content:space-between;flex-wrap:wrap}
.cd-legal-footer a{color:#fff;text-decoration:none;margin-right:12px;white-space:nowrap}
.cd-legal-footer a:hover{text-decoration:underline}
.cd-amazon-legal{margin-top:8px;color:#aeb8bb}

/* CTA sticky opcional no mobile */
.cd-mobile-sticky{display:none}

@media(max-width:767px){
  .cd-product-card{grid-template-columns:1fr;padding:18px;gap:16px}
  .cd-product-card__image{max-width:240px;margin:auto}
  .cd-pros-cons{grid-template-columns:1fr}
  .cd-scorecard__row{grid-template-columns:105px 1fr 40px;gap:8px;font-size:.9rem}
  .cd-cta{width:100%}
  .cd-legal-footer__inner{display:block}
  .cd-legal-footer nav{line-height:2}
  body.cd-has-mobile-sticky{padding-bottom:76px}
  .cd-mobile-sticky{position:fixed;z-index:9998;left:10px;right:10px;bottom:10px;background:#fff;border:1px solid var(--cd-border);border-radius:14px;box-shadow:0 12px 40px rgba(0,0,0,.18);padding:9px;display:flex;gap:10px;align-items:center}
  .cd-mobile-sticky__text{font-size:.82rem;line-height:1.2;flex:1;font-weight:700}
  .cd-mobile-sticky .cd-cta{width:auto;min-height:44px;padding:10px 14px;white-space:nowrap}
}


/* ==========================================================
   COZINHA DE DELIVERY — VISUAL SYSTEM 1.1
   ========================================================== */
:root{
  --cd-bg:#f7f8f8;
  --cd-surface:#ffffff;
  --cd-text:#171a1c;
  --cd-muted:#667074;
  --cd-border:#e7e9e9;
  --cd-accent:#f15a17;
  --cd-accent-2:#ff7a21;
  --cd-accent-dark:#cb4308;
  --cd-dark:#111719;
  --cd-dark-2:#1c2528;
  --cd-radius:18px;
  --cd-shadow:0 18px 50px rgba(18,26,29,.10);
}
html{scroll-behavior:smooth}
body{background:var(--cd-bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--cd-text)}
.cd-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}

/* Kadence header refinements */
.site-header{position:relative;z-index:20;background:#fff;box-shadow:0 1px 0 rgba(18,26,29,.08)}
.site-header .site-branding{padding-block:10px}
.site-header .custom-logo{max-height:62px;width:auto}
.site-header .header-navigation a{font-weight:800;font-size:.92rem;color:#263034}
.site-header .header-navigation a:hover,.site-header .header-navigation .current-menu-item>a{color:var(--cd-accent)}
.site-header .header-button{border-radius:10px!important;background:var(--cd-accent)!important;color:#fff!important;font-weight:800!important}
.site-footer{display:none!important}

/* Home */
.cd-home{overflow:hidden;background:#fff}
.cd-hero{background:linear-gradient(135deg,#101719 0%,#172226 68%,#111719 100%);color:#fff;position:relative;isolation:isolate}
.cd-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 25%,rgba(241,90,23,.18),transparent 34%),linear-gradient(110deg,transparent 45%,rgba(255,255,255,.03));z-index:-1}
.cd-hero__grid{min-height:570px;display:grid;grid-template-columns:1.04fr .96fr;gap:64px;align-items:center;padding-block:74px}
.cd-kicker{display:inline-flex;align-items:center;gap:8px;font-size:.75rem;letter-spacing:.12em;font-weight:900;color:var(--cd-accent);margin-bottom:14px}
.cd-hero h1{color:#fff;font-size:clamp(2.7rem,5.2vw,5rem);line-height:.98;letter-spacing:-.055em;margin:0 0 22px;max-width:780px}
.cd-hero h1 span{color:var(--cd-accent-2)}
.cd-hero__copy>p{font-size:1.12rem;line-height:1.65;color:#d5dcde;max-width:640px;margin:0 0 28px}
.cd-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px}
.cd-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:11px;text-decoration:none!important;font-weight:900;transition:.2s ease}
.cd-btn--primary{background:linear-gradient(135deg,var(--cd-accent),var(--cd-accent-2));color:#fff!important;box-shadow:0 12px 30px rgba(241,90,23,.23)}
.cd-btn--primary:hover{transform:translateY(-2px);color:#fff;background:var(--cd-accent-dark)}
.cd-btn--ghost{border:1px solid #566266;color:#fff!important;background:rgba(255,255,255,.035)}
.cd-btn--ghost:hover{border-color:#fff;color:#fff;background:rgba(255,255,255,.08)}
.cd-trust-row{display:flex;gap:20px;flex-wrap:wrap;color:#aeb9bc;font-size:.84rem;font-weight:700}

/* CSS commercial kitchen illustration */
.cd-hero__visual{height:410px;position:relative;border-radius:28px;background:linear-gradient(145deg,#2b3436,#141a1c);box-shadow:inset 0 0 0 1px rgba(255,255,255,.07),0 30px 80px rgba(0,0,0,.38);overflow:hidden}
.cd-hero__visual:before{content:"";position:absolute;inset:auto -80px -90px 30px;height:230px;background:radial-gradient(ellipse,rgba(241,90,23,.30),transparent 65%);filter:blur(18px)}
.cd-machine{position:absolute;background:linear-gradient(145deg,#c7ccce,#737b7f 42%,#e6e9ea 60%,#70777a);box-shadow:0 20px 34px rgba(0,0,0,.42);border:1px solid #dde0e1}
.cd-machine--griddle{width:310px;height:160px;left:42px;bottom:68px;border-radius:8px 8px 15px 15px;transform:perspective(700px) rotateY(8deg)}
.cd-machine__plate{position:absolute;left:12px;right:12px;top:-54px;height:78px;background:linear-gradient(#343a3c,#171c1e);border:7px solid #9ca3a6;border-radius:8px;transform:skewX(-3deg)}
.cd-machine__knobs{display:flex;gap:38px;position:absolute;left:54px;bottom:35px}.cd-machine__knobs i{width:24px;height:24px;border-radius:50%;background:#161a1b;border:4px solid #4a5052;box-shadow:inset 0 0 0 2px var(--cd-accent)}
.cd-machine--fryer{width:170px;height:205px;right:42px;bottom:48px;border-radius:8px 8px 14px 14px;transform:perspective(700px) rotateY(-7deg)}
.cd-fryer-body{position:absolute;inset:8px;border:1px solid rgba(0,0,0,.18);border-radius:5px}.cd-fryer-basket{position:absolute;left:28px;top:-80px;width:110px;height:105px;border:7px double #8f9698;border-top:8px solid #242a2c;transform:skewY(-4deg)}
.cd-fryer-basket:after{content:"";position:absolute;width:90px;height:8px;background:#161b1d;right:-67px;top:-26px;transform:rotate(-28deg);border-radius:10px}
.cd-hero-card{position:absolute;background:#fff;color:var(--cd-text);padding:13px 15px;border-radius:12px;box-shadow:0 12px 30px rgba(0,0,0,.22);min-width:160px}.cd-hero-card strong,.cd-hero-card span{display:block}.cd-hero-card strong{font-size:.86rem}.cd-hero-card span{font-size:.7rem;color:var(--cd-muted);margin-top:2px}.cd-hero-card--1{right:25px;top:28px}.cd-hero-card--2{left:24px;top:75px}.cd-hero-badge{position:absolute;right:160px;top:125px;width:76px;height:76px;border-radius:50%;display:grid;place-content:center;text-align:center;background:var(--cd-accent);font-size:.65rem;font-weight:800;line-height:1;color:#fff;box-shadow:0 12px 30px rgba(241,90,23,.25);transform:rotate(7deg)}.cd-hero-badge b{font-size:1.15rem;margin-top:3px}

.cd-category-section,.cd-content-section{padding:68px 0;background:#fff}.cd-category-section{border-bottom:1px solid var(--cd-border)}
.cd-section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.cd-section-head h2{font-size:clamp(1.75rem,3vw,2.5rem);letter-spacing:-.035em;margin:0}.cd-section-head>a{font-weight:900;color:var(--cd-accent);text-decoration:none}
.cd-category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.cd-category-card{display:flex;flex-direction:column;min-height:226px;padding:20px;border:1px solid var(--cd-border);border-radius:16px;background:#fff;text-decoration:none!important;color:var(--cd-text)!important;transition:.22s ease;box-shadow:0 7px 25px rgba(20,31,34,.03)}.cd-category-card:hover{transform:translateY(-5px);border-color:#f2b18f;box-shadow:var(--cd-shadow)}.cd-category-card__icon{width:62px;height:62px;display:grid;place-items:center;background:#fff3ec;border-radius:15px;color:var(--cd-accent);margin-bottom:20px}.cd-category-card svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round}.cd-category-card strong{font-size:1rem;margin-bottom:6px}.cd-category-card>span:not(.cd-category-card__icon){font-size:.78rem;line-height:1.45;color:var(--cd-muted);flex:1}.cd-category-card b{font-size:.78rem;color:var(--cd-accent);margin-top:14px}

.cd-feature-section{padding:80px 0;background:linear-gradient(125deg,#f7f8f8,#fff5ef)}.cd-feature-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:60px;align-items:center}.cd-feature-main h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.04;letter-spacing:-.05em;margin:0 0 18px}.cd-feature-main>p{color:var(--cd-muted);font-size:1.02rem;line-height:1.7;max-width:720px}.cd-feature-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}.cd-feature-points span{padding:16px;border-radius:13px;background:#fff;border:1px solid var(--cd-border);font-size:.74rem;color:var(--cd-accent);font-weight:900}.cd-feature-points b{display:block;color:var(--cd-text);font-size:.82rem;margin-top:5px}.cd-feature-side{display:grid;gap:12px}.cd-stat{padding:24px;border-radius:17px;background:var(--cd-dark);color:#fff}.cd-stat strong{display:block;font-size:1.9rem;color:var(--cd-accent-2);margin-bottom:4px}.cd-stat span{color:#c8d0d2;font-size:.86rem}

.cd-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cd-post-card{border:1px solid var(--cd-border);border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 8px 28px rgba(17,28,31,.04);transition:.22s ease}.cd-post-card:hover{transform:translateY(-4px);box-shadow:var(--cd-shadow)}.cd-post-card__media{display:block;aspect-ratio:16/9;background:#eef1f1;overflow:hidden}.cd-post-card__media img{width:100%;height:100%;object-fit:cover;transition:.3s ease}.cd-post-card:hover .cd-post-card__media img{transform:scale(1.03)}.cd-post-placeholder{display:grid;place-items:center;height:100%;color:#a5afb1}.cd-post-placeholder svg{width:80px;height:80px;fill:none;stroke:currentColor;stroke-width:2}.cd-post-card__body{padding:20px}.cd-post-card__cat{display:inline-flex;background:#fff1e8;color:#a94313;border-radius:99px;padding:5px 9px;font-size:.67rem;font-weight:900;text-transform:uppercase}.cd-post-card h3{font-size:1.18rem;line-height:1.24;margin:11px 0 8px}.cd-post-card h3 a{text-decoration:none;color:var(--cd-text)}.cd-post-card p{font-size:.84rem;color:var(--cd-muted);line-height:1.55}.cd-text-link{font-size:.82rem;font-weight:900;color:var(--cd-accent);text-decoration:none}.cd-empty-state{border:1px dashed #cad0d2;border-radius:18px;padding:50px;text-align:center;background:#fafbfb}.cd-empty-state>div{color:var(--cd-accent)}.cd-empty-state svg{width:70px;height:70px;fill:none;stroke:currentColor;stroke-width:2}.cd-empty-state h3{margin:10px 0 7px}.cd-empty-state p{color:var(--cd-muted)}

.cd-trust-section{padding:28px 0;border-top:1px solid var(--cd-border);background:#f8f9f9}.cd-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.cd-trust-grid>div{display:grid;grid-template-columns:42px 1fr;column-gap:10px;padding:10px 24px;border-right:1px solid var(--cd-border)}.cd-trust-grid>div:last-child{border-right:0}.cd-trust-grid span{grid-row:1/3;width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#fff0e7;color:var(--cd-accent);font-weight:900}.cd-trust-grid strong{font-size:.84rem}.cd-trust-grid small{font-size:.72rem;color:var(--cd-muted);margin-top:2px}

/* Article styling: more editorial and review-like */
.single-post .content-area,.page .content-area{max-width:100%}.single-post .entry,.page .entry{box-shadow:none;border:0}.single-post .entry-header,.page .entry-header{max-width:880px;margin-inline:auto}.single-post .entry-title,.page .entry-title{font-size:clamp(2.2rem,5vw,4rem);line-height:1.02;letter-spacing:-.05em}.single-post .entry-content,.page .entry-content{max-width:880px;margin-inline:auto}.single-post .entry-content>p:first-of-type{font-size:1.16rem;color:#4c575b}.entry-content blockquote{border:0;border-left:4px solid var(--cd-accent);background:#fff5ef;border-radius:0 14px 14px 0;padding:18px 22px;color:#3f484b}.entry-content img{border-radius:14px}.entry-content .wp-block-button__link{background:var(--cd-accent);border-radius:10px;font-weight:800}.cd-affiliate-disclosure{margin-top:6px}

/* Branded footer */
.cd-site-footer{background:var(--cd-dark);color:#d0d7d9;margin-top:0}.cd-site-footer__top{display:grid;grid-template-columns:1.4fr .65fr 1fr 1fr;gap:50px;padding:58px 0}.cd-footer-brand .custom-logo-link{display:inline-block}.cd-footer-brand .custom-logo{max-width:250px;max-height:82px;width:auto;height:auto;filter:brightness(0) invert(1)}.cd-footer-brand>strong{font-size:1.35rem;color:#fff}.cd-footer-brand p,.cd-footer-col p{color:#93a0a4;font-size:.82rem;line-height:1.55}.cd-footer-col{display:flex;flex-direction:column;gap:8px}.cd-footer-col strong{color:#fff;margin-bottom:6px}.cd-footer-col a{color:#b8c3c6;text-decoration:none;font-size:.82rem}.cd-footer-col a:hover{color:#fff}.cd-site-footer .cd-amazon-legal{font-size:.73rem;color:#7f8b8f;max-width:360px}.cd-site-footer__bottom{border-top:1px solid #2a3538;padding:18px 0;color:#748085;font-size:.75rem}
.cd-legal-footer{display:none!important}

@media(max-width:1024px){
 .cd-hero__grid{grid-template-columns:1fr;min-height:auto;padding-block:60px}.cd-hero__visual{height:380px}.cd-category-grid{grid-template-columns:repeat(3,1fr)}.cd-feature-grid{grid-template-columns:1fr}.cd-feature-side{grid-template-columns:repeat(3,1fr)}.cd-post-grid{grid-template-columns:repeat(2,1fr)}.cd-trust-grid{grid-template-columns:repeat(2,1fr);row-gap:12px}.cd-site-footer__top{grid-template-columns:1.2fr 1fr 1fr;gap:36px}.cd-footer-brand{grid-column:1/-1}.site-header .custom-logo{max-height:54px}
}
@media(max-width:767px){
 .cd-shell{width:min(100% - 28px,1180px)}.cd-hero__grid{gap:36px;padding-block:42px}.cd-hero h1{font-size:2.65rem}.cd-hero__copy>p{font-size:1rem}.cd-trust-row{display:grid;gap:8px}.cd-hero__visual{height:300px}.cd-machine--griddle{width:230px;height:120px;left:18px;bottom:45px}.cd-machine__plate{top:-42px;height:60px}.cd-machine--fryer{width:120px;height:150px;right:18px;bottom:37px}.cd-fryer-basket{width:80px;height:80px;left:18px;top:-59px}.cd-fryer-basket:after{width:65px;right:-50px}.cd-hero-card{display:none}.cd-hero-badge{right:112px;top:45px;width:62px;height:62px}.cd-category-section,.cd-content-section{padding:48px 0}.cd-category-grid{grid-template-columns:repeat(2,1fr)}.cd-category-card{min-height:205px;padding:16px}.cd-feature-section{padding:56px 0}.cd-feature-points{grid-template-columns:1fr}.cd-feature-side{grid-template-columns:1fr}.cd-post-grid{grid-template-columns:1fr}.cd-trust-grid{grid-template-columns:1fr}.cd-trust-grid>div{border-right:0;border-bottom:1px solid var(--cd-border)}.cd-site-footer__top{grid-template-columns:1fr;gap:28px;padding:42px 0}.cd-footer-brand{grid-column:auto}.cd-section-head{align-items:flex-start}.cd-section-head>a{font-size:.78rem}.single-post .entry-title,.page .entry-title{font-size:2.25rem}.site-header .custom-logo{max-height:46px}
}

/* v1.2 — Elementor editable dynamic homepage */
.cd-elementor-home{overflow:hidden}.cd-elementor-home>.elementor{width:100%}.cd-elementor-home .elementor-widget-heading .elementor-heading-title{font-family:inherit;color:inherit}.cd-elementor-home .elementor-widget-text-editor{font-family:inherit}
.cd-el-section{width:100%!important;max-width:none!important}.cd-el-section>.e-con-inner{max-width:none!important}.cd-el-hero{background:radial-gradient(circle at 72% 45%,#303a3d 0,#172024 29%,#101719 67%);color:#fff}.cd-el-hero-grid{display:grid!important;grid-template-columns:1.02fr .98fr!important;gap:54px!important;align-items:center!important;min-height:590px;padding-top:65px!important;padding-bottom:65px!important}.cd-el-hero-copy{display:flex!important;flex-direction:column!important;align-items:flex-start!important}.cd-el-hero-title .elementor-heading-title{font-size:clamp(2.8rem,5.5vw,5rem)!important;line-height:.96!important;letter-spacing:-.055em!important;color:#fff!important;margin:0!important}.cd-el-hero-title span{color:var(--cd-accent)}.cd-el-hero-text p{font-size:1.13rem!important;line-height:1.65!important;color:#c8d0d2!important;max-width:650px!important;margin:0!important}.cd-el-actions{display:flex!important;flex-direction:row!important;gap:12px!important;align-items:center!important;margin-top:6px}.cd-el-actions .elementor-button{border-radius:10px!important;font-weight:900!important;padding:15px 21px!important}.cd-el-actions .cd-btn--primary .elementor-button{background:var(--cd-accent)!important;color:#fff!important}.cd-el-actions .cd-btn--ghost .elementor-button{background:transparent!important;color:#fff!important;border:1px solid #5a6568!important}.cd-el-hero-visual{min-height:430px;position:relative}.cd-el-hero-visual .elementor-widget-html,.cd-el-hero-visual .elementor-widget-container{width:100%;height:100%}.cd-el-hero-visual .cd-hero__visual{position:relative;width:100%;height:430px;background:linear-gradient(160deg,#273235,#11191b);border:1px solid #344145;border-radius:28px;overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.24)}
.cd-elementor-home .cd-category-section,.cd-elementor-home .cd-content-section{padding-top:68px!important;padding-bottom:68px!important}.cd-elementor-home .cd-feature-section{padding-top:80px!important;padding-bottom:80px!important}.cd-elementor-home .cd-trust-section{padding-top:28px!important;padding-bottom:28px!important}.cd-elementor-home .cd-category-section .elementor-heading-title,.cd-elementor-home .cd-content-section .elementor-heading-title{font-size:clamp(1.75rem,3vw,2.5rem)!important;letter-spacing:-.035em!important;color:var(--cd-text)!important}.cd-elementor-home .cd-feature-main .elementor-heading-title{font-size:clamp(2rem,4vw,3.4rem)!important;line-height:1.04!important;letter-spacing:-.05em!important;color:var(--cd-text)!important}.cd-elementor-home .cd-feature-main .elementor-widget-text-editor{color:var(--cd-muted);font-size:1.02rem;line-height:1.7}.cd-post-grid--1{grid-template-columns:1fr}.cd-post-grid--2{grid-template-columns:repeat(2,1fr)}.cd-post-grid--3{grid-template-columns:repeat(3,1fr)}.cd-post-grid--4{grid-template-columns:repeat(4,1fr)}
/* Remove theme page shell constraints only on the front page, while retaining Kadence header/footer. */
.home.page .site-main,.home.page .content-area,.home.page .entry-content{max-width:none!important;margin:0!important;padding:0!important}.home.page .content-container{max-width:none!important;padding:0!important}.home.page .entry-content-wrap{padding:0!important;box-shadow:none!important;background:transparent!important}.home.page .entry-header{display:none!important}
@media(max-width:1024px){.cd-el-hero-grid{grid-template-columns:1fr!important;min-height:auto}.cd-el-hero-visual{min-height:380px}.cd-el-hero-visual .cd-hero__visual{height:380px}.cd-post-grid--4{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:767px){.cd-el-hero-grid{gap:28px!important;padding-top:42px!important;padding-bottom:42px!important}.cd-el-hero-title .elementor-heading-title{font-size:2.65rem!important}.cd-el-hero-text p{font-size:1rem!important}.cd-el-actions{flex-direction:column!important;align-items:stretch!important;width:100%}.cd-el-actions .elementor-widget-button,.cd-el-actions .elementor-button{width:100%}.cd-el-hero-visual{min-height:300px}.cd-el-hero-visual .cd-hero__visual{height:300px}.cd-post-grid--2,.cd-post-grid--3,.cd-post-grid--4{grid-template-columns:1fr!important}}
