:root {
  --ink: #17201c;
  --muted: #68716d;
  --paper: #f7f5ef;
  --white: #fff;
  --green: #2f7d5e;
  --green-dark: #245f49;
  --lime: #c9ee79;
  --line: #d9ddd8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: #fff; border-radius: 4px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; max-width: 1380px; height: 88px; margin: auto; padding: 0 44px; }
.brand { display: inline-flex; flex-direction: column; align-items: center; letter-spacing: -.05em; line-height: 1; }
.brand-mark { font-size: 25px; font-weight: 900; }
.brand-mark span { color: var(--green); font-size: .78em; }
.brand-name { margin: 5px 0 0 3px; font-size: 8px; font-weight: 800; letter-spacing: .36em; }
.site-header nav { display: flex; gap: 35px; margin-left: 100px; font-size: 14px; font-weight: 600; }
.site-header nav a:hover { color: var(--green); }

.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 25px; padding: 0 27px; color: #fff; background: var(--green); border: 0; border-radius: 100px; cursor: pointer; font-size: 14px; font-weight: 700; transition: .2s; }
.button:hover { background: var(--green-dark); box-shadow: 0 10px 25px #2f7d5e2e; transform: translateY(-2px); }
.button-small { min-height: 46px; gap: 14px; padding: 0 21px; font-size: 13px; }

.hero { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; max-width: 1380px; min-height: 720px; margin: auto; padding: 66px 70px 85px; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; padding-left: 22px; }
.eyebrow, .kicker { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .2em; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 720px; margin: 32px 0 33px; font-size: clamp(70px, 7.4vw, 116px); line-height: .85; letter-spacing: -.075em; }
.hero h1 em { color: var(--green); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.hero-copy > p { max-width: 560px; margin-bottom: 33px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 36px; }
.text-link { padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 700; }
.text-link span { margin-left: 8px; color: var(--green); }

.machine-scene { position: relative; display: flex; height: 580px; align-items: center; justify-content: center; }
.orbit { position: absolute; border: 1px solid #dbe5dc; border-radius: 50%; }
.orbit-one { width: 510px; height: 510px; background: #eaf0e8; }
.orbit-two { width: 410px; height: 410px; border-color: #2f7d5e33; }
.orbit-one::before, .orbit-two::after { position: absolute; content: ''; background: var(--lime); border-radius: 50%; }
.orbit-one::before { width: 12px; height: 12px; top: 40px; right: 70px; }
.orbit-two::after { width: 7px; height: 7px; bottom: 20px; left: 115px; }
.machine { position: relative; z-index: 2; width: 267px; height: 490px; background: #183b2f; border: 5px solid #133128; border-radius: 20px 20px 12px 12px; box-shadow: 0 35px 60px #13312840, inset 0 0 0 1px #ffffff1f; transform: perspective(900px) rotateY(-5deg); }
.machine-top { display: flex; height: 65px; flex-direction: column; justify-content: center; padding: 0 23px; color: #fff; }
.machine-top span { font-size: 24px; font-weight: 900; letter-spacing: -.06em; }
.machine-top small { margin-top: 5px; color: var(--lime); font-size: 7px; letter-spacing: .28em; }
.machine-window { position: absolute; top: 65px; left: 15px; width: 170px; height: 309px; padding: 17px 13px; background: linear-gradient(140deg, #20332d, #0b1512); border: 2px solid #315347; border-radius: 8px; box-shadow: inset 0 0 35px #000a; }
.product-row { position: relative; display: flex; height: 86px; align-items: flex-end; justify-content: space-around; padding: 0 2px 9px; border-bottom: 5px solid #233b32; }
.product { position: relative; display: block; width: 36px; height: 53px; border-radius: 4px 4px 9px 9px; box-shadow: 0 5px 9px #0005; }
.product::before { position: absolute; top: 13px; right: 5px; left: 5px; height: 11px; border: 2px solid #fffb; border-radius: 50%; content: ''; }
.product-lime { background: #b6dd64; } .product-rose { background: #eb7f72; } .product-blue { background: #6ca9bd; } .product-orange { background: #e7a958; }
.machine-panel { position: absolute; top: 65px; right: 12px; display: flex; width: 52px; flex-direction: column; align-items: center; }
.screen { width: 48px; height: 73px; padding: 9px 5px; color: #163a2e; background: var(--lime); border-radius: 5px; font-size: 5px; font-weight: 900; letter-spacing: .05em; text-align: center; }
.screen i { display: block; width: 22px; height: 19px; margin: 3px auto 7px; border: 2px solid #163a2e; border-radius: 4px; }
.keypad { display: grid; width: 31px; grid-template-columns: repeat(3, 1fr); gap: 4px; margin-top: 17px; }
.keypad i { height: 6px; background: #72847e; border-radius: 1px; }
.machine-slot { position: absolute; right: 8px; bottom: 45px; width: 61px; height: 69px; background: #0c1814; border: 2px solid #294a3f; border-radius: 5px; }
.machine-slot span { position: absolute; top: 26px; left: 11px; width: 34px; height: 8px; background: #354d45; border-radius: 8px; }
.machine-foot { position: absolute; bottom: -13px; width: 41px; height: 10px; background: #112920; border-radius: 0 0 5px 5px; }
.foot-left { left: 22px; } .foot-right { right: 22px; }
.machine-card { position: absolute; z-index: 4; display: flex; min-width: 205px; align-items: center; gap: 11px; padding: 14px 17px; background: #fffffff0; border-radius: 14px; box-shadow: 0 18px 38px #26423721; backdrop-filter: blur(7px); }
.machine-card strong, .machine-card small { display: block; } .machine-card strong { margin-bottom: 4px; font-size: 11px; } .machine-card small { color: var(--muted); font-size: 9px; }
.float-card-top { top: 95px; left: 2px; } .float-card-bottom { right: 0; bottom: 65px; }
.float-icon { display: grid; width: 34px; height: 34px; place-items: center; color: var(--green); background: #eff5e9; border-radius: 50%; }
.status-dot { width: 31px; height: 31px; background: var(--green); border: 9px solid #e6f1d1; border-radius: 50%; }

.statement { display: grid; min-height: 340px; grid-template-columns: 1fr 3fr; align-items: start; gap: 60px; padding: 80px 9%; color: #fff; background: var(--green); }
.statement p { padding-top: 14px; color: var(--lime); font-size: 11px; letter-spacing: .17em; text-transform: uppercase; }
.statement h2 { max-width: 1050px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(38px, 4.5vw, 70px); font-weight: 400; line-height: 1.08; letter-spacing: -.04em; }

.section-shell { max-width: 1240px; margin: auto; padding: 130px 40px; }
.section-heading { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 80px; }
.section-heading h2, .locations h2, .faq h2 { margin: 24px 0 0; font-size: clamp(45px, 5vw, 70px); line-height: .98; letter-spacing: -.055em; }
.section-heading > p { max-width: 490px; margin-bottom: 6px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 75px; }
.benefit-card { min-height: 390px; padding: 31px 30px; background: #fff; border-radius: 10px; transition: .25s; }
.benefit-card:hover { box-shadow: 0 22px 50px #17201c17; transform: translateY(-6px); }
.benefit-number { color: #88908c; font-size: 10px; letter-spacing: .15em; }
.benefit-icon { display: grid; width: 64px; height: 64px; place-items: center; margin: 76px 0 33px; color: var(--green); background: #eef4e9; border-radius: 50%; font-size: 25px; }
.benefit-card h3 { margin-bottom: 15px; font-size: 23px; letter-spacing: -.035em; }
.benefit-card p { color: var(--muted); font-size: 14px; line-height: 1.65; }

.process { display: grid; grid-template-columns: .85fr 1.15fr; gap: 12%; padding: 130px max(8%, 40px); color: #fff; background: var(--ink); }
.kicker-light { color: var(--lime); }
.process-intro h2 { margin: 27px 0 29px; font-size: clamp(47px, 5vw, 72px); line-height: .98; letter-spacing: -.055em; }
.process-intro > p { max-width: 460px; color: #aeb8b3; font-size: 16px; line-height: 1.75; }
.button-light { margin-top: 20px; color: var(--ink); background: var(--lime); } .button-light:hover { background: #d8f79a; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 32px 0; border-bottom: 1px solid #35403b; }
.steps li:first-child { padding-top: 0; } .steps li > span { padding-top: 5px; color: var(--lime); font-size: 11px; letter-spacing: .15em; }
.steps h3 { margin-bottom: 8px; font-size: 22px; } .steps p { max-width: 470px; margin: 0; color: #aeb8b3; font-size: 14px; line-height: 1.65; }

.locations { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 10%; }
.location-copy > p { max-width: 560px; margin: 27px 0 37px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.location-tags { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.location-tags span { color: var(--ink); font-size: 13px; font-weight: 700; } .location-tags span::first-letter { color: var(--green); }
.location-feature { position: relative; display: flex; min-height: 520px; flex-direction: column; padding: 38px; overflow: hidden; color: #fff; background: var(--ink); border-radius: 12px; }
.location-feature::after { position: absolute; top: -130px; right: -130px; width: 260px; height: 260px; border: 1px solid #b7de6426; border-radius: 50%; content: ''; }
.location-feature-kicker { color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.location-feature-intro { position: relative; z-index: 1; padding: 48px 0 33px; border-bottom: 1px solid #35403b; }
.location-feature-icon { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 27px; color: var(--ink); background: var(--lime); border-radius: 50%; }
.location-feature-intro h3 { margin-bottom: 19px; font-family: Georgia, serif; font-size: 38px; font-weight: 400; line-height: 1.04; letter-spacing: -.045em; }
.location-feature-intro p { max-width: 390px; margin: 0; color: #b7c2bc; font-size: 13px; line-height: 1.7; }
.location-feature-list { display: grid; gap: 13px; padding: 27px 0; color: var(--lime); font-size: 12px; font-weight: 700; }
.location-feature-footer { margin-top: auto; color: #87938d; font-size: 10px; letter-spacing: .04em; }

.application { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 9%; padding: 120px max(7%, 35px); color: #fff; background: var(--green); }
.application-copy { padding-top: 28px; } .application-copy h2 { margin: 27px 0 28px; font-size: clamp(47px, 5.3vw, 76px); line-height: .98; letter-spacing: -.06em; }
.application-copy > p { max-width: 475px; margin-bottom: 38px; color: #d4e0da; line-height: 1.75; }
.application-copy > .contact-email { margin-top: -20px; margin-bottom: 30px; color: #fff; font-size: 14px; }
.contact-email a { color: var(--lime); font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; overflow-wrap: anywhere; }
.application-note { display: flex; max-width: 460px; align-items: center; gap: 15px; padding: 18px 0; border-top: 1px solid #ffffff38; }
.application-note > span:first-child { color: var(--lime); } .application-note strong, .application-note small { display: block; }
.application-note strong { margin-bottom: 5px; font-size: 13px; } .application-note small { color: #bdd0c6; font-size: 11px; }
.application-form { padding: 38px; color: var(--ink); background: #fff; border-radius: 13px; box-shadow: 0 25px 65px #1848373b; }
.form-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; padding-bottom: 22px; border-bottom: 1px solid #e3e7e3; }
.form-heading span { font-size: 11px; font-weight: 800; letter-spacing: .18em; } .form-heading small { color: #8b938f; font-size: 10px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.application-form label { display: block; margin-bottom: 19px; font-size: 11px; font-weight: 800; }
.application-form input, .application-form select, .application-form textarea { width: 100%; margin-top: 8px; padding: 0 14px; color: var(--ink); background: #fbfcfa; border: 1px solid #d7ddd8; border-radius: 6px; outline: none; font-size: 13px; font-weight: 400; }
.application-form input, .application-form select { height: 48px; } .application-form textarea { padding-top: 13px; resize: vertical; line-height: 1.5; }
.application-form input:focus, .application-form select:focus, .application-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px #2f7d5e1a; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.application-form .consent { display: flex; align-items: flex-start; gap: 10px; color: #6f7773; font-weight: 400; line-height: 1.45; }
.consent input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--green); }
.form-submit { width: 100%; margin-top: 4px; border-radius: 6px; }
.form-message { margin: 13px 0 0; padding: 12px; border-radius: 6px; font-size: 12px; line-height: 1.5; text-align: center; }
.form-message.success { color: #1d6b4b; background: #e6f3ec; } .form-message.error { color: #963e34; background: #fbecea; }
.form-privacy { margin: 13px 0 0; color: #949b97; font-size: 9px; text-align: center; }

.faq { padding-bottom: 145px; } .faq h2 { margin-bottom: 63px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 65px; border-top: 1px solid var(--line); }
.faq details { padding: 25px 0; border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 15px; font-weight: 700; list-style: none; }
.faq summary::-webkit-details-marker { display: none; } .faq summary span { color: var(--green); font-size: 24px; font-weight: 400; transition: .2s; }
.faq details[open] summary span { transform: rotate(45deg); } .faq details p { margin: 18px 45px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

footer { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; padding: 68px max(6%, 40px) 30px; color: #fff; background: #111814; }
.brand-footer { align-items: flex-start; } .footer-brand p { margin: 22px 0 0; color: #89928d; font-family: Georgia, serif; font-size: 20px; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 18px; font-size: 12px; font-weight: 700; }
.footer-nav a:hover { color: var(--lime); }
.footer-meta { display: flex; grid-column: 1 / -1; justify-content: space-between; padding-top: 25px; color: #6f7773; border-top: 1px solid #303732; font-size: 9px; letter-spacing: .08em; }

.success-page { display: grid; min-height: 100vh; place-items: center; padding: 24px; background: var(--green); }
.success-card { max-width: 640px; padding: 56px; background: #fff; border-radius: 14px; box-shadow: 0 25px 65px #1848373b; text-align: center; }
.success-card h1 { margin: 20px 0; font-size: clamp(42px, 7vw, 70px); line-height: .95; letter-spacing: -.06em; }
.success-card p { color: var(--muted); line-height: 1.7; }

@media (max-width: 1050px) {
  .site-header { padding: 0 25px; } .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr 1fr; padding: 60px 30px 80px; } .hero-copy { padding-left: 0; }
  .hero h1 { font-size: clamp(66px, 9vw, 93px); } .float-card-top { left: -30px; }
  .statement { padding-right: 6%; padding-left: 6%; } .section-shell { padding: 100px 30px; }
  .process, .application { gap: 7%; } .locations { gap: 5%; }
}

@media (max-width: 780px) {
  .site-header { height: 74px; } .button-small { min-height: 42px; padding: 0 17px; }
  .hero { grid-template-columns: 1fr; padding: 50px 24px 70px; } .hero h1 { margin-top: 25px; font-size: clamp(63px, 20vw, 91px); }
  .hero-copy > p { font-size: 16px; } .machine-scene { height: 520px; margin-top: 45px; }
  .orbit-one { width: 430px; height: 430px; } .orbit-two { width: 355px; height: 355px; } .machine { transform: scale(.88); }
  .float-card-top { top: 76px; left: 3%; } .float-card-bottom { right: 2%; bottom: 55px; }
  .statement { grid-template-columns: 1fr; gap: 20px; min-height: auto; padding: 70px 28px; }
  .section-shell { padding: 85px 24px; } .section-heading, .locations, .process, .application { grid-template-columns: 1fr; }
  .section-heading { gap: 30px; } .benefit-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .benefit-card { min-height: 310px; } .benefit-icon { margin: 50px 0 25px; }
  .process { padding: 85px 25px; } .steps { margin-top: 65px; } .steps li { grid-template-columns: 48px 1fr; }
  .location-feature { margin-top: 35px; } .application { padding: 85px 20px; } .application-form { padding: 26px 20px; }
  .field-row, .faq-grid { grid-template-columns: 1fr; } .field-row { gap: 0; } .faq h2 { margin-bottom: 40px; }
  footer { grid-template-columns: 1fr; padding-right: 25px; padding-left: 25px; } .footer-meta { grid-column: 1; flex-direction: column; gap: 15px; }
}

@media (max-width: 450px) {
  .brand-mark { font-size: 21px; } .brand-name { font-size: 7px; } .button-small { font-size: 11px; }
  .hero { padding-top: 35px; } .hero-actions { flex-direction: column; align-items: flex-start; gap: 24px; }
  .machine-scene { margin-right: -20px; margin-left: -20px; } .machine-card { min-width: 178px; padding: 11px 12px; }
  .float-card-top { left: 0; } .float-card-bottom { right: 0; } .orbit-one { width: 375px; height: 375px; } .orbit-two { width: 315px; height: 315px; }
  .location-tags { grid-template-columns: 1fr; } .location-feature { min-height: 520px; padding: 28px; }
  .form-heading { align-items: flex-start; gap: 10px; } .form-heading small { text-align: right; }
  .success-card { padding: 38px 24px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
