*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body.ec-body{font-family:'DM Sans',sans-serif;color:#1A1A2E;background:#fff;overflow-x:hidden;line-height:1.6;margin:0!important;padding:0!important}
img{max-width:100%;display:block}
:root{--teal:#0D7377;--teal-dk:#085459;--teal-lt:#E1F5EE;--teal-mid:#9FE1CB;--ink:#1A1A2E;--ink-mid:#3D3D54;--muted:#6B7280;--surf:#F8FAFA;--white:#fff;--border:rgba(13,115,119,.12);--gold:#C9922A;--radius:10px;--radius-lg:16px;--radius-xl:20px}
.ec-container{width:100%;max-width:1200px;margin:0 auto;padding:0 5vw}
/* NAV */
.ec-nav{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;height:70px;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);transition:box-shadow .3s}
.ec-nav.scrolled{box-shadow:0 4px 24px rgba(0,0,0,.07)}
.ec-nav__logo{display:flex;align-items:center;gap:10px;text-decoration:none}
.ec-nav__mark{width:36px;height:36px;background:var(--teal);border-radius:9px;display:flex;align-items:center;justify-content:center}
.ec-nav__mark svg{width:18px;height:18px}
.ec-nav__name{font-family:'DM Serif Display',serif;font-size:1.25rem;color:#1A1A2E}
.ec-nav__name em{color:var(--teal);font-style:normal}
.ec-nav__links{display:flex;align-items:center;gap:1.75rem;list-style:none}
.ec-nav__links a{text-decoration:none;color:#3D3D54;font-size:.9rem;font-weight:500;transition:color .2s}
.ec-nav__links a:hover{color:var(--teal)}
.has-dropdown{position:relative}
.has-dropdown .dropdown{display:none;position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--border);border-radius:10px;padding:.5rem 0;min-width:220px;box-shadow:0 8px 30px rgba(0,0,0,.1);list-style:none;z-index:100}
.has-dropdown:hover .dropdown{display:block}
.dropdown li a{display:block;padding:.6rem 1.2rem;font-size:.85rem;color:#3D3D54;text-decoration:none;transition:background .15s,color .15s}
.dropdown li a:hover{background:var(--teal-lt);color:var(--teal)}
.ec-nav__cta{display:flex;align-items:center;gap:6px;background:var(--teal);color:#fff;padding:9px 20px;border-radius:8px;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;white-space:nowrap}
.ec-nav__cta:hover{background:var(--teal-dk);transform:translateY(-1px);color:#fff}
.ec-nav__burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}
.ec-nav__burger span{display:block;width:22px;height:2px;background:#1A1A2E;border-radius:2px;transition:all .3s}
/* BUTTONS */
.ec-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:'DM Sans',sans-serif;font-weight:600;border-radius:var(--radius);text-decoration:none;cursor:pointer;border:none;transition:background .2s,transform .15s,box-shadow .2s;font-size:.95rem;padding:13px 26px}
.ec-btn--primary{background:var(--teal);color:#fff;box-shadow:0 4px 20px rgba(13,115,119,.25)}
.ec-btn--primary:hover{background:var(--teal-dk);transform:translateY(-2px);box-shadow:0 8px 28px rgba(13,115,119,.35);color:#fff}
.ec-btn--outline{color:var(--teal);border:1.5px solid var(--teal);background:transparent}
.ec-btn--outline:hover{background:var(--teal-lt);color:var(--teal)}
.ec-btn--teal{background:var(--teal);color:#fff}
.ec-btn--teal:hover{background:var(--teal-dk);color:#fff}
.ec-btn--white{background:#fff;color:var(--teal);font-weight:600}
.ec-btn--white:hover{background:var(--teal-lt)}
.ec-btn--full{width:100%}
.ec-btn--loading{opacity:.7;pointer-events:none}
/* SECTIONS */
.ec-section{padding:5rem 0}
.ec-section--surface{background:var(--surf)}
.ec-label{display:inline-flex;align-items:center;gap:6px;font-size:.74rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin-bottom:.9rem}
.ec-label::before{content:'';display:block;width:18px;height:2px;background:var(--teal);border-radius:2px}
.ec-section__intro{margin-bottom:3rem}
.ec-section__h2{font-family:'DM Serif Display',serif;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.18;color:#1A1A2E;max-width:560px;margin-bottom:.9rem}
.ec-section__sub{font-size:1rem;color:var(--muted);max-width:560px;line-height:1.7}
/* HERO */
.ec-hero{min-height:100vh;padding-top:70px;position:relative;overflow:hidden;display:flex;align-items:center}
.ec-hero__glow{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 68% 30%,rgba(13,115,119,.07) 0%,transparent 52%),radial-gradient(circle at 28% 78%,rgba(201,146,42,.05) 0%,transparent 42%)}
.ec-hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding-top:2rem;padding-bottom:2rem}
.ec-hero__left{display:flex;flex-direction:column}
.ec-badge{display:inline-flex;align-items:center;gap:7px;background:var(--teal-lt);color:var(--teal-dk);padding:6px 14px;border-radius:100px;font-size:.78rem;font-weight:600;margin-bottom:1.5rem;width:fit-content;border:1px solid rgba(13,115,119,.18);animation:fadeUp .5s ease both}
.ec-badge__dot{width:6px;height:6px;border-radius:50%;background:var(--teal);animation:pulseDot 2s ease-in-out infinite;flex-shrink:0}
.ec-hero__h1{font-family:'DM Serif Display',serif;font-size:clamp(2.4rem,4vw,3.8rem);line-height:1.1;color:#1A1A2E;margin-bottom:1.4rem;animation:fadeUp .6s .1s ease both}
.ec-hero__h1 em{color:var(--teal);font-style:italic}
.ec-hero__sub{font-size:1.05rem;color:#3D3D54;max-width:480px;margin-bottom:2.2rem;line-height:1.72;animation:fadeUp .6s .2s ease both}
.ec-hero__actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;animation:fadeUp .6s .3s ease both}
.ec-hero__stats{display:flex;align-items:center;gap:2rem;margin-top:2.8rem;padding-top:2rem;border-top:1px solid var(--border);animation:fadeUp .6s .4s ease both}
.ec-stat{display:flex;flex-direction:column}
.ec-stat__num{font-family:'DM Serif Display',serif;font-size:2rem;color:var(--teal);line-height:1}
.ec-stat__lbl{font-size:.78rem;color:var(--muted);font-weight:500;margin-top:3px}
.ec-stat__div{width:1px;height:36px;background:var(--border)}
.ec-hero__right{display:flex;align-items:center;justify-content:center;animation:fadeUp .7s .3s ease both}
.ec-hero__card-wrap{position:relative;width:100%;max-width:420px}
.ec-float-badge{position:absolute;right:-28px;top:36px;background:#fff;border-radius:12px;padding:10px 14px;font-size:.78rem;box-shadow:0 8px 30px rgba(0,0,0,.1);border:1px solid var(--border);white-space:nowrap;z-index:2}
.ec-float-badge strong{color:var(--teal);display:block;font-size:.92rem}
.ec-float-badge span{color:var(--muted)}
.ec-checklist-card{background:#fff;border-radius:var(--radius-xl);border:1px solid var(--border);padding:2rem 2.25rem;box-shadow:0 20px 60px rgba(0,0,0,.08)}
.ec-cc__head{display:flex;align-items:center;gap:10px;margin-bottom:1.4rem}
.ec-cc__icon{width:40px;height:40px;background:var(--teal-lt);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ec-cc__icon svg{width:20px;height:20px;stroke:var(--teal)}
.ec-cc__head h3{font-size:.98rem;font-weight:600;color:#1A1A2E;margin:0}
.ec-cc__head p{font-size:.78rem;color:var(--muted);margin:0}
.ec-cc__list{list-style:none;display:flex;flex-direction:column;gap:.65rem}
.ec-cc__item{display:flex;align-items:center;gap:10px;padding:9px 13px;border-radius:9px;font-size:.86rem;font-weight:500}
.ec-cc__item--done{background:var(--teal-lt);color:var(--teal-dk)}
.ec-cc__item--pending{background:var(--surf);color:#3D3D54}
.ec-cc__chk{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ec-cc__chk--done{background:var(--teal)}
.ec-cc__chk--done svg{width:11px;height:11px}
.ec-cc__chk--pending{border:2px solid #D1D5DB}
.ec-cc__cta{width:100%;margin-top:.9rem;background:var(--teal);border:none;border-radius:14px;padding:1.1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background .2s,transform .15s}
.ec-cc__cta:hover{background:var(--teal-dk);transform:translateY(-1px)}
.ec-cc__cta strong{color:#fff;font-size:.92rem;display:block;font-family:'DM Sans',sans-serif}
.ec-cc__cta span{color:rgba(255,255,255,.75);font-size:.74rem;font-family:'DM Sans',sans-serif}
.ec-cc__arrow{width:34px;height:34px;background:rgba(255,255,255,.15);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ec-cc__arrow svg{width:15px;height:15px}
/* TRUST BAR */
.ec-trust{background:var(--surf);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.1rem 0}
.ec-trust__inner{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}
.ec-trust__label{font-size:.75rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}
.ec-trust__pills{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}
.ec-pill{background:#fff;border:1px solid var(--border);border-radius:100px;padding:4px 13px;font-size:.78rem;font-weight:600;color:#3D3D54;white-space:nowrap}
/* SERVICES */
.ec-services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:1.1rem}
.ec-service-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.65rem;transition:border-color .2s,transform .2s,box-shadow .2s}
.ec-service-card:hover{border-color:var(--teal);transform:translateY(-4px);box-shadow:0 12px 40px rgba(13,115,119,.1)}
.ec-service-card--hl{background:var(--teal);border-color:var(--teal)}
.ec-service-card--hl h3,.ec-service-card--hl p{color:rgba(255,255,255,.85)}
.ec-service-card__icon{width:46px;height:46px;border-radius:11px;background:var(--teal-lt);display:flex;align-items:center;justify-content:center;margin-bottom:.9rem}
.ec-service-card__icon svg{width:22px;height:22px;stroke:var(--teal)}
.ec-service-card--hl .ec-service-card__icon{background:rgba(255,255,255,.15)}
.ec-service-card--hl .ec-service-card__icon svg{stroke:#fff}
.ec-service-card__badge{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--teal-dk);background:var(--teal-lt);padding:3px 9px;border-radius:100px;margin-bottom:.7rem}
.ec-service-card--hl .ec-service-card__badge{background:rgba(255,255,255,.2);color:#fff}
.ec-service-card h3{font-size:1rem;font-weight:600;color:#1A1A2E;margin-bottom:.45rem}
.ec-service-card p{font-size:.86rem;color:var(--muted);line-height:1.62;margin-bottom:.75rem}
.ec-service-card__link{font-size:.82rem;font-weight:600;color:var(--teal);text-decoration:none}
.ec-service-card--hl .ec-service-card__link{color:rgba(255,255,255,.85)}
/* PROCESS */
.ec-process__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:3rem}
.ec-process__steps{display:flex;flex-direction:column}
.ec-step{display:flex;gap:1.1rem;position:relative}
.ec-step:not(:last-child)::after{content:'';position:absolute;left:18px;top:42px;width:2px;height:calc(100% - 8px);background:linear-gradient(to bottom,var(--teal-mid),transparent)}
.ec-step__num{width:38px;height:38px;border-radius:50%;background:var(--teal);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:700;flex-shrink:0;position:relative;z-index:1}
.ec-step__body{padding-bottom:1.9rem}
.ec-step__body h3{font-size:.98rem;font-weight:600;color:#1A1A2E;margin-bottom:.28rem}
.ec-step__body p{font-size:.86rem;color:var(--muted);line-height:1.62}
.ec-amc-card{background:var(--teal);border-radius:22px;padding:2.25rem;color:#fff}
.ec-amc-card__head{display:flex;align-items:center;gap:9px;margin-bottom:1.3rem}
.ec-amc-card__head svg{width:22px;height:22px;stroke:rgba(255,255,255,.8)}
.ec-amc-card__head span{font-size:.83rem;color:rgba(255,255,255,.7);font-weight:500}
.ec-amc-card h3{font-family:'DM Serif Display',serif;font-size:1.5rem;line-height:1.25;margin-bottom:.9rem}
.ec-amc-card p{font-size:.88rem;color:rgba(255,255,255,.8);line-height:1.65;margin-bottom:1.4rem}
.ec-amc__tiers{display:flex;flex-direction:column;gap:.65rem}
.ec-amc__tier{display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.1);border-radius:9px;padding:10px 13px;border:1px solid rgba(255,255,255,.14)}
.ec-amc__tier--hl{background:rgba(255,255,255,.22);border-color:rgba(255,255,255,.38)}
.ec-amc__tier span{color:rgba(255,255,255,.88);font-size:.86rem}
.ec-amc__tier strong{color:#fff;font-family:'DM Serif Display',serif;font-size:.98rem}
/* WHY US */
.ec-features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.4rem;margin-top:3rem}
.ec-feature{padding:1.4rem}
.ec-feature__num{font-family:'DM Serif Display',serif;font-size:2.4rem;color:var(--teal-mid);line-height:1;margin-bottom:.65rem}
.ec-feature h3{font-size:.98rem;font-weight:600;color:#1A1A2E;margin-bottom:.4rem}
.ec-feature p{font-size:.86rem;color:var(--muted);line-height:1.65}
/* TESTIMONIALS */
.ec-testi__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:1.1rem;margin-top:3rem}
.ec-testi{background:var(--surf);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.65rem}
.ec-testi__stars{color:var(--gold);font-size:.95rem;letter-spacing:2px;margin-bottom:.9rem}
.ec-testi blockquote{font-size:.88rem;color:#3D3D54;line-height:1.72;font-style:italic;margin-bottom:1.2rem}
.ec-testi__author{display:flex;align-items:center;gap:10px}
.ec-testi__avatar{width:36px;height:36px;border-radius:50%;background:var(--teal);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;flex-shrink:0}
.ec-testi__name{font-size:.86rem;font-weight:600;color:#1A1A2E}
.ec-testi__org{font-size:.76rem;color:var(--muted)}
/* BLOG CARDS */
.ec-blog__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}
.ec-blog-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:transform .2s,box-shadow .2s}
.ec-blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.08)}
.ec-blog-card__img{display:block;aspect-ratio:16/9;overflow:hidden}
.ec-blog-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.ec-blog-card:hover .ec-blog-card__img img{transform:scale(1.04)}
.ec-blog-card__body{padding:1.25rem}
.ec-blog-card__meta{font-size:.76rem;color:var(--muted);margin-bottom:.6rem}
.ec-blog-card__cat{color:var(--teal);font-weight:600;text-decoration:none}
.ec-blog-card h2,.ec-blog-card h3{font-size:1rem;font-weight:600;color:#1A1A2E;margin-bottom:.5rem;line-height:1.4}
.ec-blog-card h2 a,.ec-blog-card h3 a{color:inherit;text-decoration:none;transition:color .2s}
.ec-blog-card h2 a:hover,.ec-blog-card h3 a:hover{color:var(--teal)}
.ec-blog-card p{font-size:.86rem;color:var(--muted);line-height:1.6;margin-bottom:.75rem}
.ec-blog-card__link{font-size:.82rem;font-weight:600;color:var(--teal);text-decoration:none}
/* BLOG PAGE LAYOUT */
.ec-page-hero{background:var(--ink);padding:4rem 0 3rem;padding-top:calc(70px + 3rem)}
.ec-page-hero h1{font-family:'DM Serif Display',serif;font-size:clamp(1.8rem,3vw,2.8rem);color:#fff;margin-bottom:.75rem}
.ec-page-hero p{color:rgba(255,255,255,.65);max-width:580px}
.ec-page-hero--blog{background:linear-gradient(135deg,var(--teal-dk) 0%,var(--ink) 100%)}
.ec-blog-layout{display:grid;grid-template-columns:1fr 320px;gap:3rem;padding-top:3rem;padding-bottom:4rem}
.ec-blog-cats{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:2rem}
.ec-cat-pill{padding:6px 14px;border-radius:100px;font-size:.8rem;font-weight:600;text-decoration:none;color:var(--muted);border:1px solid var(--border);background:#fff;transition:all .2s}
.ec-cat-pill:hover,.ec-cat-pill.active{background:var(--teal);color:#fff;border-color:var(--teal)}
.ec-blog__grid--main{grid-template-columns:1fr}
.ec-blog__grid--main .ec-blog-card{display:grid;grid-template-columns:260px 1fr}
.ec-blog__grid--main .ec-blog-card__img{aspect-ratio:unset;min-height:160px}
.ec-pagination{margin-top:2rem}
.ec-pagination ul{display:flex;gap:.5rem;list-style:none;flex-wrap:wrap}
.ec-pagination ul li a,.ec-pagination ul li span{display:flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 10px;border-radius:8px;border:1px solid var(--border);font-size:.88rem;font-weight:600;color:#1A1A2E;text-decoration:none;transition:all .2s}
.ec-pagination ul li.current span,.ec-pagination ul li a:hover{background:var(--teal);color:#fff;border-color:var(--teal)}
/* SIDEBAR */
.ec-blog-sidebar{display:flex;flex-direction:column;gap:1.5rem}
.ec-widget{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.4rem}
.ec-widget__title{font-size:.95rem;font-weight:700;color:#1A1A2E;margin-bottom:1rem;padding-bottom:.6rem;border-bottom:2px solid var(--teal-lt)}
.ec-widget-posts{list-style:none;display:flex;flex-direction:column;gap:.75rem}
.ec-widget-posts li{border-bottom:1px solid var(--border);padding-bottom:.75rem}
.ec-widget-posts li:last-child{border-bottom:none;padding-bottom:0}
.ec-widget-posts li a{font-size:.86rem;font-weight:500;color:#1A1A2E;text-decoration:none;display:block;margin-bottom:.2rem;line-height:1.45;transition:color .2s}
.ec-widget-posts li a:hover{color:var(--teal)}
.ec-widget-posts li span{font-size:.74rem;color:var(--muted)}
.ec-widget-cats{list-style:none;display:flex;flex-direction:column;gap:.5rem}
.ec-widget-cats li a{display:flex;justify-content:space-between;font-size:.86rem;color:#3D3D54;text-decoration:none;padding:.4rem 0;border-bottom:1px solid var(--border);transition:color .2s}
.ec-widget-cats li a:hover{color:var(--teal)}
.ec-sidebar-cta{background:var(--teal);border-radius:var(--radius-lg);padding:1.4rem}
.ec-sidebar-cta h3{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.6rem}
.ec-sidebar-cta p{font-size:.85rem;color:rgba(255,255,255,.75);margin-bottom:1rem;line-height:1.6}
.ec-sidebar-contact{background:var(--teal-lt);border-color:rgba(13,115,119,.2)}
.ec-sidebar-contact .ec-widget__title{color:var(--teal-dk)}
.ec-sidebar-contact p{font-size:.85rem;color:#3D3D54;margin-bottom:1rem}
/* SINGLE POST */
.ec-single-post__header{margin-bottom:2.5rem}
.ec-single-post__title{font-family:'DM Serif Display',serif;font-size:clamp(1.6rem,3vw,2.4rem);color:#1A1A2E;line-height:1.2;margin:.75rem 0 1rem}
.ec-single-post__excerpt{font-size:1.05rem;color:#3D3D54;line-height:1.7;margin-bottom:1.5rem;font-style:italic}
.ec-single-post__thumb{border-radius:var(--radius-lg);overflow:hidden;margin-bottom:2rem}
.ec-single-post__thumb img{width:100%;max-height:480px;object-fit:cover}
.ec-single-post__content h2{font-family:'DM Serif Display',serif;font-size:1.5rem;color:#1A1A2E;margin:2rem 0 .75rem}
.ec-single-post__content h3{font-size:1.1rem;font-weight:600;color:#1A1A2E;margin:1.5rem 0 .5rem}
.ec-single-post__content p{font-size:.95rem;color:#3D3D54;line-height:1.75;margin-bottom:1rem}
.ec-single-post__content ul,.ec-single-post__content ol{margin:0 0 1rem 1.5rem;font-size:.95rem;color:#3D3D54;line-height:1.75}
.ec-single-post__content li{margin-bottom:.4rem}
.ec-single-post__content strong{color:#1A1A2E;font-weight:600}
.ec-single-post__content a{color:var(--teal);text-decoration:underline}
.ec-post-cta{background:var(--teal-lt);border:1px solid rgba(13,115,119,.2);border-radius:var(--radius-lg);padding:1.75rem;margin:2.5rem 0}
.ec-post-cta h3{font-size:1.05rem;font-weight:600;color:var(--teal-dk);margin-bottom:.5rem}
.ec-post-cta p{font-size:.9rem;color:#3D3D54;line-height:1.65}
.ec-post-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin:1.5rem 0}
.ec-tag{background:var(--surf);border:1px solid var(--border);border-radius:6px;padding:4px 10px;font-size:.76rem;color:var(--muted);text-decoration:none}
.ec-tag:hover{background:var(--teal-lt);color:var(--teal)}
.ec-related{margin-top:3rem}
.ec-related__title{font-size:1.1rem;font-weight:600;color:#1A1A2E;margin-bottom:1.25rem}
/* DOWNLOAD */
.ec-download{background:#1A1A2E;padding:5rem 0;position:relative;overflow:hidden}
.ec-download::before{content:'';position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(13,115,119,.28) 0%,transparent 70%);top:-220px;right:-80px;pointer-events:none}
.ec-download__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;position:relative;z-index:1}
.ec-download__left h2{font-family:'DM Serif Display',serif;font-size:clamp(1.7rem,2.8vw,2.6rem);color:#fff;line-height:1.2;margin-bottom:.9rem}
.ec-download__left h2 em{color:var(--teal-mid);font-style:italic}
.ec-download__left>p{color:rgba(255,255,255,.6);font-size:1rem;line-height:1.7;margin-bottom:1.8rem}
.ec-download__resource{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-xl);padding:2rem}
.ec-download__icon{width:54px;height:54px;background:var(--teal);border-radius:13px;display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem}
.ec-download__icon svg{width:26px;height:26px}
.ec-download__resource h3{font-size:1.02rem;font-weight:600;color:#fff;margin-bottom:.28rem}
.ec-download__resource>p{font-size:.82rem;color:rgba(255,255,255,.5);margin-bottom:1rem}
.ec-resource__list{list-style:none;display:flex;flex-direction:column;gap:.55rem}
.ec-resource__list li{display:flex;align-items:flex-start;gap:8px;font-size:.86rem;color:rgba(255,255,255,.7);line-height:1.5}
.ec-resource__list li::before{content:'✓';color:var(--teal-mid);font-weight:700;flex-shrink:0;margin-top:1px}
/* FORMS */
.ec-form{display:flex;flex-direction:column;gap:.65rem}
.ec-form__row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}
.ec-form__group{display:flex;flex-direction:column;gap:.35rem}
.ec-form__group label{font-size:.8rem;font-weight:600;color:rgba(255,255,255,.75)}
.ec-contact__form-wrap .ec-form__group label{color:#3D3D54}
.ec-form__req{color:#F87171}
.ec-form__group input,.ec-form__group select,.ec-form__group textarea{font-family:'DM Sans',sans-serif;font-size:.92rem;border-radius:9px;padding:12px 15px;outline:none;transition:border-color .2s,background .2s;line-height:1.5}
.ec-download .ec-form__group input,.ec-download .ec-form__group select,.ec-download .ec-form__group textarea{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.18);color:#fff}
.ec-download .ec-form__group input::placeholder,.ec-download .ec-form__group textarea::placeholder{color:rgba(255,255,255,.35)}
.ec-download .ec-form__group input:focus,.ec-download .ec-form__group textarea:focus{border-color:var(--teal);background:rgba(255,255,255,.1)}
.ec-contact__form-wrap .ec-form__group input,.ec-contact__form-wrap .ec-form__group select,.ec-contact__form-wrap .ec-form__group textarea{background:var(--surf);border:1px solid var(--border);color:#1A1A2E}
.ec-contact__form-wrap .ec-form__group input:focus,.ec-contact__form-wrap .ec-form__group select:focus,.ec-contact__form-wrap .ec-form__group textarea:focus{border-color:var(--teal);background:#fff}
.ec-contact__form-wrap .ec-form__group input::placeholder,.ec-contact__form-wrap .ec-form__group textarea::placeholder{color:#9ca3af}
.ec-form__group textarea{resize:vertical;min-height:88px}
.ec-form__err{font-size:.76rem;color:#F87171;min-height:16px}
.ec-form__success{display:none;background:rgba(159,225,203,.15);border:1px solid var(--teal-mid);border-radius:9px;padding:13px 16px;color:var(--teal-mid);font-size:.88rem;font-weight:500;text-align:center;margin-top:.5rem}
.ec-contact__form-wrap .ec-form__success{background:var(--teal-lt);border-color:var(--teal);color:var(--teal-dk)}
.ec-form__error{display:none;background:rgba(248,113,113,.12);border:1px solid #F87171;border-radius:9px;padding:13px 16px;color:#F87171;font-size:.88rem;text-align:center;margin-top:.5rem}
.ec-contact__form-wrap .ec-form__error{background:#FEF2F2;color:#DC2626;border-color:#FECACA}
.ec-form__note{font-size:.75rem;color:rgba(255,255,255,.35);text-align:center;margin-top:.25rem}
/* CONTACT */
.ec-contact__grid{display:grid;grid-template-columns:1fr 1.1fr;gap:4rem;margin-top:3rem;align-items:start}
.ec-contact__info{display:flex;flex-direction:column;gap:1.4rem}
.ec-contact__item{display:flex;gap:.9rem;align-items:flex-start}
.ec-contact__ico{width:42px;height:42px;background:var(--teal-lt);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ec-contact__ico svg{width:19px;height:19px;stroke:var(--teal)}
.ec-contact__item h4{font-size:.8rem;font-weight:600;color:var(--muted);margin-bottom:3px}
.ec-contact__item a{font-size:.92rem;color:#1A1A2E;text-decoration:none;transition:color .2s}
.ec-contact__item a:hover{color:var(--teal)}
.ec-contact__form-wrap{background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);padding:2rem}
.ec-contact__form-wrap h3{font-size:1.02rem;font-weight:600;color:#1A1A2E;margin-bottom:1.2rem}
/* FOOTER */
.ec-footer{background:#1A1A2E;padding:3.5rem 0 1.5rem}
.ec-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:3rem;margin-bottom:2.2rem}
.ec-footer__logo{font-family:'DM Serif Display',serif;font-size:1.2rem;color:#fff;display:block;margin-bottom:.7rem}
.ec-footer__logo em{color:var(--teal-mid);font-style:normal}
.ec-footer__brand p{font-size:.86rem;color:rgba(255,255,255,.45);line-height:1.65;max-width:270px}
.ec-footer__contacts{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}
.ec-footer__contacts a{display:flex;align-items:center;gap:7px;font-size:.84rem;color:rgba(255,255,255,.45);text-decoration:none;transition:color .2s}
.ec-footer__contacts a svg{width:15px;height:15px;stroke:currentColor;flex-shrink:0}
.ec-footer__contacts a:hover{color:var(--teal-mid)}
.ec-footer__col h4{font-size:.78rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.07em;margin-bottom:.9rem}
.ec-footer__col ul{list-style:none;display:flex;flex-direction:column;gap:.45rem}
.ec-footer__col ul li a{font-size:.85rem;color:rgba(255,255,255,.45);text-decoration:none;transition:color .2s}
.ec-footer__col ul li a:hover{color:var(--teal-mid)}
.ec-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:1.4rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}
.ec-footer__bottom p{font-size:.78rem;color:rgba(255,255,255,.28)}
/* BREADCRUMB */
.ec-breadcrumb{background:var(--surf);border-bottom:1px solid var(--border);padding:.6rem 0}
.ec-breadcrumb ol{display:flex;align-items:center;gap:.4rem;list-style:none;flex-wrap:wrap}
.ec-breadcrumb li{font-size:.8rem;color:var(--muted)}
.ec-breadcrumb li::after{content:'/';margin-left:.4rem;color:var(--border)}
.ec-breadcrumb li:last-child::after{display:none}
.ec-breadcrumb a{color:var(--teal);text-decoration:none}
/* PAGE CONTENT */
.ec-page-content h2{font-family:'DM Serif Display',serif;font-size:1.6rem;color:#1A1A2E;margin:2rem 0 .75rem}
.ec-page-content h3{font-size:1.1rem;font-weight:600;color:#1A1A2E;margin:1.25rem 0 .5rem}
.ec-page-content p{font-size:.95rem;color:#3D3D54;line-height:1.75;margin-bottom:.9rem}
.ec-page-content ul,.ec-page-content ol{margin:0 0 1rem 1.5rem;font-size:.95rem;color:#3D3D54;line-height:1.75}
.ec-page-content li{margin-bottom:.4rem}
/* ANIMATIONS */
@keyframes fadeUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}
@keyframes pulseDot{0%,100%{opacity:1}50%{opacity:.4}}
@keyframes spin{to{transform:rotate(360deg)}}
.ec-reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}
.ec-reveal.is-visible{opacity:1;transform:none}
/* RESPONSIVE */
@media(max-width:960px){
  .ec-hero__inner,.ec-process__grid,.ec-download__inner,.ec-contact__grid,.ec-blog-layout{grid-template-columns:1fr}
  .ec-hero__right{display:none}
  .ec-footer__grid{grid-template-columns:1fr 1fr}
  .ec-form__row{grid-template-columns:1fr}
  .ec-blog__grid--main .ec-blog-card{display:block}
}
@media(max-width:640px){
  .ec-nav__links{display:none;position:absolute;top:70px;left:0;right:0;background:#fff;flex-direction:column;padding:1rem 5vw 1.5rem;border-bottom:1px solid var(--border);gap:.75rem;box-shadow:0 8px 20px rgba(0,0,0,.07)}
  .ec-nav__links.is-open{display:flex}
  .ec-nav__burger{display:flex}
  .ec-nav__cta{display:none}
  .ec-footer__grid{grid-template-columns:1fr}
  .ec-section{padding:3.5rem 0}
  .ec-float-badge{display:none}
  .ec-hero__stats{gap:1.2rem}
  .ec-blog-layout{padding-top:2rem}
}
