:root {
  --tpv3-primary: #EFAC34;
  --tpv3-primary-soft: #f7c96f;
  --tpv3-secondary: #000000;
  --tpv3-accent: #CF4730;
  --tpv3-green: #3B7C20;
  --tpv3-bg: #f6f3ee;
  --tpv3-bg-2: #eeebe4;
  --tpv3-text: #181818;
  --tpv3-muted: #5f5b56;
  --tpv3-card: rgba(255,255,255,0.92);
  --tpv3-card-strong: rgba(255,255,255,0.97);
  --tpv3-border: rgba(0,0,0,0.06);
  --tpv3-shadow: 0 28px 90px rgba(0,0,0,0.10);
  --tpv3-radius: 34px;
  --tpv3-skew: -14deg;
  --tpv3-container: 1240px;
  --tpv3-h1: 45px;
  --tpv3-h2: 36px;
  --tpv3-h3: 24px;
  --tpv3-p-lg: 18px;
  --tpv3-p-md: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.tpv3-body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  color: var(--tpv3-text);
  background:
    radial-gradient(circle at top left, rgba(239,172,52,0.13), transparent 24%),
    radial-gradient(circle at 80% 15%, rgba(207,71,48,0.07), transparent 18%),
    linear-gradient(180deg, #faf8f4 0%, #f2efe9 52%, #faf8f4 100%);
  overflow-x: hidden;
}
body.tpv3-body img { max-width: 100%; display: block; }
body.tpv3-body a { color: inherit; text-decoration: none; }
body.tpv3-body p { font-size: var(--tpv3-p-lg); line-height: 1.8; }

.tpv3-page-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
}

.tpv3-page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    radial-gradient(rgba(0,0,0,0.02) 0.8px, transparent 0.8px),
    radial-gradient(rgba(255,255,255,0.16) 0.8px, transparent 0.8px);
  background-size: 32px 32px;
  background-position: 0 0, 16px 16px;
}

.tpv3-floating-bars {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.tpv3-bar {
  position: absolute;
  transform: skewX(var(--tpv3-skew));
  border-radius: 18px;
  opacity: 0.92;
}
.tpv3-bar-a { width: 88px; height: 720px; top: -100px; right: 18%; background: linear-gradient(180deg, rgba(239,172,52,.46), rgba(239,172,52,.05)); }
.tpv3-bar-b { width: 58px; height: 560px; top: 90px; right: 8%; background: linear-gradient(180deg, rgba(207,71,48,.16), rgba(207,71,48,.03)); }
.tpv3-bar-c { width: 76px; height: 420px; top: 820px; left: 7%; background: linear-gradient(180deg, rgba(239,172,52,.18), rgba(239,172,52,.02)); }
.tpv3-bar-d { width: 46px; height: 360px; top: 1320px; right: 14%; background: linear-gradient(180deg, rgba(239,172,52,.15), rgba(239,172,52,.02)); }
.tpv3-bar-e { width: 52px; height: 300px; bottom: 120px; right: 8%; background: linear-gradient(180deg, rgba(207,71,48,.12), rgba(207,71,48,.02)); }

.tpv3-container {
  width: min(var(--tpv3-container), calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.tpv3-section {
  padding: 72px 0;
  position: relative;
}

.tpv3-hero {
  padding: 48px 0 34px;
}

.tpv3-hero-grid,
.tpv3-two-cols,
.tpv3-signatures-grid,
.tpv3-pros-grid,
.tpv3-criteria-grid {
  display: grid;
  gap: 34px;
}

.tpv3-hero-grid {
  grid-template-columns: 1.03fr 0.97fr;
  align-items: center;
  min-height: calc(100vh - 82px);
}

.tpv3-eyebrow {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 13px;
  font-weight: 800;
  color: var(--tpv3-accent);
  margin-bottom: 18px;
}
.tpv3-eyebrow-line {
  width: 56px;
  height: 4px;
  background: linear-gradient(90deg, var(--tpv3-primary), var(--tpv3-accent));
  border-radius: 999px;
}

.tpv3-hero-copy h1,
.tpv3-section-header h2,
.tpv3-content-card h2 {
  margin: 0;
  font-size: var(--tpv3-h1);
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-weight: 900;
}
.tpv3-hero-copy h1 { max-width: 510px; }
.tpv3-hero-copy h1 span {
  color: var(--tpv3-primary);
  display: block;
}
.tpv3-hero-subtitle {
  font-size: 24px;
  line-height: 1.18;
  font-weight: 800;
  margin: 18px 0 16px;
}
.tpv3-hero-text,
.tpv3-intro,
.tpv3-zone-text,
.tpv3-criteria-item p,
.tpv3-pyr-card p,
.tpv3-quote-card strong {
  max-width: 700px;
  color: var(--tpv3-muted);
}
.tpv3-hero-actions { margin-top: 28px; }

.tpv3-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 32px;
  clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%);
  background: linear-gradient(135deg, var(--tpv3-primary), #f18e10);
  color: #111;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
  box-shadow: 0 26px 60px rgba(239,172,52,.30);
  transition: transform .3s ease, box-shadow .3s ease;
}
.tpv3-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 30px 66px rgba(239,172,52,.38);
}

.tpv3-card-soft,
.tpv3-content-card,
.tpv3-pro-card,
.tpv3-signature-card,
.tpv3-hero-tag {
  background: var(--tpv3-card);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.9);
  box-shadow: var(--tpv3-shadow);
}

.tpv3-hero-note {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: start;
  max-width: 680px;
  margin-top: 30px;
  padding: 24px 26px;
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
}
.tpv3-hero-note-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--tpv3-primary), #ffcb7a);
  color: #111;
  font-size: 24px;
  font-weight: 900;
}
.tpv3-hero-note strong {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}
.tpv3-hero-note p {
  margin: 0;
  font-size: var(--tpv3-p-md);
  line-height: 1.65;
  color: var(--tpv3-muted);
}

.tpv3-hero-visual {
  position: relative;
  min-height: 700px;
}
.tpv3-hero-card,
.tpv3-media-main,
.tpv3-media-mini {
  position: absolute;
  overflow: hidden;
  border-radius: 32px;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  box-shadow: var(--tpv3-shadow);
  background: #ddd;
}
.tpv3-hero-card::after,
.tpv3-media-main::after,
.tpv3-media-mini::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(239,172,52,.16), transparent 48%),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(0,0,0,.08));
  pointer-events: none;
}
.tpv3-hero-card img,
.tpv3-media-main img,
.tpv3-media-mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}
.tpv3-hero-card-top { width: 64%; height: 290px; right: 0; top: 0; }
.tpv3-hero-card-middle { width: 56%; height: 240px; left: 6%; top: 250px; }
.tpv3-hero-card-bottom { width: 68%; height: 250px; right: 4%; bottom: 28px; }

.tpv3-hero-tag {
  position: absolute;
  top: 54px;
  left: 0;
  max-width: 360px;
  padding: 18px 20px;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
  display: flex;
  gap: 14px;
  align-items: center;
}
.tpv3-hero-tag img {
  width: 64px;
  height: auto;
  object-fit: contain;
}
.tpv3-hero-tag span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--tpv3-accent);
  margin-bottom: 4px;
  font-weight: 800;
}
.tpv3-hero-tag strong {
  display: block;
  font-size: 20px;
  line-height: 1.15;
}

.tpv3-two-cols {
  grid-template-columns: 0.96fr 1.04fr;
  align-items: stretch;
}

.tpv3-content-card {
  position: relative;
  padding: 42px;
  border-radius: 34px;
  overflow: hidden;
}
.tpv3-content-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 10px;
  background: linear-gradient(180deg, var(--tpv3-primary), #ffd186);
}
.tpv3-skew-card {
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
  border-radius: 0;
}

.tpv3-section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--tpv3-accent);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 800;
  font-size: 12px;
}
.tpv3-section-label::before {
  content: "";
  width: 44px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tpv3-primary), var(--tpv3-accent));
}

.tpv3-content-card h2,
.tpv3-section-header h2 {
  font-size: var(--tpv3-h2);
  text-transform: none;
  margin-bottom: 14px;
}
.tpv3-intro {
  margin-top: 0;
  font-size: var(--tpv3-p-lg);
}

.tpv3-check-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 14px;
}
.tpv3-check-list li {
  position: relative;
  padding-left: 36px;
  font-size: var(--tpv3-p-lg);
  line-height: 1.65;
  font-weight: 700;
}
.tpv3-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--tpv3-accent);
  font-size: 22px;
  font-weight: 900;
}

.tpv3-quote-card,
.tpv3-pyr-card {
  margin-top: 28px;
  padding: 24px 26px;
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
  background: linear-gradient(180deg, rgba(239,172,52,.12), rgba(239,172,52,.05));
  border: 1px solid rgba(239,172,52,.18);
}
.tpv3-quote-card strong {
  display: block;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 1.6;
}

.tpv3-media-panel {
  position: relative;
  min-height: 620px;
}
.tpv3-media-main { inset: 0 0 0 0; }
.tpv3-media-mini {
  width: 40%;
  height: 200px;
  left: -4%;
  bottom: 28px;
  border: 8px solid rgba(255,255,255,.84);
}

.tpv3-criteria-section .tpv3-content-card {
  overflow: visible;
}
.tpv3-criteria-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}
.tpv3-criteria-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: start;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.78));
  border-radius: 24px;
  border: 1px solid rgba(0,0,0,.04);
  box-shadow: 0 22px 50px rgba(0,0,0,.06);
}
.tpv3-criteria-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(239,172,52,.22), rgba(239,172,52,.08));
  color: var(--tpv3-secondary);
  font-weight: 900;
  font-size: 17px;
}
.tpv3-criteria-item h3,
.tpv3-pro-brand h3 {
  margin: 0 0 8px;
  font-size: var(--tpv3-h3);
  line-height: 1.2;
  font-weight: 900;
}
.tpv3-criteria-item p {
  margin: 0;
  font-size: var(--tpv3-p-md);
  line-height: 1.7;
}

.tpv3-pyr-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
}
.tpv3-pyr-card-mark {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--tpv3-accent), #e37a66);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}
.tpv3-pyr-card p {
  margin: 0;
  font-size: var(--tpv3-p-md);
  line-height: 1.75;
}

.tpv3-section-header {
  margin-bottom: 24px;
}
.tpv3-pros-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tpv3-pro-card {
  position: relative;
  padding: 34px;
  border-radius: 34px;
  overflow: hidden;
}
.tpv3-pro-card::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 0;
  width: 120px;
  height: 100%;
  transform: skewX(var(--tpv3-skew));
  background: linear-gradient(180deg, rgba(239,172,52,.15), rgba(239,172,52,.04));
}
.tpv3-pro-card-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
}
.tpv3-accent-orange { background: linear-gradient(90deg, var(--tpv3-primary), #ffd48c); }
.tpv3-accent-red { background: linear-gradient(90deg, var(--tpv3-accent), #ef8e79); }
.tpv3-pro-brand {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
.tpv3-pro-brand-icon {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--tpv3-primary), #ffd186);
  box-shadow: 0 18px 36px rgba(239,172,52,.25);
}
.tpv3-pro-brand-icon img {
  width: 54px;
  object-fit: contain;
}
.tpv3-pro-brand-icon-red {
  background: linear-gradient(135deg, var(--tpv3-accent), #f09c89);
}
.tpv3-phone {
  display: inline-block;
  color: var(--tpv3-accent);
  font-size: 24px;
  font-weight: 900;
}
.tpv3-site-link {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 800;
  padding-bottom: 4px;
  border-bottom: 2px solid rgba(239,172,52,.5);
}
.tpv3-zone-title {
  position: relative;
  z-index: 1;
  margin: 18px 0 6px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 800;
  color: var(--tpv3-accent);
}
.tpv3-zone-text {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: var(--tpv3-p-md);
  line-height: 1.75;
}
.tpv3-social-links {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 12px;
  margin-top: 22px;
}
.tpv3-social-links a {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #0f172a;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  transition: transform .25s ease, background .25s ease;
}
.tpv3-social-links a:hover {
  transform: translateY(-2px);
  background: var(--tpv3-accent);
}
.tpv3-social-links img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.tpv3-signatures-grid {
  grid-template-columns: 1fr 1fr;
}
.tpv3-signature-card {
  padding: 24px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
}
.tpv3-signature-card img {
  max-height: 112px;
  width: auto;
  object-fit: contain;
}

.tpv3-reveal {
  opacity: 0;
  transform: translate3d(0, 44px, 0);
  transition: opacity .9s ease, transform .9s cubic-bezier(.2,.65,.2,1);
  will-change: opacity, transform;
}
.tpv3-from-left { transform: translate3d(-70px, 0, 0); }
.tpv3-from-right { transform: translate3d(70px, 0, 0); }
.tpv3-from-bottom { transform: translate3d(0, 56px, 0); }
.tpv3-is-visible { opacity: 1; transform: translate3d(0,0,0); }
.tpv3-delay-1 { transition-delay: .08s; }
.tpv3-delay-2 { transition-delay: .16s; }
.tpv3-delay-3 { transition-delay: .24s; }
.tpv3-delay-4 { transition-delay: .32s; }

.tpv3-tilt-card {
  transform-style: preserve-3d;
  transition: transform .28s ease, box-shadow .28s ease;
}

@media (max-width: 1180px) {
  .tpv3-hero-grid,
  .tpv3-two-cols,
  .tpv3-pros-grid,
  .tpv3-signatures-grid,
  .tpv3-criteria-grid {
    grid-template-columns: 1fr;
  }

  .tpv3-hero {
    padding-top: 34px;
  }

  .tpv3-hero-grid {
    min-height: auto;
  }

  .tpv3-hero-visual,
  .tpv3-media-panel {
    min-height: 620px;
  }

  .tpv3-media-mini {
    width: 42%;
    left: 2%;
  }
}

@media (max-width: 768px) {
  .tpv3-container {
    width: min(100% - 24px, var(--tpv3-container));
  }

  .tpv3-section {
    padding: 52px 0;
  }

  .tpv3-content-card,
  .tpv3-pro-card {
    padding: 26px;
  }

  .tpv3-hero-copy h1 {
    font-size: 38px;
  }

  .tpv3-content-card h2,
  .tpv3-section-header h2 {
    font-size: 30px;
  }

  body.tpv3-body p,
  .tpv3-check-list li,
  .tpv3-intro {
    font-size: 16px;
  }

  .tpv3-hero-subtitle {
    font-size: 20px;
  }

  .tpv3-hero-visual {
    min-height: 470px;
  }

  .tpv3-hero-card-top { width: 74%; height: 180px; }
  .tpv3-hero-card-middle { width: 66%; height: 145px; top: 170px; }
  .tpv3-hero-card-bottom { width: 78%; height: 160px; bottom: 12px; }

  .tpv3-media-panel {
    min-height: 420px;
  }
  .tpv3-media-mini {
    width: 48%;
    height: 150px;
    left: 2%;
    bottom: 18px;
  }

  .tpv3-phone {
    font-size: 20px;
  }

  .tpv3-signature-card {
    min-height: 140px;
  }
}
