:root {
  --green:       #006400;
  --green-dark:  #004d00;
  --green-mid:   #1a7a1a;
  --green-light: #a4cf05;
  --gold:        #FFD700;
  --gold-btn:    #ffb900;
  --white:       #ffffff;
  --off-white:   #f8f9f5;
  --gray-light:  #eef0eb;
  --gray:        #888;
  --text:        #222;
  --text-mid:    #555;
  --shadow-sm:   0 2px 10px rgba(0,0,0,.07);
  --shadow-md:   0 6px 24px rgba(0,0,0,.11);
  --shadow-lg:   0 14px 44px rgba(0,0,0,.16);
  --radius:      1rem;
  --radius-sm:   .6rem;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body { font-family: 'Roboto', sans-serif; color: var(--text); overflow-x: hidden; line-height: 1.65; }
h1,h2,h3,h4 { font-family: 'Anton', sans-serif; text-transform: uppercase; font-weight: 400; line-height: 1.1; }
.container { max-width: 1160px; margin: 0 auto; padding: 0 1.25rem; }
a { color: inherit; text-decoration: none; }

/* ── GLOBAL PILOT HEADER ─────────────────────────────────────── */
.pilot-header {
  position: sticky; top: 0; z-index: 900;
  background: var(--green);
  border-bottom: 3px solid var(--gold);
  box-shadow: 0 4px 20px rgba(0,0,0,.2);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 1.25rem; max-width: 1160px; margin: 0 auto; gap: .75rem;
  min-height: 4em;
}

/* Logo lockup: Agri-Gigas × Adamo */
.header-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.logo-ag  { height: 32px; width: auto; }
.logo-x   { color: rgba(255,255,255,.55); font-size: 1rem; font-weight: 300; flex-shrink: 0; }
.logo-adamo { height: 20px; width: auto; opacity: .92; }

/* Desktop nav */
.header-nav { display: flex; align-items: center; gap: .1rem; flex: 1; justify-content: center; }
.header-nav a {
  color: rgba(255,255,255,.82); font-size: .83rem; font-weight: 500;
  padding: .38rem .65rem; border-radius: var(--radius-sm);
  transition: background .18s, color .18s; white-space: nowrap;
}
.header-nav a:hover { background: rgba(255,255,255,.12); color: #fff; }
.header-nav a.active { background: rgba(255,255,255,.15); color: #fff; border-bottom: 2px solid var(--gold); border-radius: 0; }
.nav-sep { color: rgba(255,255,255,.2); padding: 0 .35rem; font-size: .75rem; }
.nav-gap { width: 1rem; flex-shrink: 0; }

/* Right: phone + CTA */
.header-right { display: flex; align-items: center; gap: .65rem; flex-shrink: 0; }
.header-phone { color: rgba(255,255,255,.75); font-size: .75rem; text-align: right; line-height: 1.3; }
.header-phone strong { color: var(--gold); display: block; font-size: .88rem; }
.header-phone span { font-size: .67rem; color: rgba(255,255,255,.5); }
.header-cta {
  background: var(--gold-btn); color: #111; font-weight: 700; font-size: .83rem;
  padding: .42rem .95rem; border-radius: var(--radius-sm); border: none; cursor: pointer;
  text-decoration: none; white-space: nowrap; transition: transform .15s, box-shadow .15s;
}
.header-cta:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(255,185,0,.4); }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: .3rem; }
.hamburger span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; }
.mobile-nav {
  display: none; flex-direction: column;
  background: var(--green-dark); padding: .75rem 1.25rem 1rem;
  border-top: 1px solid rgba(255,255,255,.1);
}
.mobile-nav a { color: rgba(255,255,255,.85); font-size: .95rem; padding: .6rem 0; border-bottom: 1px solid rgba(255,255,255,.08); display: block; }
.mobile-nav a:last-child { border-bottom: none; }
.mobile-nav .m-cta { background: var(--gold-btn); color: #111; font-weight: 700; text-align: center; border-radius: var(--radius-sm); margin-top: .5rem; padding: .65rem 0; }
.mobile-nav .m-phone { color: var(--gold); font-weight: 700; margin-top: .25rem; }
.mobile-nav .m-sep { border: none; border-top: 1px solid rgba(255,255,255,.18); margin: .4rem 0; padding: 0; }
@media(max-width:900px) { .header-nav, .header-phone { display: none; } .hamburger { display: flex; } .header-right { gap: 1.25rem; } }
@media(max-width:440px) { .logo-ag { height: 26px; } .logo-adamo { height: 17px; } }

/* ── HERO ──────────────────────────────────────────────────────── */
.hero {
  background:
    linear-gradient(135deg, rgb(164 207 5 / 29%) 0%, rgb(0 100 0 / 56%) 55%, rgb(255 215 0 / 50%) 100%),
    var(--hero-img, none);
  background-size: cover;
  background-position: center;
  color: #fff; text-align: center; padding: 3.5rem 1.25rem 4.25rem;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
}
.hero-inner { position: relative; max-width: 680px; margin: 0 auto; }
.hero-badge {
  display: inline-block; background: rgba(255,215,0,.15); border: 1px solid rgba(255,215,0,.45);
  color: var(--gold); font-size: .77rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; padding: .28rem .85rem; border-radius: 2rem; margin-bottom: 1rem;
}
.hero h1 { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: .75rem; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-sub {
  font-size: 1rem; color: rgba(255,255,255,.82); margin-bottom: 1.5rem;
  max-width: 500px; margin-left: auto; margin-right: auto;
}
.hero-chips { display: flex; flex-wrap: wrap; gap: .45rem; justify-content: center; margin-bottom: 1.75rem; }
.hero-chip { border: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.85); font-size: .8rem; padding: .28rem .8rem; border-radius: 2rem; }
.hero-chip.gold { border-color: var(--gold); color: var(--gold); }
.hero-scroll { display: inline-flex; align-items: center; gap: .4rem; color: rgba(255,255,255,.55); font-size: .82rem; }

/* ── TOGGLE ────────────────────────────────────────────────────── */
.toggle-section { background: var(--off-white); padding: 2.25rem 1.25rem 0; }
.toggle-label { text-align: center; font-size: .88rem; color: var(--text-mid); margin-bottom: .85rem; }
.toggle-label strong { color: var(--text); }
.toggle-wrap { text-align: center; }
.toggle-bar { display: inline-flex; background: var(--gray-light); border-radius: 2rem; padding: .28rem; gap: .2rem; }
.toggle-btn {
  padding: .48rem 1.35rem; border-radius: 2rem; border: none; cursor: pointer;
  font-family: 'Roboto', sans-serif; font-size: .87rem; font-weight: 500;
  color: var(--text-mid); background: transparent; transition: all .22s;
  display: flex; align-items: center; gap: .38rem;
}
.toggle-btn.active { background: var(--green); color: #fff; box-shadow: 0 2px 8px rgba(0,100,0,.25); }
.toggle-btn .pill { font-size: .64rem; font-weight: 700; padding: .1rem .42rem; border-radius: .25rem; background: rgba(255,215,0,.25); color: #8a6d00; }
.toggle-btn.active .pill { background: var(--gold); color: var(--green-dark); }

/* ── CARDS ─────────────────────────────────────────────────────── */
.cards-section { background: var(--off-white); padding: 1.75rem 1.25rem 4rem; }
.cards-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1.25rem; max-width: 1100px; margin: 0 auto; align-items: start;
}
@media(max-width:860px) { .cards-grid { grid-template-columns: 1fr; max-width: 480px; } }

.plan-card {
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-md); overflow: hidden; display: flex; flex-direction: column;
  transition: transform .2s, box-shadow .2s; position: relative;
}
.plan-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.plan-card.featured { transform: translateY(-6px); box-shadow: var(--shadow-lg); border: 2px solid var(--gold); }
.plan-card.featured:hover { transform: translateY(-9px); }

.popular-badge {
  position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: var(--green-dark); font-size: .67rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; padding: .18rem .75rem;
  border-radius: 0 0 .5rem .5rem; white-space: nowrap;
}

/* Card header */
.card-header {
  background: linear-gradient(135deg, var(--green-dark) 0%, var(--green) 100%);
  color: #fff; padding: 1.4rem 1.5rem 1.1rem;
}
.plan-name { font-family: 'Anton', sans-serif; font-size: 1.25rem; text-transform: uppercase; margin-bottom: .18rem; }
.plan-tagline { font-size: .78rem; color: rgba(255,255,255,.65); margin-bottom: .85rem; }
.price-wrap { display: flex; align-items: flex-end; gap: .2rem; }
.price-eur { font-size: 1rem; color: var(--gold); align-self: flex-start; margin-top: .3rem; }
.price-main { font-family: 'Anton', sans-serif; font-size: 2.5rem; color: #fff; line-height: 1; transition: all .2s; }
.price-period { font-size: .85rem; color: rgba(255,255,255,.6); margin-bottom: .18rem; }
.price-alt { font-size: .73rem; color: rgba(255,255,255,.42); margin-top: .3rem; }
.price-alt span { color: rgba(255,255,255,.72); }

/* Feature list */
.card-features-wrap { overflow: hidden; transition: max-height .3s ease; max-height: 400px; }
.card-features-wrap.collapsed { max-height: 0; }
.card-features { padding: 1rem 1.5rem; border-bottom: 1px solid var(--gray-light); }
.feature-list { list-style: none; display: flex; flex-direction: column; gap: .4rem; }
.feature-list li { display: flex; align-items: flex-start; gap: .45rem; font-size: .86rem; color: var(--text-mid); }
.feature-list li i { color: var(--green); margin-top: .15rem; flex-shrink: 0; }
.feature-list li strong { color: var(--text); }
.feature-list li.included i { color: var(--gold-btn); }

/* Feature toggle link (shown when personalised) */
.features-toggle {
  display: none; align-items: center; justify-content: center; gap: .3rem;
  padding: .4rem 1.5rem; border-bottom: 1px solid var(--gray-light);
  font-size: .78rem; color: var(--green); cursor: pointer; background: none;
  border-left: none; border-right: none; border-top: none; width: 100%;
  font-family: 'Roboto', sans-serif; font-weight: 500; letter-spacing: .01em;
}
.features-toggle:hover { background: var(--off-white); }

/* Add-ons */
.card-addons { padding: 1rem 1.5rem; border-bottom: 1px solid var(--gray-light); background: var(--off-white); }
.addons-title { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--gray); margin-bottom: .65rem; }

/* Unified interactive row */
.addon-row {
  display: flex; align-items: center; gap: .6rem;
  padding: .45rem .55rem; border-radius: .5rem; margin-bottom: .3rem;
  border: 1.5px solid #e0e0e0; background: #fff;
  user-select: none; cursor: default;
}
.addon-row.clickable { cursor: pointer; transition: border-color .15s, background .15s; }
.addon-row.clickable:hover { border-color: var(--green); background: #f0f7f0; }
.addon-row.clickable.active { border-color: var(--green); background: #e8f5e8; }
.addon-name { font-size: .84rem; font-weight: 500; color: var(--text); flex: 1; }
.addon-name small { font-weight: 400; color: var(--text-mid); display: block; font-size: .74rem; }
.addon-price-tag { font-size: .79rem; font-weight: 700; color: var(--green); white-space: nowrap; }

/* Checkbox element */
.addon-check-box {
  width: 22px; height: 22px; border-radius: .3rem; border: 2px solid #ccc;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  transition: all .15s;
}
.addon-row.active .addon-check-box { background: var(--green); border-color: var(--green); }
.addon-row.active .addon-check-box::after { content: '✓'; color: #fff; font-size: .7rem; font-weight: 700; }

/* Stepper element */
.lines-stepper {
  display: flex; align-items: center; flex-shrink: 0;
  border: 1.5px solid var(--green); border-radius: .4rem; overflow: hidden;
}
.lines-stepper button {
  width: 26px; height: 26px; border: none; background: var(--off-white);
  cursor: pointer; font-size: 1rem; color: var(--green); font-weight: 700;
  line-height: 1; transition: background .12s;
}
.lines-stepper button:hover { background: var(--gray-light); }
.lines-stepper .lines-val {
  width: 28px; text-align: center; font-weight: 700; font-size: .88rem;
  background: #fff; border-left: 1px solid #ddd; border-right: 1px solid #ddd;
  pointer-events: none;
}

/* Card footer */
.card-footer { padding: 1rem 1.5rem 1.4rem; margin-top: auto; }
.total-row { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: .8rem; }
.total-label { font-size: .79rem; color: var(--text-mid); }
.total-price { font-family: 'Anton', sans-serif; font-size: 1.7rem; color: var(--green); }
.total-price .t-eur { font-size: .95rem; }
.total-price .t-per { font-size: .78rem; color: var(--text-mid); font-family: 'Roboto', sans-serif; font-weight: 400; }
.card-cta {
  display: block; width: 100%; padding: .78rem 1rem;
  background: var(--green); color: #fff; text-align: center;
  font-weight: 700; font-size: .93rem; border: none; border-radius: var(--radius-sm);
  cursor: pointer; transition: filter .15s, transform .15s; letter-spacing: .02em;
}
.plan-card.featured .card-cta { background: var(--gold-btn); color: #111; }
.card-cta:hover { transform: translateY(-1px); filter: brightness(1.07); }
.card-note { font-size: .71rem; color: var(--gray); text-align: center; margin-top: .5rem; }

/* ── TRUST ─────────────────────────────────────────────────────── */
.trust-strip { background: var(--green-dark); color: rgba(255,255,255,.85); padding: 2rem 1.25rem; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.25rem; max-width: 960px; margin: 0 auto; text-align: center; }
@media(max-width:640px) { .trust-grid { grid-template-columns: repeat(2,1fr); } }
.trust-item i { font-size: 1.55rem; color: var(--gold); display: block; margin-bottom: .4rem; }
.trust-item strong { display: block; font-size: .88rem; color: #fff; margin-bottom: .15rem; }
.trust-item span { font-size: .76rem; color: rgba(255,255,255,.58); }

/* ── FOOTER ────────────────────────────────────────────────────── */
.pilot-footer {
  position: relative;
  background: linear-gradient(138deg, #006400 10%, #CBFF07 54%, #F02455 100%);
  border-top: 3px solid var(--gold);
  padding: 2rem 1.25rem 1.75rem;
}
.pilot-footer::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(0,0,0,.38); pointer-events: none;
}
.footer-inner {
  position: relative; max-width: 1100px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 1rem;
}
.footer-top { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .75rem; }
.footer-logo { display: flex; align-items: center; gap: 9px; }
.footer-logo .logo-ag { height: 28px; }
.footer-logo .logo-x { color: rgba(255,255,255,.5); font-size: .9rem; }
.footer-logo .logo-adamo { height: 18px; filter: brightness(0) invert(1); opacity: .85; }
.footer-links { display: flex; flex-wrap: wrap; gap: .15rem; }
.footer-links a {
  color: rgba(255,255,255,.72); font-size: .8rem; padding: .2rem .5rem;
  border-radius: .25rem; transition: color .15s, background .15s;
}
.footer-links a:hover { color: #fff; background: rgba(255,255,255,.12); }
.footer-divider { border: none; border-top: 1px solid rgba(255,255,255,.2); }
.footer-copy { font-size: .76rem; color: rgba(255,255,255,.58); line-height: 1.6; }
.footer-copy strong { color: rgba(255,255,255,.8); }

/* ── EXPLAINER CARDS ───────────────────────────────────────────── */
.explainer-section { background: var(--off-white); padding: 2rem 1.25rem 1.5rem; }
.explainer-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.25rem; max-width: 1100px; margin: 0 auto;
}
@media(max-width:680px) { .explainer-grid { grid-template-columns: 1fr; } }

.explainer-card {
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); padding: 1.5rem 1.75rem;
  border-top: 4px solid var(--green);
  display: grid; grid-template-columns: 1fr auto;
  grid-template-areas: "title toggle" "body body";
  align-items: center; column-gap: .75rem;
}
.explainer-card h3 {
  grid-area: title;
  font-family: 'Roboto', sans-serif; font-weight: 700; font-size: .82rem;
  color: var(--green-dark); text-transform: uppercase; letter-spacing: .07em;
  margin-bottom: 0;
}
.explainer-card h3 i { margin-right: .35rem; }
.explainer-steps { list-style: none; display: flex; flex-direction: column; gap: .65rem; }
.explainer-steps li {
  display: flex; gap: .65rem; align-items: flex-start;
  font-size: .87rem; color: var(--text-mid); line-height: 1.5;
}
.step-num {
  background: var(--green); color: #fff;
  min-width: 22px; height: 22px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .72rem; font-weight: 700; flex-shrink: 0; margin-top: .1rem;
}
.explainer-text { font-size: .87rem; color: var(--text-mid); line-height: 1.65; }
.explainer-text p { margin-bottom: .6rem; }
.explainer-text p:last-child { margin-bottom: 0; }
.explainer-text strong { color: var(--green-dark); }
.tariff-pill {
  display: inline-block; font-size: .73rem; font-weight: 700;
  padding: .1rem .55rem; border-radius: 2rem; margin-right: .3rem;
  vertical-align: middle; white-space: nowrap;
}
.tariff-rural { background: rgba(0,100,0,.1); color: var(--green-dark); border: 1px solid rgba(0,100,0,.25); }
.tariff-open  { background: rgba(255,215,0,.18); color: #7a5c00; border: 1px solid rgba(255,215,0,.5); }

/* Explainer card collapse/expand */
.explainer-body {
  grid-area: body;
  overflow: hidden; max-height: 0;
  transition: max-height .32s ease;
}
.explainer-card.open .explainer-body { max-height: 420px; }
.explainer-body .explainer-steps,
.explainer-body .explainer-text { margin-top: .75rem; }

.explainer-toggle {
  grid-area: toggle;
  border: none; background: none; cursor: pointer;
  font-family: 'Roboto', sans-serif; font-size: .78rem; font-weight: 600;
  color: var(--green); padding: 0;
  display: flex; align-items: center; gap: .28rem;
  transition: color .15s; white-space: nowrap;
}
.explainer-toggle:hover { color: var(--green-dark); }
.etoggle-arrow { font-size: .72rem; transition: transform .28s; display: inline-block; }
.explainer-card.open .etoggle-arrow { transform: rotate(180deg); }

/* ── PRODUCT HIGHLIGHTS ───────────────────────────────────────── */
.product-highlights { background: var(--off-white); padding: 1.75rem 1.25rem 0; }
.product-highlights-inner {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1rem; max-width: 1100px; margin: 0 auto;
  border-bottom: 1px solid var(--gray-light); padding-bottom: 1.75rem;
}
.ph-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: .35rem; }
.ph-item i { font-size: 1.55rem; color: var(--green); }
.ph-item strong { font-size: .88rem; color: var(--text); font-weight: 700; }
.ph-item span { font-size: .78rem; color: var(--text-mid); line-height: 1.45; }
@media(max-width:680px) {
  .product-highlights { padding: 1.1rem 1.25rem 0; }
  .product-highlights-inner { gap: .35rem; padding-bottom: 1rem; }
  .ph-item span { display: none; }
  .ph-item strong { font-size: .76rem; }
  .ph-item i { font-size: 1.2rem; }
}
