:root{
  --ink:#22292e; --ink2:#2c353c; --orange:#bd4800; --orange-2:#d9560a; --gray:#737373;
  --white:#fff; --bg:#ffffff; --soft:#f5f3f0; --soft2:#ece8e3; --line:rgba(34,41,46,.12);
  --sh:0 18px 50px -20px rgba(34,41,46,.35); --sh-sm:0 6px 22px -12px rgba(34,41,46,.4);
  --r:3px; --wrap:1220px; --hpad:clamp(18px,4vw,44px);
  --ff-t:'Anton',Impact,sans-serif; --ff-b:'Barlow',system-ui,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--ff-b);color:var(--ink);background:var(--bg);font-size:18px;line-height:1.7;-webkit-font-smoothing:antialiased;font-weight:400;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
.ted-wrap{max-width:var(--wrap);margin:0 auto;padding-inline:var(--hpad);width:100%}
.ted-wrap--narrow{max-width:820px}
.ted-skip{position:absolute;left:-999px;top:0;background:var(--orange);color:#fff;padding:10px 16px;z-index:9999}
.ted-skip:focus{left:8px;top:8px}

h1,h2,h3{font-family:var(--ff-t);font-weight:400;line-height:1.02;letter-spacing:.01em;text-transform:uppercase;margin:0}
.ted-h2{font-size:clamp(1.9rem,4vw,3.1rem);color:var(--ink);letter-spacing:.005em}
.ted-eyebrow{display:inline-block;font-family:var(--ff-b);font-weight:700;text-transform:uppercase;letter-spacing:.22em;font-size:.72rem;color:var(--orange);margin-bottom:14px}
.ted-eyebrow--on{color:#ffb37a}
.ted-rich{font-size:1.05rem;color:#3a4248}
.ted-rich p{margin:0 0 1.05em}
.ted-rich h2{font-size:clamp(1.6rem,3vw,2.4rem);margin:1.6em 0 .5em}
.ted-rich h3{font-family:var(--ff-t);text-transform:uppercase;font-size:1.35rem;margin:1.5em 0 .4em;color:var(--ink)}
.ted-rich strong{color:var(--ink);font-weight:700}
.ted-rich a{color:var(--orange);font-weight:600;border-bottom:1px solid rgba(189,72,0,.3)}
.ted-rich ul{padding-left:0;list-style:none;margin:1.1em 0}
.ted-rich ul li{position:relative;padding-left:30px;margin:.5em 0}
.ted-rich ul li::before{content:'';position:absolute;left:0;top:.62em;width:14px;height:3px;background:var(--orange)}

/* Buttons */
.ted-btn{display:inline-flex;align-items:center;gap:.5em;font-family:var(--ff-b);font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:.86rem;padding:15px 26px;border-radius:var(--r);border:2px solid transparent;cursor:pointer;transition:.25s;line-height:1}
.ted-btn--lg{padding:18px 34px;font-size:.95rem}
.ted-btn--primary{background:var(--orange);color:#fff!important}
.ted-btn--primary:hover{background:var(--ink);transform:translateY(-2px)}
.ted-btn--ghost{background:transparent;color:var(--ink)!important;border-color:var(--ink)}
.ted-btn--ghost:hover{background:var(--ink);color:#fff!important}
.ted-btn--glass{background:rgba(255,255,255,.12);color:#fff!important;border-color:rgba(255,255,255,.45);backdrop-filter:blur(6px)}
.ted-btn--glass:hover{background:#fff;color:var(--ink)!important;border-color:#fff}

/* Geometric shapes */
.ted-shape{position:absolute;pointer-events:none;z-index:0}
.ted-shape--hero{right:-6%;bottom:-10%;width:52%;height:120%;background:repeating-linear-gradient(-45deg,rgba(189,72,0,.9) 0 8px,transparent 8px 40px);opacity:.16;transform:skewX(-12deg)}
.ted-shape--1{top:-40px;right:-40px;width:230px;height:230px;border:14px solid rgba(189,72,0,.14)}
.ted-shape--2{left:-60px;bottom:-40px;width:180px;height:180px;background:var(--soft2);transform:rotate(45deg);opacity:.6}
.ted-shape--cta{right:0;top:0;width:40%;height:100%;background:repeating-linear-gradient(-45deg,rgba(255,255,255,.06) 0 10px,transparent 10px 44px)}
.ted-shape--foot{left:0;top:0;width:100%;height:6px;background:linear-gradient(90deg,var(--orange) 0 22%,transparent 22%)}
.ted-shape--phero{right:0;bottom:0;width:38%;height:100%;background:repeating-linear-gradient(-45deg,rgba(189,72,0,.5) 0 7px,transparent 7px 34px);opacity:.4;transform:skewX(-12deg)}

/* Header */
.ted-header{position:fixed;top:0;left:0;right:0;z-index:900;padding:14px var(--hpad) 0;transition:.3s}
.ted-header__bar{max-width:1340px;margin:0 auto;display:flex;align-items:center;gap:20px;background:rgba(255,255,255,.82);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.6);box-shadow:var(--sh);border-radius:6px;padding:10px 14px 10px 20px}
.ted-header.is-stuck .ted-header__bar{background:rgba(255,255,255,.94)}
.ted-logo img{height:52px!important;width:auto!important}
.ted-logo__txt{font-family:var(--ff-t);text-transform:uppercase;font-size:1.15rem;line-height:.95;color:var(--ink);display:block}
.ted-logo__txt em{color:var(--orange);font-style:normal}
.ted-logo__txt small{display:block;font-family:var(--ff-b);font-weight:600;font-size:.52rem;letter-spacing:.18em;color:var(--gray)}
.ted-nav{margin-left:auto}
.ted-nav__list{display:flex;gap:4px;list-style:none;margin:0;padding:0}
.ted-nav__item>a{display:flex;align-items:center;gap:5px;font-weight:600;font-size:.95rem;padding:12px 14px;border-radius:var(--r);color:var(--ink);transition:.2s}
.ted-nav__item>a:hover{color:var(--orange)}
.ted-caret{width:6px;height:6px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin-top:-3px;opacity:.6}
.ted-nav__item{position:static}
.has-mega{position:relative}
.ted-mega{position:absolute;top:calc(100% + 16px);left:50%;transform:translateX(-50%) translateY(10px);width:min(680px,86vw);background:#fff;border-radius:8px;box-shadow:var(--sh);border:1px solid var(--line);opacity:0;visibility:hidden;transition:.25s;z-index:950;overflow:hidden}
.has-mega:hover .ted-mega{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.ted-mega::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:var(--orange)}
.ted-mega__inner{display:grid;grid-template-columns:1.3fr .9fr;gap:0}
.ted-mega__links{padding:18px}
.ted-mega__pillar{display:flex;justify-content:space-between;align-items:center;font-family:var(--ff-t);text-transform:uppercase;font-size:1.05rem;color:var(--ink);padding:10px 12px;border-radius:var(--r);background:var(--soft);margin-bottom:6px}
.ted-mega__pillar:hover{background:var(--ink);color:#fff}
.ted-mega__link{display:block;padding:9px 12px;font-weight:500;font-size:.92rem;color:#3a4248;border-radius:var(--r)}
.ted-mega__link:hover{background:var(--soft);color:var(--orange);padding-left:16px}
.ted-mega__promo{display:flex;align-items:flex-end;background-size:cover;background-position:center;position:relative;min-height:220px}
.ted-mega__promo::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(34,41,46,.85),transparent 70%)}
.ted-mega__promo span{position:relative;z-index:2;color:#fff;font-family:var(--ff-t);text-transform:uppercase;padding:16px;font-size:1rem;line-height:1.05}
.ted-header__act{display:flex;align-items:center;gap:12px}
.ted-header__tel{text-align:right;line-height:1.1}
.ted-header__tel-l{display:block;font-size:.6rem;text-transform:uppercase;letter-spacing:.12em;color:var(--gray);font-weight:600}
.ted-header__tel-n{display:block;font-family:var(--ff-t);font-size:1.15rem;color:var(--ink)}
.ted-header__tel:hover .ted-header__tel-n{color:var(--orange)}
.ted-burger{display:none;flex-direction:column;gap:5px;width:44px;height:44px;background:var(--ink);border:none;border-radius:var(--r);cursor:pointer;align-items:center;justify-content:center}
.ted-burger span{width:20px;height:2px;background:#fff;transition:.3s}
body.ted-menu-open .ted-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
body.ted-menu-open .ted-burger span:nth-child(2){opacity:0}
body.ted-menu-open .ted-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* Drawer */
.ted-drawer{position:fixed;top:0;right:-100%;width:min(380px,88vw);height:100%;background:var(--ink);z-index:1000;transition:.35s;padding:90px 22px 30px;overflow-y:auto}
body.ted-menu-open .ted-drawer{right:0}
.ted-drawer__ov{position:fixed;inset:0;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:.3s;z-index:990}
body.ted-menu-open .ted-drawer__ov{opacity:1;visibility:visible}
.ted-mnav a,.ted-mnav summary{color:#fff}
.ted-mnav__grp{border-bottom:1px solid rgba(255,255,255,.12)}
.ted-mnav__grp summary{font-family:var(--ff-t);text-transform:uppercase;font-size:1.2rem;padding:14px 0;cursor:pointer;list-style:none}
.ted-mnav__grp summary::-webkit-details-marker{display:none}
.ted-mnav__grp div{padding-bottom:12px;display:flex;flex-direction:column;gap:2px}
.ted-mnav__grp div a{padding:8px 12px;color:#c9cdd0;font-size:.95rem;border-left:2px solid var(--orange)}
.ted-mnav__lnk{display:block;font-family:var(--ff-t);text-transform:uppercase;font-size:1.2rem;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.ted-mnav__cta{margin-top:20px;width:100%;justify-content:center}

/* Hero video */
.ted-hero{position:relative;min-height:100svh;display:flex;align-items:center;color:#fff;overflow:hidden;padding:140px 0 90px}
.ted-hero__bg{position:absolute;inset:0;z-index:0}
.ted-hero__video,.ted-hero__img{width:100%;height:100%;object-fit:cover}
.ted-hero__ov{position:absolute;inset:0;background:linear-gradient(120deg,rgba(34,41,46,.92) 0%,rgba(34,41,46,.72) 45%,rgba(34,41,46,.5) 100%)}
.ted-hero__inner{position:relative;z-index:2;max-width:900px}
.ted-hero__title{font-size:clamp(2.8rem,7vw,6rem);color:#fff;line-height:.95;margin:6px 0 20px}
.ted-amp{color:var(--orange)}
.ted-hero__sub{font-size:clamp(1.05rem,1.8vw,1.3rem);color:#e4e7e9;max-width:660px;font-weight:400}
.ted-hero__cta{display:flex;gap:14px;flex-wrap:wrap;margin:32px 0 28px}
.ted-hero__trust{display:flex;gap:10px;flex-wrap:wrap}
.ted-hero__trust span{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:8px 14px;border:1px solid rgba(255,255,255,.25);border-radius:40px;color:#dfe3e5}
.ted-hero__scroll{position:absolute;bottom:26px;left:50%;transform:translateX(-50%);width:26px;height:42px;border:2px solid rgba(255,255,255,.5);border-radius:20px;z-index:2}
.ted-hero__scroll span{position:absolute;top:8px;left:50%;transform:translateX(-50%);width:4px;height:8px;background:#fff;border-radius:2px;animation:tedscroll 1.6s infinite}
@keyframes tedscroll{0%{opacity:0;top:8px}40%{opacity:1}80%{opacity:0;top:22px}}

/* Page hero */
.ted-phero{position:relative;background-size:cover;background-position:center;color:#fff;padding:170px 0 70px;overflow:hidden}
.ted-phero--plain{background:var(--ink)}
.ted-phero__ov{position:absolute;inset:0;background:linear-gradient(120deg,rgba(34,41,46,.94),rgba(34,41,46,.66))}
.ted-phero__inner{position:relative;z-index:2;max-width:860px}
.ted-phero__title{font-size:clamp(2.2rem,5vw,4rem);color:#fff;margin:10px 0 14px}
.ted-phero__sub{font-size:1.15rem;color:#e4e7e9;max-width:640px}
.ted-phero__cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.ted-crumb{display:flex;gap:8px;align-items:center;font-size:.82rem;color:#c2c7ca;text-transform:uppercase;letter-spacing:.08em}
.ted-crumb a:hover{color:#fff}.ted-crumb span:last-child{color:#ffb37a}

/* Sections */
.ted-section{position:relative;padding:clamp(56px,8vw,110px) 0;overflow:hidden}
.ted-section--light{background:var(--bg)}
.ted-section--soft{background:var(--soft)}
.ted-section--dark{background:var(--ink);color:#fff}
.ted-section--dark .ted-h2,.ted-section--dark .ted-rich{color:#fff}
.ted-section--dark .ted-rich{color:#c9cdd0}
.ted-content--page>.ted-section:first-child,.ted-content>.ted-section:first-child{padding-top:clamp(56px,8vw,100px)}
.ted-lead{max-width:760px;margin-bottom:44px}
.ted-lead.align-center{margin-inline:auto;text-align:center}

/* Split */
.ted-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,5vw,64px);align-items:center;margin:0 0 clamp(40px,6vw,72px)}
.ted-split__media .ted-media-frame{position:relative;border-radius:6px;overflow:hidden;box-shadow:var(--sh);aspect-ratio:4/3}
.ted-media-frame .ted-img{width:100%;height:100%;object-fit:cover}
.ted-split__media{position:relative}
.ted-split__media::before{content:'';position:absolute;width:60%;height:60%;border:3px solid var(--orange);z-index:-1}
.ted-split.is-right .ted-split__media::before{right:-18px;bottom:-18px}
.ted-split.is-left .ted-split__media::before{left:-18px;top:-18px}
.ted-figure{margin:1.4em 0;border-radius:6px;overflow:hidden;box-shadow:var(--sh-sm)}
.ted-figure .ted-img{width:100%;object-fit:cover}

/* Cards */
.ted-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}
.ted-card{background:#fff;border-radius:6px;overflow:hidden;box-shadow:var(--sh-sm);border:1px solid var(--line);transition:.3s;display:flex;flex-direction:column}
.ted-card--link:hover{transform:translateY(-6px);box-shadow:var(--sh)}
.ted-card__media{aspect-ratio:16/10;overflow:hidden}
.ted-card__media .ted-img{width:100%;height:100%;object-fit:cover;transition:.5s}
.ted-card--link:hover .ted-card__media .ted-img{transform:scale(1.06)}
.ted-card__body{padding:22px 22px 24px;display:flex;flex-direction:column;gap:8px;flex:1}
.ted-card__title{font-family:var(--ff-t);text-transform:uppercase;font-size:1.25rem;color:var(--ink)}
.ted-card__text{font-size:.96rem;color:var(--gray);flex:1}
.ted-card__link{display:inline-flex;align-items:center;gap:6px;color:var(--orange);font-weight:700;text-transform:uppercase;font-size:.8rem;letter-spacing:.06em;margin-top:6px}
.ted-arrow{transition:.25s}
.ted-card--link:hover .ted-arrow{transform:translateX(5px)}

/* Stats */
.ted-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:20px}
.ted-stat{text-align:center;padding:24px 14px;border:1px solid var(--line);border-radius:6px;background:#fff}
.ted-section--dark .ted-stat{background:var(--ink2);border-color:rgba(255,255,255,.1)}
.ted-stat__n{display:block;font-family:var(--ff-t);font-size:clamp(2.4rem,5vw,3.4rem);color:var(--orange);line-height:1}
.ted-stat__l{display:block;font-size:.86rem;text-transform:uppercase;letter-spacing:.08em;color:var(--gray);margin-top:8px;font-weight:600}
.ted-section--dark .ted-stat__l{color:#aeb4b8}

/* CTA */
.ted-cta{position:relative;background:var(--ink);color:#fff;padding:clamp(44px,6vw,72px) 0;overflow:hidden;margin:0}
.ted-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap;position:relative;z-index:2}
.ted-cta .ted-h2{color:#fff;max-width:640px}
.ted-cta__txt p{color:#c9cdd0;margin:.5em 0 0}
.ted-cta__act{display:flex;gap:14px;flex-wrap:wrap}

/* FAQ */
.ted-faq{max-width:840px;margin:0 auto}
.ted-qa{border:1px solid var(--line);border-radius:6px;margin-bottom:12px;background:#fff;overflow:hidden}
.ted-section--soft .ted-qa{background:#fff}
.ted-qa__q{font-family:var(--ff-b);font-weight:700;font-size:1.08rem;padding:18px 54px 18px 22px;cursor:pointer;position:relative;list-style:none;color:var(--ink)}
.ted-qa__q::-webkit-details-marker{display:none}
.ted-qa__i{position:absolute;right:22px;top:50%;transform:translateY(-50%);width:16px;height:16px}
.ted-qa__i::before,.ted-qa__i::after{content:'';position:absolute;background:var(--orange);transition:.3s}
.ted-qa__i::before{top:7px;left:0;width:16px;height:2px}
.ted-qa__i::after{left:7px;top:0;width:2px;height:16px}
.ted-qa[open] .ted-qa__i::after{transform:rotate(90deg);opacity:0}
.ted-qa__a{padding:0 22px 20px;color:#3a4248;font-size:1rem}
.ted-qa__a p{margin:0 0 .8em}

/* Steps */
.ted-steps{position:relative;max-width:900px;margin:0 auto;padding-left:20px}
.ted-steps::before{content:'';position:absolute;left:32px;top:10px;bottom:10px;width:3px;background:linear-gradient(var(--orange),rgba(189,72,0,.15))}
.ted-step{position:relative;display:flex;gap:22px;padding:0 0 34px 0}
.ted-step__n{flex:0 0 auto;width:52px;height:52px;border-radius:50%;background:var(--orange);color:#fff;font-family:var(--ff-t);font-size:1.3rem;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;box-shadow:0 0 0 6px var(--bg)}
.ted-section--soft .ted-step__n{box-shadow:0 0 0 6px var(--soft)}
.ted-section--dark .ted-step__n{box-shadow:0 0 0 6px var(--ink)}
.ted-step__t{font-family:var(--ff-t);text-transform:uppercase;font-size:1.2rem;margin-bottom:4px;color:inherit}
.ted-step__x{color:var(--gray);font-size:.98rem}
.ted-section--dark .ted-step__x{color:#aeb4b8}
.ted-step__b{padding-top:6px}

/* Checks */
.ted-checks{list-style:none;padding:0;margin:1.2em 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px 24px}
.ted-checks li{position:relative;padding-left:32px;color:#3a4248}
.ted-checks li::before{content:'';position:absolute;left:0;top:3px;width:18px;height:18px;background:var(--orange);clip-path:polygon(41% 66%,79% 26%,90% 37%,41% 88%,12% 58%,23% 47%)}
.ted-section--dark .ted-checks li{color:#c9cdd0}

/* Gallery */
.ted-gal__filters{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:34px}
.ted-gal__f{font-family:var(--ff-b);font-weight:600;text-transform:uppercase;letter-spacing:.06em;font-size:.82rem;padding:11px 20px;border:1px solid var(--line);background:#fff;border-radius:40px;cursor:pointer;transition:.2s;color:var(--ink)}
.ted-gal__f:hover{border-color:var(--orange);color:var(--orange)}
.ted-gal__f.is-active{background:var(--ink);color:#fff;border-color:var(--ink)}
.ted-gal__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;grid-auto-flow:dense}
.ted-gal__item{position:relative;border-radius:6px;overflow:hidden;aspect-ratio:1/1;cursor:pointer;box-shadow:var(--sh-sm);background:var(--soft2)}
.ted-gal__item .ted-img{width:100%;height:100%;object-fit:cover;transition:.5s}
.ted-gal__item:hover .ted-img{transform:scale(1.07)}
.ted-gal__item::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(34,41,46,.55),transparent 55%);opacity:0;transition:.3s}
.ted-gal__item:hover::after{opacity:1}
.ted-gal__tag{position:absolute;left:12px;bottom:12px;z-index:2;background:var(--orange);color:#fff;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:5px 10px;border-radius:3px;opacity:0;transform:translateY(8px);transition:.3s}
.ted-gal__item:hover .ted-gal__tag{opacity:1;transform:translateY(0)}
.ted-gal__item.is-hidden{display:none}
.ted-galp{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.ted-galp__item{position:relative;aspect-ratio:1/1;border-radius:6px;overflow:hidden;box-shadow:var(--sh-sm)}
.ted-galp__item .ted-img{width:100%;height:100%;object-fit:cover;transition:.5s}
.ted-galp__item:hover .ted-img{transform:scale(1.06)}
.ted-galp__item .ted-gal__tag{opacity:1;transform:none}

/* Lightbox */
.ted-lightbox{position:fixed;inset:0;background:rgba(20,24,27,.94);z-index:2000;display:none;align-items:center;justify-content:center;padding:30px}
.ted-lightbox.is-open{display:flex}
.ted-lb__fig{margin:0;max-width:92vw;max-height:86vh;text-align:center}
.ted-lb__img{max-width:92vw;max-height:80vh;object-fit:contain;border-radius:4px}
.ted-lb__cap{color:#dfe3e5;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;margin-top:14px}
.ted-lb__close,.ted-lb__prev,.ted-lb__next{position:absolute;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.3);color:#fff;cursor:pointer;border-radius:4px;width:52px;height:52px;font-size:1.6rem;display:flex;align-items:center;justify-content:center;transition:.2s}
.ted-lb__close:hover,.ted-lb__prev:hover,.ted-lb__next:hover{background:var(--orange);border-color:var(--orange)}
.ted-lb__close{top:22px;right:22px}
.ted-lb__prev{left:22px;top:50%;transform:translateY(-50%)}
.ted-lb__next{right:22px;top:50%;transform:translateY(-50%)}

/* Zones */
.ted-zones__title{text-align:center;margin-bottom:30px}
.ted-zones__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}
.ted-zone{display:flex;align-items:center;gap:10px;padding:16px 18px;background:#fff;border:1px solid var(--line);border-radius:6px;font-weight:600;color:var(--ink);transition:.2s;position:relative;overflow:hidden}
.ted-zone::before{content:'';width:10px;height:10px;background:var(--orange);flex:0 0 auto;transform:rotate(45deg)}
.ted-zone:hover{background:var(--ink);color:#fff;transform:translateY(-3px);box-shadow:var(--sh-sm)}
.ted-zone--pivot{background:var(--ink);color:#fff}
.ted-zone--pivot::before{background:#fff}
.ted-section--soft .ted-zone{background:#fff}

/* Form */
.ted-form{background:#fff;border-radius:8px;box-shadow:var(--sh);padding:clamp(24px,4vw,40px);border:1px solid var(--line)}
.ted-form__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.ted-form label{display:block;font-weight:600;font-size:.85rem;color:var(--ink);margin-bottom:14px}
.ted-form label span{color:var(--orange)}
.ted-form input,.ted-form select,.ted-form textarea{width:100%;margin-top:6px;padding:13px 14px;border:1px solid var(--line);border-radius:var(--r);font-family:var(--ff-b);font-size:1rem;background:var(--soft);color:var(--ink);transition:.2s;font-weight:400}
.ted-form input:focus,.ted-form select:focus,.ted-form textarea:focus{outline:none;border-color:var(--orange);background:#fff;box-shadow:0 0 0 3px rgba(189,72,0,.12)}
.ted-consent{display:flex;gap:10px;align-items:flex-start;font-weight:400!important;font-size:.82rem!important;color:var(--gray)!important}
.ted-consent input{width:auto!important;margin-top:3px!important}
.ted-consent a{color:var(--orange);font-weight:600}
.ted-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0}
.ted-form__submit{width:100%;justify-content:center;margin-top:6px}
.ted-form__legal{font-size:.78rem;color:var(--gray);text-align:center;margin:14px 0 0}
.ted-note{padding:14px 18px;border-radius:var(--r);margin-bottom:18px;font-size:.92rem;font-weight:600}
.ted-note--ok{background:#e8f5 e9;background:#eaf6ec;color:#1c6b2b;border:1px solid #bfe3c6}
.ted-note--err{background:#fdecea;color:#a3271a;border:1px solid #f3c2bc}

/* Contact split */
.ted-contact{display:grid;grid-template-columns:1fr 1.1fr;gap:44px;align-items:start}
.ted-contact__info{position:sticky;top:110px}
.ted-infocard{background:var(--ink);color:#fff;border-radius:8px;padding:28px;margin-bottom:18px}
.ted-infocard h3{font-family:var(--ff-t);text-transform:uppercase;color:#fff;font-size:1.3rem;margin-bottom:14px}
.ted-infocard a{color:#ffb37a;font-weight:600}
.ted-infocard p{color:#c9cdd0;margin:.3em 0}

/* Post grid */
.ted-postgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}
.ted-postcard{background:#fff;border:1px solid var(--line);border-radius:6px;overflow:hidden;transition:.3s;display:flex;flex-direction:column}
.ted-postcard:hover{transform:translateY(-5px);box-shadow:var(--sh)}
.ted-postcard__media{aspect-ratio:16/9;overflow:hidden;background:var(--soft2)}
.ted-postcard__media .ted-img{width:100%;height:100%;object-fit:cover}
.ted-postcard__b{padding:20px;flex:1;display:flex;flex-direction:column;gap:8px}
.ted-postcard__b h2{font-family:var(--ff-t);text-transform:uppercase;font-size:1.2rem}
.ted-postcard__b p{font-size:.92rem;color:var(--gray);flex:1}
.ted-article .ted-rich h2{margin-top:1.4em}

/* Reveal */
.ted-reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.2,.6,.2,1),transform .7s cubic-bezier(.2,.6,.2,1)}
html.ted-js .ted-reveal.is-in{opacity:1;transform:none}
html:not(.ted-js) .ted-reveal{opacity:1;transform:none}

/* Responsive */
@media(max-width:1080px){
  .ted-nav,.ted-header__tel,.ted-header__cta{display:none}
  .ted-burger{display:flex}
  .ted-header__bar{padding:10px 12px}
}
@media(max-width:820px){
  body{font-size:17px}
  .ted-split{grid-template-columns:1fr}
  .ted-split.is-left .ted-split__media{order:-1}
  .ted-contact{grid-template-columns:1fr}
  .ted-contact__info{position:static}
  .ted-form__row{grid-template-columns:1fr}
  .ted-galp{grid-template-columns:repeat(2,1fr)}
  .ted-cta__inner{flex-direction:column;align-items:flex-start}
  .ted-hero{min-height:88svh}
}
@media(max-width:520px){
  .ted-header__bar{gap:10px}
  .ted-btn{padding:13px 20px}
}