*{box-sizing:border-box}
:root{--green:#92c411;--green-dark:#6f9c00}
html,body{margin:0;padding:0;width:100%;max-width:100%;overflow-x:hidden;background:#050605;color:#fff;font-family:Inter,Arial,sans-serif}
body{min-height:100vh}
a{color:inherit;text-decoration:none}
img,svg,video{max-width:100%;height:auto}
.page-shell{width:100%;min-height:100vh;overflow:hidden;background:radial-gradient(circle at 78% 35%,rgba(146,196,17,.18),transparent 28%),linear-gradient(135deg,#050605 0%,#0d110d 55%,#070807 100%)}
.topbar{min-height:110px;padding:18px clamp(18px,5vw,72px);display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(3,4,3,.94)}
.brand{display:flex;align-items:center;gap:14px;min-width:0}
.brand-mark{font-size:56px;line-height:1;flex:0 0 auto}
.brand-copy{display:grid;line-height:.84;min-width:0}
.brand-top{font-size:27px;font-weight:900}
.brand-main{font-size:40px;font-weight:900;color:var(--green)}
.brand-shop{font-size:15px;justify-self:end;font-weight:800;letter-spacing:.14em}
.top-contact{display:flex;gap:24px;align-items:center;justify-content:flex-end;flex-wrap:wrap;font-weight:700;font-size:14px}
.top-contact a{white-space:nowrap;overflow-wrap:anywhere}
.top-contact a:hover{color:var(--green)}
.hero{min-height:720px;position:relative;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);overflow:hidden;padding:70px clamp(18px,5vw,72px) 58px}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.95) 0%,rgba(0,0,0,.83) 42%,rgba(0,0,0,.28) 72%,rgba(0,0,0,.6) 100%),url('https://images.unsplash.com/photo-1592982537447-6f2a6a0c7bb2?auto=format&fit=crop&w=2200&q=80') center/cover no-repeat;filter:saturate(.7) contrast(1.08)}
.overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.75),transparent 52%)}
.content,.tractor-panel{position:relative;z-index:1;min-width:0}
.content{max-width:880px;width:100%}
.eyebrow{font-size:13px;line-height:1.5;letter-spacing:.14em;color:#cfd5cf;font-weight:700;margin-bottom:20px;overflow-wrap:anywhere}
h1{font-size:clamp(56px,7vw,112px);line-height:.8;margin:0 0 30px;font-weight:900;letter-spacing:-.055em;color:var(--green);text-shadow:0 8px 40px rgba(0,0,0,.35);overflow-wrap:anywhere}
h1 span{color:#fff}
h2{font-size:clamp(24px,2.2vw,34px);line-height:1.15;margin:0 0 14px;font-weight:900;overflow-wrap:anywhere}
.lead{font-size:18px;line-height:1.65;color:#edf0ed;max-width:760px;margin:0}
.lead strong{color:var(--green)}
.benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:34px 0 26px;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}
.benefit{min-width:0;padding:20px 10px;text-align:center;border-right:1px solid rgba(255,255,255,.14)}
.benefit:last-child{border-right:none}
.benefit-icon{display:block;color:var(--green);font-size:30px;margin-bottom:9px}
.benefit b{font-size:12px;line-height:1.35;overflow-wrap:anywhere}
.cards{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.45fr);gap:16px}
.card{min-width:0;background:rgba(12,15,12,.82);border:1px solid rgba(146,196,17,.35);padding:22px;border-radius:10px;backdrop-filter:blur(8px)}
.card h3{font-size:15px;line-height:1.35;margin:0 0 12px}
.card p{margin:8px 0;color:#eef1ee;overflow-wrap:anywhere}
.card a:hover{color:var(--green)}
form{display:flex;gap:8px;min-width:0}
input{flex:1 1 auto;width:100%;min-width:0;background:#1a1d1a;border:1px solid #3c433c;color:#fff;padding:14px 15px;border-radius:5px;outline:none}
input:focus{border-color:var(--green)}
button{flex:0 0 auto;background:var(--green);color:#fff;border:0;border-radius:5px;padding:0 22px;font-weight:900;cursor:pointer}
button:hover{background:var(--green-dark)}
.card small{display:block;color:#9da59d;margin-top:10px}
.tractor-panel{display:flex;align-items:flex-end;justify-content:flex-end;padding:0 0 42px 30px}
.tractor-card{width:min(100%,470px);background:rgba(8,10,8,.84);border:1px solid rgba(146,196,17,.5);border-radius:14px;padding:26px;display:flex;align-items:center;gap:18px;box-shadow:0 25px 80px rgba(0,0,0,.35)}
.tractor-icon{font-size:72px;flex:0 0 auto}
.tractor-card span{display:block;color:var(--green);font-size:18px;font-weight:800}
.tractor-card strong{font-size:26px;line-height:1.15}
footer{padding:24px clamp(18px,5vw,72px) 30px;text-align:center;background:#050605;border-top:1px solid rgba(255,255,255,.09)}
footer>div{font-size:13px;line-height:1.7;font-weight:800;letter-spacing:.04em;color:#d8ddd8;overflow-wrap:anywhere}
footer small{display:block;margin-top:16px;color:#868d86}

@media(max-width:980px){
  .hero{grid-template-columns:1fr;min-height:auto;padding-top:46px}
  .tractor-panel{display:none}
  .cards{grid-template-columns:1fr}
}
@media(max-width:720px){
  .topbar{min-height:auto;padding:16px 18px;align-items:flex-start;flex-direction:column;gap:14px}
  .brand-mark{font-size:42px}.brand-top{font-size:21px}.brand-main{font-size:31px}.brand-shop{font-size:12px}
  .top-contact{width:100%;flex-direction:column;align-items:flex-start;gap:6px;font-size:15px}
  .hero{padding:34px 18px 38px}
  .hero:before{background:linear-gradient(180deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.88) 58%,rgba(0,0,0,.95) 100%),url('https://images.unsplash.com/photo-1592982537447-6f2a6a0c7bb2?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat}
  .eyebrow{font-size:11px;letter-spacing:.11em;margin-bottom:16px}
  h1{font-size:clamp(46px,16vw,68px);line-height:.83;letter-spacing:-.045em;margin-bottom:24px}
  h2{font-size:clamp(23px,7vw,31px);margin-bottom:12px}
  .lead{font-size:16px;line-height:1.6}
  .benefits{grid-template-columns:repeat(2,minmax(0,1fr));margin:28px 0 22px}
  .benefit{min-height:126px;display:flex;flex-direction:column;justify-content:center;padding:18px 8px}
  .benefit:nth-child(2){border-right:none}
  .benefit:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.14)}
  .benefit b{font-size:13px}.benefit-icon{font-size:28px}
  .card{padding:18px}
  form{flex-direction:column}
  button{width:100%;padding:14px}
}
@media(max-width:420px){
  .hero{padding-left:14px;padding-right:14px}
  .topbar{padding-left:14px;padding-right:14px}
  footer{padding-left:14px;padding-right:14px}
  h1{font-size:clamp(42px,15vw,60px)}
  .benefits{grid-template-columns:1fr}
  .benefit{border-right:none;border-bottom:1px solid rgba(255,255,255,.14);min-height:auto;padding:16px 8px}
  .benefit:last-child{border-bottom:none}
}

/* v6: robust mobile fit + non-wrapping CONSTRUCTION */
html, body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}
.page-shell,
.topbar,
.hero,
.content,
.cards,
.card,
.benefits,
footer {
  max-width: 100% !important;
}
.hero-title{
  width:100%;
  max-width:100%;
  margin:0 0 28px;
  overflow:hidden;
}
.under-line{
  color:#fff;
  font-weight:900;
  font-size:clamp(56px,7vw,112px);
  line-height:.8;
  letter-spacing:-.055em;
}
.construction-svg{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  overflow:visible;
}
.construction-svg text{
  fill:#92c411;
  font-family:Inter,Arial,sans-serif;
  font-weight:900;
  font-size:145px;
  letter-spacing:-4px;
}

@media(max-width:720px){
  .topbar{
    width:100%;
    padding:16px !important;
  }
  .brand{
    max-width:100%;
  }
  .brand-main{font-size:30px !important;}
  .brand-top{font-size:20px !important;}
  .brand-shop{font-size:11px !important;}
  .brand-mark{font-size:40px !important;}

  .top-contact{
    width:100%;
    max-width:100%;
    font-size:14px !important;
  }
  .top-contact a{
    max-width:100%;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
  }

  .hero{
    width:100%;
    max-width:100%;
    padding:30px 16px 36px !important;
    grid-template-columns:minmax(0,1fr) !important;
  }
  .content{
    width:100%;
    max-width:100% !important;
  }
  .eyebrow{
    font-size:10px !important;
    letter-spacing:.10em !important;
    line-height:1.45 !important;
    overflow-wrap:anywhere !important;
  }
  .hero-title{
    width:100%;
    max-width:100%;
  }
  .under-line{
    font-size:clamp(44px,15vw,66px) !important;
    line-height:.86 !important;
  }
  .construction-svg{
    width:100% !important;
    max-width:100% !important;
  }
  h2{
    font-size:clamp(22px,7vw,30px) !important;
    line-height:1.08 !important;
    overflow-wrap:anywhere !important;
  }
  .lead{
    width:100%;
    max-width:100%;
    font-size:16px !important;
    line-height:1.55 !important;
    overflow-wrap:anywhere !important;
  }

  .benefits{
    width:100%;
    grid-template-columns:1fr 1fr !important;
  }
  .benefit{
    min-width:0 !important;
  }

  .cards{
    width:100%;
    grid-template-columns:1fr !important;
  }
  .card{
    width:100%;
    min-width:0 !important;
    padding:16px !important;
  }
  form{
    width:100%;
    max-width:100%;
    flex-direction:column !important;
  }
  input,button{
    width:100% !important;
    max-width:100% !important;
  }
  footer{
    width:100%;
    padding-left:16px !important;
    padding-right:16px !important;
  }
}

@media(max-width:420px){
  .hero{
    padding-left:14px !important;
    padding-right:14px !important;
  }
  .topbar{
    padding-left:14px !important;
    padding-right:14px !important;
  }
  .benefits{
    grid-template-columns:1fr !important;
  }
  .benefit{
    border-right:none !important;
    border-bottom:1px solid rgba(255,255,255,.14) !important;
  }
  .benefit:last-child{
    border-bottom:none !important;
  }
}

/* v7: visible, non-wrapping CONSTRUCTION using normal text */
.construction-svg{display:none !important;}
.construction-line{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  color:#92c411 !important;
  font-family:Inter,Arial,sans-serif !important;
  font-weight:900 !important;
  font-size:clamp(48px,6.2vw,96px) !important;
  line-height:.88 !important;
  letter-spacing:-.055em !important;
  white-space:nowrap !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
  overflow:visible !important;
}

@media(max-width:720px){
  .hero-title{overflow:visible !important;}
  .under-line{
    font-size:clamp(44px,15vw,66px) !important;
    color:#fff !important;
    font-weight:900 !important;
  }
  .construction-line{
    font-size:clamp(34px,9.8vw,48px) !important;
  }
}

@media(max-width:420px){
  .construction-line{
    font-size:9.4vw !important;
    letter-spacing:-.06em !important;
  }
}
