:root{
  --yellow:#ffbc00;
  --yellow-deep:#f6a900;
  --orange:#f5a000;
  --ink:#151515;
  --muted:#5e5e5e;
  --line:#e5e5e5;
  --paper:#fff;
}
*{box-sizing:border-box}
html{background:#ececec}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:#ececec;
}
a{text-decoration:none;color:inherit}
.site-shell{
  width:min(1122px,100%);
  margin:0 auto;
  background:#fff;
  box-shadow:0 0 28px rgba(0,0,0,.1);
}
.topbar{
  height:62px;
  padding:0 72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:#fff;
}
.brand,.hero h1,.cta-left h3{
  font-weight:800;
  letter-spacing:-.045em;
}
.brand{font-size:27px}
.brand strong,.hero h1 strong,.cta-left h3 strong{color:var(--orange)}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.65em;
  background:linear-gradient(135deg,#ffd13a,#ffb300 55%,#f39b00);
  color:#111;
  font-weight:900;
  box-shadow:0 5px 14px rgba(240,160,0,.26);
  transition:.2s ease;
}
.btn:hover{transform:translateY(-2px);filter:brightness(1.03)}
.btn-small{padding:12px 17px;border-radius:7px;font-size:12px}
.btn-large{padding:14px 42px;border-radius:8px;font-size:22px}
.sale-strip{
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  background:linear-gradient(100deg,#ffb800,#ffd65e 55%,#ffb000);
  font-size:26px;
  letter-spacing:.03em;
  position:relative;
  overflow:hidden;
}
.sale-strip:after{
  content:"";
  position:absolute;right:-40px;top:0;width:250px;height:100%;
  background:repeating-linear-gradient(135deg,rgba(255,255,255,.16) 0 14px,transparent 14px 28px);
}
.tag-icon{font-size:28px}
.hero{
  min-height:375px;
  display:grid;
  grid-template-columns:52% 48%;
  overflow:hidden;
  background:#fff;
}
.hero-copy{
  padding:24px 24px 16px 75px;
  position:relative;
  z-index:2;
  background:linear-gradient(90deg,#fff 0%,#fff 72%,rgba(255,255,255,.92) 88%,rgba(255,255,255,0) 100%);
}
.eyebrow{font-weight:800;font-size:13px;margin:0 0 18px}
.hero h1{font-size:40px;line-height:1;margin:0 0 8px}
.hero h2{font-size:40px;line-height:1.03;margin:0 0 12px;letter-spacing:-.04em}
.lead{max-width:390px;font-size:16px;line-height:1.5;margin:0 0 18px}
.hero-photo{
  background:
    linear-gradient(90deg,rgba(255,255,255,.8),transparent 22%),
    url("../images/hero.jpg") center/cover no-repeat;
  min-height:375px;
}
.hero-points{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:24px;
  gap:0;
}
.hero-points>div{
  display:flex;gap:10px;align-items:center;padding-right:14px;
  border-right:1px solid #ddd;font-size:12px;
}
.hero-points>div:last-child{border-right:0}
.line-icon{font-size:32px;color:var(--orange)}
.section-grid{
  display:grid;
  grid-template-columns:55% 45%;
  min-height:315px;
}
.why-copy{padding:24px 35px 16px 75px}
h3{margin:0;font-size:22px}
h3 span{color:var(--orange)}
.section-intro{font-size:13px;line-height:1.5;max-width:540px}
.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:14px;
}
.feature-grid article{
  min-height:105px;
  padding:10px 14px 8px 0;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.feature-grid article:nth-child(3n){border-right:0;padding-left:14px}
.feature-grid article:nth-child(n+4){border-bottom:0}
.feature-grid article span{font-size:28px;color:var(--orange)}
.feature-grid h4,.benefit-row h4,.audience h4{font-size:11px;margin:7px 0 5px}
.feature-grid p,.benefit-row p,.audience p{font-size:9.5px;line-height:1.45;margin:0;color:#333}
.why-photo{padding:26px 0 0 0;overflow:hidden}
.why-photo img{width:100%;height:100%;object-fit:cover;clip-path:polygon(14% 0,100% 0,100% 100%,0 100%)}
.benefits{padding:16px 72px 14px;background:linear-gradient(180deg,#fafafa,#f3f6f8)}
.benefits h3,.audience h3{text-align:center}
.benefit-row{
  display:grid;grid-template-columns:repeat(6,1fr);margin-top:15px;
}
.benefit-row article{
  text-align:center;padding:0 12px;border-right:1px solid #dcdcdc;
}
.benefit-row article:last-child{border-right:0}
.benefit-row>article>span{font-size:32px;color:var(--orange)}
.benefit-icon{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center}
.benefit-icon svg{width:38px;height:38px;fill:none;stroke:var(--orange);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.medal-icon svg circle:last-child{stroke-width:2}
.audience{padding:14px 75px 20px}
.audience-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:12px}
.audience article{
  text-align:center;border:1px solid #e3e3e3;border-radius:7px;overflow:hidden;
  background:#fff;box-shadow:0 3px 12px rgba(0,0,0,.04);
}
.audience img{width:100%;height:82px;object-fit:cover;display:block}
.audience h4{font-size:11px}
.audience p{padding:0 10px 14px;font-size:9.5px}
.cta{
  min-height:170px;
  display:grid;
  grid-template-columns:42% 58%;
  padding:22px 75px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.90),rgba(255,255,255,.65)),
    url("../images/bottom-bg-clean.jpg") center/cover no-repeat;
}
.cta-left{padding-right:45px}
.cta-left h3{font-size:29px}
.cta-left p,.cta-right p{font-size:12px;line-height:1.5}
.cta-badges{display:flex;gap:28px;font-size:10px;font-weight:700;margin-top:18px;align-items:center}
.cta-badges>span{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}
.target-symbol{position:relative;display:inline-block;width:18px;height:18px;border:2px solid var(--orange);border-radius:50%;flex:0 0 18px}
.target-symbol:before{content:"";position:absolute;inset:4px;border:2px solid var(--orange);border-radius:50%}
.target-symbol:after{content:"";position:absolute;width:4px;height:4px;left:5px;top:5px;background:var(--orange);border-radius:50%}
.at-flag{display:inline-block;width:24px;height:16px;border:1px solid #d9d9d9;border-radius:2px;background:linear-gradient(to bottom,#ed2939 0 33.333%,#fff 33.333% 66.666%,#ed2939 66.666% 100%);box-shadow:0 1px 2px rgba(0,0,0,.08);flex:0 0 24px}
.cta-right{padding-left:30px;max-width:500px;width:100%;justify-self:start}
.cta-right h3,.cta-right p{max-width:100%}
.cta-right .btn{margin-top:10px;width:100%;min-width:0;max-width:440px}
footer{
  height:45px;display:flex;align-items:center;justify-content:center;gap:22px;
  background:linear-gradient(90deg,#f4a900,#ffd44a,#f4a900);
  font-size:24px;letter-spacing:.06em;
}
@media(max-width:900px){
  .topbar{padding:0 24px}
  .hero{grid-template-columns:1fr}
  .hero-copy{padding:28px 24px;background:#fff}
  .hero-photo{min-height:290px;order:-1}
  .section-grid{grid-template-columns:1fr}
  .why-copy{padding:28px 24px}
  .why-photo{padding:0}
  .why-photo img{clip-path:none;height:280px}
  .benefits,.audience{padding:25px 20px}
  .benefit-row{grid-template-columns:repeat(3,1fr);gap:22px 0}
  .benefit-row article:nth-child(3n){border-right:0}
  .audience-grid{grid-template-columns:repeat(2,1fr)}
  .cta{grid-template-columns:1fr;padding:28px 24px;gap:24px}
  .cta-left,.cta-right{padding:0;max-width:none}
}
@media(max-width:600px){
  .topbar{height:56px;padding:0 14px}
  .brand{font-size:21px}
  .btn-small{font-size:10px;padding:10px 12px}
  .sale-strip{height:48px;font-size:18px;text-align:center;padding:0 12px}
  .hero h1,.hero h2{font-size:33px}
  .hero-photo{min-height:235px}
  .hero-points{grid-template-columns:1fr;gap:12px}
  .hero-points>div{border-right:0;border-bottom:1px solid #eee;padding-bottom:10px}
  .feature-grid{grid-template-columns:1fr 1fr}
  .feature-grid article:nth-child(3n){padding-left:0;border-right:1px solid var(--line)}
  .feature-grid article:nth-child(2n){border-right:0;padding-left:12px}
  .benefit-row{grid-template-columns:1fr 1fr}
  .benefit-row article:nth-child(odd){border-right:1px solid #ddd}
  .benefit-row article:nth-child(even){border-right:0}
  .audience-grid{grid-template-columns:1fr}
  .audience img{height:160px}
  .cta-right .btn{min-width:0;width:100%;font-size:18px}
  .cta-badges{flex-direction:column;gap:8px}
  footer{font-size:15px;gap:8px;padding:0 10px;text-align:center}
}
