/* ========================================
   HERO - TODOFINDS PREMIUM
======================================== */
.tf-hero {
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
  gap: 35px;
  text-align: left;
  min-height: 650px;
  margin-bottom: 95px;
  position: relative;
  overflow: hidden;
}
.tf-hero-content {
  position: relative;
  z-index: 10;
  padding: 35px 0;
}
.tf-label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #e58a00;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.tf-label::before {
  content: "";
  width: 38px;
  height: 2px;
  background: #e58a00;
  display: inline-block;
}
.tf-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5vw, 68px);
  line-height: .98;
  margin: 0 0 26px;
  max-width: 690px;
  color: #15263a;
  font-weight: 500;
  letter-spacing: -3px;
}
.tf-hero h1 span {
  color: #e58a00;
}
.tf-hero p {
  color: #62676c;
  font-size: 17px;
  line-height: 1.65;
  max-width: 570px;
  margin: 0 0 32px;
}
.tf-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}
.tf-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 28px;
  border-radius: 7px;
  background: #15263a;
  color: #fff !important;
  border: 1px solid #15263a;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 700;
  transition: all .25s ease;
}
.tf-button:hover {
  background: #e58a00;
  border-color: #e58a00;
  transform: translateY(-2px);
}
.tf-button.secondary {
  background: transparent;
  color: #15263a !important;
  border: 1px solid rgba(21,38,58,.35);
}
.tf-button.secondary:hover {
  background: #15263a;
  color: #fff !important;
  border-color: #15263a;
}
.tf-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  max-width: 650px;
}
.tf-benefit {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 125px;
}
.tf-benefit strong {
  color: #e58a00;
  font-size: 21px;
  min-width: 28px;
}
.tf-benefit b {
  display: block;
  color: #15263a;
  font-size: 13px;
  font-weight: 700;
}
.tf-benefit small {
  display: block;
  color: #777;
  font-size: 11px;
  margin-top: 2px;
}
.tf-hero-visual {
  position: relative;
  min-height: 610px;
  border-radius: 32px;
  background: radial-gradient(circle at 78% 18%, rgba(229,138,0,.28) 0, rgba(229,138,0,.08) 24%, transparent 42%), linear-gradient(135deg, #fffaf2 0%, #f7eee0 48%, #eee0cd 100%);
  overflow: hidden;
  padding: 35px;
  box-shadow: 0 25px 70px rgba(21,38,58,.10);
}
.tf-hero-visual::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  right: -160px;
  top: -170px;
  background: rgba(255,255,255,.48);
  filter: blur(2px);
}
.tf-hero-visual::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 220px;
  left: 20px;
  bottom: -130px;
  background: rgba(229,138,0,.10);
  filter: blur(50px);
  border-radius: 50%;
}
.tf-visual-title {
  position: absolute;
  top: 34px;
  right: 35px;
  left: auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-style: italic;
  line-height: 1.08;
  text-align: right;
  color: #15263a;
  z-index: 7;
  max-width: 150px;
}
.tf-visual-title span {
  color: #e58a00;
}
.tf-hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.orb-one {
  width: 390px;
  height: 390px;
  right: -80px;
  top: -80px;
  background: rgba(229,138,0,.08);
}
.orb-two {
  width: 250px;
  height: 250px;
  left: 80px;
  bottom: 25px;
  background: rgba(255,255,255,.55);
}
.tf-product {
  position: absolute;
  background: rgba(255,255,255,.96);
  border-radius: 18px;
  padding: 9px;
  box-shadow: 0 20px 45px rgba(21,38,58,.16), 0 5px 15px rgba(21,38,58,.06);
  color: #15263a;
  z-index: 4;
  transition: transform .3s ease, box-shadow .3s ease;
}
.tf-product:hover {
  box-shadow: 0 25px 55px rgba(21,38,58,.20);
  z-index: 10;
}
.tf-product img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.product-display { width: 225px; height: 190px; left: 55px; top: 155px; transform: rotate(-4deg); }
.product-display:hover { transform: rotate(-2deg) translateY(-5px); }
.product-air { width: 210px; height: 185px; right: 85px; top: 125px; transform: rotate(4deg); }
.product-air:hover { transform: rotate(2deg) translateY(-5px); }
.product-audio { width: 190px; height: 150px; left: 175px; bottom: 125px; transform: rotate(3deg); }
.product-audio:hover { transform: rotate(1deg) translateY(-5px); }
.product-cup { width: 175px; height: 150px; right: 210px; bottom: 120px; transform: rotate(-4deg); }
.product-cup:hover { transform: rotate(-2deg) translateY(-5px); }
.product-pet { width: 185px; height: 170px; right: 25px; bottom: 50px; transform: rotate(3deg); }
.product-pet:hover { transform: rotate(1deg) translateY(-5px); }
.tf-discovery-card {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 22px;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 17px;
  padding: 18px 65px 18px 22px;
  box-shadow: 0 12px 35px rgba(21,38,58,.12);
  z-index: 12;
}
.tf-discovery-card strong {
  display: block;
  color: #15263a;
  font-size: 16px;
  font-weight: 700;
}
.tf-discovery-card span {
  display: block;
  color: #777;
  font-size: 13px;
  margin-top: 5px;
}
.tf-arrow {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e58a00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  transition: all .25s ease;
}
.tf-discovery-card:hover .tf-arrow {
  background: #15263a;
  transform: translateY(-50%) translateX(3px);
}
@media (max-width: 1100px) {
  .tf-hero { grid-template-columns: 44% 56%; gap: 20px; }
  .tf-hero h1 { font-size: 52px; }
  .tf-hero-visual { min-height: 570px; }
  .product-display { width: 190px; height: 165px; left: 30px; }
  .product-air { width: 180px; height: 160px; right: 30px; }
  .product-audio { width: 165px; height: 135px; left: 115px; }
  .product-cup { width: 155px; height: 135px; right: 155px; }
  .product-pet { width: 160px; height: 150px; }
}
@media (max-width: 900px) {
  .tf-hero { grid-template-columns: 1fr; text-align: center; min-height: auto; gap: 45px; }
  .tf-hero-content { padding: 20px 0 0; }
  .tf-label { justify-content: center; }
  .tf-hero h1, .tf-hero p { margin-left: auto; margin-right: auto; }
  .tf-hero-buttons { justify-content: center; }
  .tf-benefits { justify-content: center; margin: 0 auto; text-align: left; }
  .tf-hero-visual { min-height: 570px; }
}
@media (max-width: 600px) {
  .tf-home { padding: 35px 16px; }
  .tf-hero { min-height: auto; gap: 35px; margin-bottom: 65px; }
  .tf-hero h1 { font-size: 43px; letter-spacing: -2px; }
  .tf-hero p { font-size: 16px; line-height: 1.55; }
  .tf-label { font-size: 11px; letter-spacing: 2px; }
  .tf-label::before { width: 25px; }
  .tf-hero-buttons { flex-direction: column; align-items: stretch; }
  .tf-button { width: 100%; text-align: center; }
  .tf-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
  .tf-hero-visual { min-height: 500px; padding: 15px; border-radius: 24px; }
  .tf-visual-title { font-size: 17px; top: 22px; right: 20px; max-width: 115px; }
  .product-display { width: 145px; height: 125px; left: 12px; top: 100px; }
  .product-air { width: 140px; height: 120px; right: 12px; top: 95px; }
  .product-audio { width: 130px; height: 105px; left: 50px; bottom: 110px; }
  .product-cup { width: 125px; height: 108px; right: 25px; bottom: 120px; }
  .product-pet { display: none; }
  .tf-discovery-card { left: 12px; right: 12px; bottom: 12px; padding: 16px 55px 16px 18px; }
  .tf-discovery-card strong { font-size: 14px; }
  .tf-discovery-card span { font-size: 11px; }
  .tf-arrow { width: 38px; height: 38px; right: 13px; }
}
