@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/roboto-latin.woff2") format("woff2");
}

:root {
  --tcn-red: #d8070a;
  --tcn-green: #7c9f77;
  --tcn-ink: #151515;
  --tcn-muted: #686868;
  --tcn-line: #e3e3e3;
}

.elementor-widget[class*="elementor-widget-tcn-"] { margin-bottom: 0 !important; }
.elementor-widget[class*="elementor-widget-tcn-"] > .elementor-widget-container { overflow: visible; }
.tcn-widget,
.tcn-widget * { box-sizing: border-box; }
.tcn-widget {
  color: var(--tcn-ink);
  font-family: Roboto, Arial, Helvetica, sans-serif;
}
.tcn-widget h1,
.tcn-widget h2,
.tcn-widget h3,
.tcn-widget p { font-family: Roboto, Arial, Helvetica, sans-serif; }
.tcn-widget img { display: block; max-width: 100%; }
.tcn-widget a { text-decoration: none; }

.tcn-section {
  width: min(calc(100% - 40px), 1080px);
  margin: 0 auto;
  padding: 84px 0;
}

.tcn-header {
  position: relative;
  z-index: 50;
  height: 84px;
  background: #fff;
}
.tcn-header-inner {
  display: flex;
  align-items: center;
  gap: 44px;
  width: min(calc(100% - 40px), 1240px);
  height: 100%;
  margin: 0 auto;
}
.tcn-logo { display: inline-flex; align-items: center; max-height: 72px; }
.tcn-logo img { width: auto; max-width: 185px; max-height: 68px; object-fit: contain; }
.tcn-logo span {
  color: #fff;
  background: #050505;
  padding: 13px 20px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
}
.tcn-desktop-nav { display: flex; align-items: center; gap: 42px; margin-right: auto; }
.tcn-desktop-nav a { color: #111; font-size: 13px; font-weight: 800; }
.tcn-desktop-nav a:hover { color: var(--tcn-red); }
.tcn-menu-toggle,
.tcn-mobile-nav { display: none; }

.tcn-hero {
  position: relative;
  height: 660px;
  overflow: hidden;
  background: #111;
}
.tcn-hero > img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.tcn-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(0,0,0,.18), transparent 50%);
}
.tcn-hero::before {
  position: absolute;
  z-index: 2;
  bottom: -130px;
  left: -8%;
  width: 116%;
  height: 210px;
  content: "";
  transform: rotate(-3.5deg);
  transform-origin: 50%;
  border-radius: 52% 48% 0 0 / 100% 100% 0 0;
  background: #fff;
}
.tcn-hero-copy {
  position: absolute;
  z-index: 3;
  bottom: 165px;
  left: max(6vw, calc(50vw - 590px));
  display: grid;
  justify-items: start;
  gap: 5px;
  font-size: clamp(26px, 3.1vw, 48px);
  font-weight: 900;
  line-height: 1.05;
}
.tcn-hero-copy span,
.tcn-hero-copy strong {
  padding: 7px 14px;
  color: #111;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,.12);
}
.tcn-hero-copy strong { color: var(--tcn-red); }
.tcn-hero-contact {
  position: absolute;
  z-index: 4;
  top: 47%;
  right: 0;
  display: grid;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.15);
}
.tcn-hero-contact a {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--tcn-red);
  border-bottom: 1px solid #eee;
  font-size: 22px;
}
.tcn-hero-contact a:hover { color: #fff; background: var(--tcn-green); }

.tcn-heading { max-width: 900px; margin: 0 auto 52px; text-align: center; }
.tcn-heading p { margin: 0; font-size: 28px; font-weight: 800; }
.tcn-heading h2 {
  margin: 4px 0 0;
  color: var(--tcn-red);
  font-size: clamp(28px, 3.2vw, 45px);
  font-weight: 800;
  line-height: 1.15;
}
.tcn-heading.is-compact h2 { color: var(--tcn-ink); font-size: 27px; }

.tcn-split {
  display: grid;
  grid-template-columns: .9fr 1.15fr;
  align-items: center;
  gap: 78px;
  margin-bottom: 104px;
}
.tcn-split:last-child { margin-bottom: 0; }
.tcn-split.is-reverse .tcn-split-copy { order: 2; }
.tcn-split.is-reverse > img { order: 1; }
.tcn-split > img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0,0,0,.1);
}
.tcn-split-copy h1,
.tcn-split-copy h2 { margin: 0 0 18px; font-size: clamp(27px,3vw,42px); font-weight: 800; line-height: 1.15; }
.tcn-split-copy p { margin: 0 0 12px; color: #454545; line-height: 1.65; }
.tcn-split-copy .tcn-eyebrow { margin-bottom: 10px; color: var(--tcn-red); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.tcn-button,
.tcn-smart-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 10px;
  padding: 0 20px;
  cursor: pointer;
  color: #fff;
  border: 0;
  border-radius: 5px;
  background: var(--tcn-red);
  font-size: 14px;
  font-weight: 700;
}
.tcn-button:hover,
.tcn-smart-form button:hover { color: #fff; filter: brightness(.9); }

.tcn-value-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.tcn-value-card {
  min-height: 235px;
  padding: 28px 20px;
  text-align: center;
  border: 1px solid var(--tcn-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 9px 22px rgba(0,0,0,.04);
}
.tcn-card-icon { display: grid; place-items: center; color: var(--tcn-green); }
.tcn-value-card .tcn-card-icon svg,
.tcn-value-card .tcn-card-icon i { width: 55px; height: 55px; margin-bottom: 14px; font-size: 48px; }
.tcn-value-card h3 { margin: 0 0 12px; font-size: 18px; font-weight: 800; }
.tcn-value-card p { margin: 0; color: var(--tcn-muted); font-size: 13px; line-height: 1.55; }

.tcn-service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 45px 100px; width: min(100%,720px); margin: 0 auto; }
.tcn-service-grid article { display: flex; align-items: center; gap: 20px; }
.tcn-service-grid .tcn-card-icon { flex: 0 0 54px; color: var(--tcn-red); }
.tcn-service-grid .tcn-card-icon svg,
.tcn-service-grid .tcn-card-icon i { width: 54px; height: 54px; font-size: 48px; }
.tcn-service-grid h3 { margin: 0 0 6px; color: var(--tcn-red); font-size: 17px; font-weight: 800; }
.tcn-service-grid p { margin: 0; color: #444; font-size: 14px; line-height: 1.4; }

.tcn-trust-grid,
.tcn-award-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.tcn-trust-card {
  padding: 28px 24px;
  border: 1px solid var(--tcn-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,.04);
}
.tcn-card-title { display: flex; align-items: center; gap: 12px; }
.tcn-card-title > span { color: var(--tcn-red); font-size: 34px; }
.tcn-card-title svg { width: 38px; height: 38px; }
.tcn-card-title h3 { margin: 0; font-size: 18px; font-weight: 800; }
.tcn-check-list { display: grid; gap: 9px; margin: 20px 0 0; padding: 0; list-style: none; }
.tcn-check-list li { display: flex; align-items: flex-start; gap: 9px; color: #444; font-size: 14px; line-height: 1.35; }
.tcn-check-list li > span { flex: none; color: var(--tcn-red); font-weight: 900; }

.tcn-detail { display: grid; grid-template-columns: .8fr 1.8fr; align-items: center; gap: 44px; }
.tcn-detail-copy h2 { margin: 0; font-size: clamp(28px,3vw,42px); font-weight: 800; line-height: 1.15; }
.tcn-detail-copy > span { display: block; width: 52px; height: 3px; margin: 20px 0; background: var(--tcn-red); }
.tcn-detail-copy p { color: #555; line-height: 1.6; }
.tcn-detail-gallery { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.tcn-detail-gallery img { width: 100%; height: 235px; object-fit: cover; border-radius: 14px; }

.tcn-award-card { overflow: hidden; border: 1px solid var(--tcn-line); background: #fff; box-shadow: 0 8px 20px rgba(0,0,0,.06); }
.tcn-award-card > img { width: 100%; height: 245px; object-fit: cover; }
.tcn-award-card > div { padding: 22px; }
.tcn-award-card h3 { margin: 0; font-size: 20px; font-weight: 800; line-height: 1.25; }

.tcn-offers { padding-top: 95px; }
.tcn-offer-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 18px; }
.tcn-offer-card { display: flex; grid-column: span 2; flex-direction: column; overflow: hidden; border: 1px solid #d8d8d8; background: #fff; box-shadow: 0 6px 15px rgba(0,0,0,.06); }
.tcn-offer-card:nth-child(4),
.tcn-offer-card:nth-child(5) { grid-column: span 3; }
.tcn-offer-image { position: relative; }
.tcn-offer-image img { width: 100%; height: 245px; object-fit: cover; }
.tcn-offer-image > span { position: absolute; right: 14px; bottom: -15px; padding: 8px 15px; color: #fff; border-radius: 999px; background: var(--tcn-green); font-size: 13px; font-weight: 800; }
.tcn-offer-copy { display: flex; flex: 1; flex-direction: column; padding: 28px 20px 18px; }
.tcn-offer-copy h3 { margin: 0; font-size: 19px; font-weight: 800; line-height: 1.25; }
.tcn-offer-link { display: flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 18px; color: #111; border-top: 1px solid #ddd; font-size: 12px; font-weight: 900; }
.tcn-offer-link:hover { color: var(--tcn-red); }

.tcn-catalog { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 85px; padding-top: 125px; }
.tcn-catalog-visual { position: relative; display: grid; place-items: center; min-height: 540px; }
.tcn-catalog-visual img { position: relative; z-index: 2; width: 330px; height: 440px; object-fit: cover; transform: rotate(-4deg); border: 10px solid #fff; box-shadow: 0 24px 55px rgba(0,0,0,.25); }
.tcn-catalog-back { position: absolute; width: 320px; height: 430px; transform: rotate(10deg); background: var(--tcn-red); }
.tcn-catalog-visual strong { position: absolute; z-index: 3; bottom: 55px; left: 50%; width: 270px; padding: 24px; transform: translateX(-48%) rotate(-4deg); text-align: center; color: #fff; background: var(--tcn-red); font-size: 32px; font-weight: 900; line-height: .95; }
.tcn-form-wrap > h2 { margin: 0; color: var(--tcn-red); font-size: 27px; font-weight: 500; line-height: 1.25; }
.tcn-form-wrap > p { color: var(--tcn-red); font-style: italic; line-height: 1.5; }
.tcn-smart-form { margin-top: 25px; }
.tcn-progress { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 0 0 24px; }
.tcn-progress span { height: 4px; border-radius: 4px; background: #e8e8e8; transition: background .2s; }
.tcn-progress span.is-active { background: var(--tcn-red); }
.tcn-step { display: none; }
.tcn-step.is-active { display: grid; gap: 15px; }
.tcn-smart-form fieldset { margin: 0; padding: 0; border: 0; }
.tcn-smart-form legend { margin-bottom: 10px; color: var(--tcn-ink); font-size: 15px; font-weight: 800; }
.tcn-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.tcn-choice-grid label { cursor: pointer; }
.tcn-choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.tcn-choice-grid span { display: flex; align-items: center; min-height: 46px; padding: 10px 12px; border: 1px solid #d9d9d9; border-radius: 7px; font-size: 13px; font-weight: 700; transition: .2s; }
.tcn-choice-grid input:checked + span { color: #fff; border-color: var(--tcn-red); background: var(--tcn-red); }
.tcn-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tcn-smart-form label { display: grid; gap: 6px; color: #363636; font-size: 13px; font-weight: 700; }
.tcn-smart-form input,
.tcn-smart-form select,
.tcn-smart-form textarea { width: 100%; min-height: 44px; padding: 10px 12px; color: #222; border: 1px solid #d4d4d4; border-radius: 6px; background: #fff; font: inherit; font-weight: 400; }
.tcn-smart-form textarea { resize: vertical; }
.tcn-smart-form input:focus,
.tcn-smart-form select:focus,
.tcn-smart-form textarea:focus { outline: 3px solid rgba(124,159,119,.25); border-color: var(--tcn-green); }
.tcn-smart-form .tcn-is-invalid { border-color: var(--tcn-red); outline: 3px solid rgba(216,7,10,.12); }
.tcn-step-buttons { display: flex; justify-content: space-between; gap: 10px; }
.tcn-step-buttons .tcn-prev { color: #333; background: #eee; }
.tcn-consent { display: flex !important; grid-template-columns: 20px 1fr; align-items: flex-start; gap: 9px !important; font-weight: 400 !important; line-height: 1.4; }
.tcn-consent input { flex: none; width: 18px; min-height: 18px; height: 18px; margin-top: 1px; accent-color: var(--tcn-red); }
.tcn-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; }
.tcn-form-status { margin-top: 14px; padding: 0; font-size: 14px; line-height: 1.5; }
.tcn-form-status.is-error,
.tcn-form-status.is-success { padding: 12px 14px; border-radius: 6px; }
.tcn-form-status.is-error { color: #8a0000; background: #fff0f0; }
.tcn-form-status.is-success { color: #1f5c27; background: #eef8ef; }

.tcn-inspiration { padding-top: 120px; }
.tcn-inspiration-track { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.tcn-inspiration-card { overflow: hidden; border: 1px solid #ddd; background: #fff; box-shadow: 0 7px 20px rgba(0,0,0,.06); }
.tcn-inspiration-image { position: relative; }
.tcn-inspiration-image img { width: 100%; height: 310px; object-fit: cover; }
.tcn-inspiration-image span { position: absolute; right: 15px; bottom: -14px; padding: 7px 16px; color: #fff; border-radius: 999px; background: var(--tcn-green); font-size: 12px; font-weight: 800; }
.tcn-inspiration-card > div:last-child { padding: 26px; }
.tcn-inspiration-card h3 { margin: 0 0 18px; font-size: 26px; font-weight: 800; line-height: 1.2; }
.tcn-inspiration-card p,
.tcn-inspiration-card strong { color: #444; font-size: 14px; line-height: 1.55; }
.tcn-slider-controls { display: flex; align-items: center; justify-content: flex-end; gap: 12px; margin-top: 22px; }
.tcn-slider-controls button { display: grid; place-items: center; width: 42px; height: 42px; cursor: pointer; color: var(--tcn-red); border: 1px solid #ddd; border-radius: 999px; background: #fff; }

.tcn-reviews { padding: 90px 20px 150px; }
.tcn-reviews .tcn-heading > span { display: block; width: 90px; height: 3px; margin: 0 auto 24px; background: var(--tcn-red); }
.tcn-reviews .tcn-heading h2 { color: #0a1c36; }
.tcn-reviews-inner { display: grid; grid-template-columns: 190px 1fr; align-items: center; gap: 30px; width: min(100%,1180px); margin: 0 auto; }
.tcn-google-score { display: grid; gap: 7px; text-align: center; }
.tcn-google-score > div,
.tcn-review-stars { color: #f2b600; letter-spacing: 1px; }
.tcn-google-score small { color: #888; }
.tcn-google-score b { color: #4285f4; font-size: 20px; }
.tcn-review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.tcn-review-card { padding: 20px; border: 1px solid #eee; border-radius: 10px; background: #fff; box-shadow: 0 8px 22px rgba(0,0,0,.07); }
.tcn-review-card header { display: flex; align-items: center; gap: 10px; }
.tcn-review-card header > span { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; border-radius: 50%; background: #2c8075; font-size: 12px; }
.tcn-review-card header > div { display: grid; }
.tcn-review-card header small { color: #888; }
.tcn-review-card header > strong { margin-left: auto; color: #4285f4; }
.tcn-review-stars { margin-top: 12px; }
.tcn-review-card p { min-height: 80px; font-size: 13px; line-height: 1.45; }

.tcn-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  min-height: 315px;
  padding: 130px max(30px, calc(50vw - 590px)) 45px;
  color: #fff;
  border-radius: 0 240px 0 0 / 0 125px 0 0;
  background: var(--tcn-red);
}
.tcn-footer-badges,
.tcn-footer-contact { display: flex; align-items: center; gap: 18px; }
.tcn-footer-badges > div { padding-right: 20px; border-right: 1px solid rgba(255,255,255,.35); }
.tcn-footer-badges strong { font-size: 12px; line-height: 1.35; }
.tcn-footer-contact { flex-wrap: wrap; justify-content: flex-end; }
.tcn-footer-contact a,
.tcn-footer-contact span { display: flex; align-items: center; gap: 7px; color: #fff; font-size: 13px; }

.tcn-widget :focus-visible { outline: 3px solid rgba(124,159,119,.55); outline-offset: 3px; }

@media (max-width: 900px) {
  .tcn-desktop-nav { display: none; }
  .tcn-header-inner { justify-content: space-between; }
  .tcn-menu-toggle { display: grid; place-items: center; gap: 4px; width: 42px; height: 42px; padding: 10px; cursor: pointer; border: 0; background: transparent; }
  .tcn-menu-toggle span { display: block; width: 22px; height: 2px; background: #111; }
  .tcn-mobile-nav { position: absolute; top: 100%; right: 0; left: 0; z-index: 60; padding: 16px 20px 20px; background: #fff; box-shadow: 0 12px 24px rgba(0,0,0,.12); }
  .tcn-mobile-nav.is-open { display: grid; gap: 14px; }
  .tcn-mobile-nav a { color: #111; font-size: 13px; font-weight: 800; }
  .tcn-hero { height: 560px; }
  .tcn-split { grid-template-columns: 1fr; gap: 30px; margin-bottom: 75px; }
  .tcn-split.is-reverse .tcn-split-copy { order: 1; }
  .tcn-split.is-reverse > img { order: 2; }
  .tcn-value-grid { grid-template-columns: 1fr 1fr; }
  .tcn-trust-grid,
  .tcn-award-grid,
  .tcn-detail { grid-template-columns: 1fr; }
  .tcn-offer-card,
  .tcn-offer-card:nth-child(4),
  .tcn-offer-card:nth-child(5) { grid-column: span 3; }
  .tcn-catalog { grid-template-columns: 1fr; gap: 45px; }
  .tcn-inspiration-track,
  .tcn-reviews-inner,
  .tcn-review-grid { grid-template-columns: 1fr; }
  .tcn-footer { flex-direction: column; align-items: flex-start; border-radius: 0 120px 0 0 / 0 75px 0 0; }
  .tcn-footer-contact { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .tcn-section { width: min(calc(100% - 28px),1080px); padding: 58px 0; }
  .tcn-header { height: 72px; }
  .tcn-logo span { padding: 10px 13px; font-size: 10px; }
  .tcn-logo img { max-width: 140px; max-height: 58px; }
  .tcn-hero { height: 500px; }
  .tcn-hero::before { bottom: -105px; left: -15%; width: 130%; height: 160px; transform: rotate(-3deg); border-radius: 50% 50% 0 0 / 100% 100% 0 0; }
  .tcn-hero-copy { bottom: 105px; left: 20px; font-size: 27px; }
  .tcn-hero-contact { top: auto; bottom: 118px; }
  .tcn-value-grid,
  .tcn-service-grid { grid-template-columns: 1fr; }
  .tcn-service-grid { gap: 30px; }
  .tcn-detail-gallery { grid-template-columns: 1fr 1fr; }
  .tcn-detail-gallery img { height: 190px; }
  .tcn-offer-grid { grid-template-columns: 1fr; }
  .tcn-offer-card,
  .tcn-offer-card:nth-child(4),
  .tcn-offer-card:nth-child(5) { grid-column: auto; }
  .tcn-catalog-visual { min-height: 430px; }
  .tcn-catalog-visual img { width: 260px; height: 350px; }
  .tcn-catalog-back { width: 250px; height: 340px; }
  .tcn-catalog-visual strong { bottom: 25px; width: 220px; font-size: 26px; }
  .tcn-choice-grid,
  .tcn-field-row { grid-template-columns: 1fr; }
  .tcn-footer { padding: 110px 22px 38px; }
  .tcn-footer-badges { flex-wrap: wrap; }
  .tcn-review-card p { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .tcn-widget *, .tcn-widget *::before, .tcn-widget *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
