:root {
  --ink: #11110f;
  --muted: #686963;
  --yellow: #ffe033;
  --yellow-deep: #ffc900;
  --paper: #ffffff;
  --soft: #f4f3ed;
  --line: #deddd6;
  --shadow-lg: 0 28px 70px rgba(34, 31, 20, .13), 0 3px 12px rgba(34, 31, 20, .06);
  --shadow-md: 0 14px 30px rgba(34, 31, 20, .11), 0 2px 7px rgba(34, 31, 20, .05);
  --shadow-button: 0 7px 0 #d8aa00, 0 13px 24px rgba(191, 146, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .72);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--soft); font-family: Arial, Helvetica, sans-serif; }
[hidden] { display: none !important; }
button, select, input { font: inherit; }
button, a, select, input { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, select:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid #146cff; outline-offset: 3px; }
svg { display: block; }
.shell { width: min(calc(100% - 40px), 1080px); margin-inline: auto; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(17, 17, 15, .09); background: rgba(255, 255, 255, .9); box-shadow: 0 9px 28px rgba(26, 24, 16, .08); backdrop-filter: blur(18px); }
.site-header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.header-brand { min-width: 0; display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.header-brand img { width: 44px; height: 44px; flex: 0 0 auto; border-radius: 13px; box-shadow: 0 6px 14px rgba(133, 105, 0, .16); }
.header-brand span { min-width: 0; display: grid; }
.header-brand strong { font-size: 18px; letter-spacing: -.035em; }
.header-brand small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-apply, .manager-call { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 14px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease; }
.header-apply { padding: 0 17px; border: 1px solid #ead66d; background: linear-gradient(145deg, #fff9d8, #ffef9b); color: var(--ink); box-shadow: 0 5px 15px rgba(142, 113, 0, .12), inset 0 1px 0 rgba(255, 255, 255, .9); }
.header-apply svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.header-apply__short { display: none; }
.manager-call { padding: 0 16px; border: 1px solid #d7d7d1; background: linear-gradient(145deg, #fff, #f2f1ec); color: var(--ink); box-shadow: 0 5px 0 #d4d3cc, 0 9px 18px rgba(34, 31, 20, .11), inset 0 1px 0 #fff; }
.manager-call svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.manager-call:disabled { opacity: .76; cursor: not-allowed; }
.header-apply:hover, .manager-call:hover { transform: translateY(-1px); }
.header-apply:active, .manager-call:active { transform: translateY(1px); box-shadow: 0 3px 9px rgba(34, 31, 20, .1); }

.hero { position: relative; min-height: 720px; overflow: hidden; background: #f4f2ed; isolation: isolate; }
.hero__photo { position: absolute; inset: 0 -22% 0 22%; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 50% center; transform: scaleX(-1); }
.hero__veil { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 25%, rgba(255,255,255,.9) 45%, rgba(255,255,255,.28) 67%, rgba(255,255,255,.02) 100%); }
.hero__inner { min-height: 720px; padding: 24px 0 58px; display: flex; flex-direction: column; }
.food-brand { width: fit-content; margin-right: auto; padding: 8px 13px 8px 9px; display: inline-flex; align-items: center; gap: 11px; border: 1px solid rgba(17, 17, 15, .1); border-radius: 17px; background: rgba(255,255,255,.86); box-shadow: var(--shadow-md), inset 0 1px 0 #fff; color: var(--ink); text-decoration: none; font-size: clamp(22px, 3vw, 30px); font-weight: 850; letter-spacing: -.045em; backdrop-filter: blur(12px); }
.food-brand__icon { width: 48px; height: 48px; border-radius: 14px; box-shadow: 0 6px 14px rgba(127, 98, 0, .18); }
.hero__copy { width: min(58%, 650px); margin: auto auto 0 0; }
.hero__eyebrow { display: inline-flex; margin-bottom: 18px; padding: 9px 13px; border: 1px solid rgba(17,17,15,.1); border-radius: 999px; background: rgba(255,255,255,.9); box-shadow: 0 8px 20px rgba(34,31,20,.08); font-size: 12px; font-weight: 800; }
.hero h1 { margin: 0; font-size: clamp(53px, 6.4vw, 82px); line-height: .92; letter-spacing: -.064em; text-wrap: balance; }
.hero__copy > p { max-width: 540px; margin: 24px 0 20px; color: #5d5f5a; font-size: clamp(18px, 2.1vw, 24px); line-height: 1.35; letter-spacing: -.02em; }
.transport-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.transport-chips > span { min-height: 50px; padding: 0 16px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(17,17,15,.12); border-radius: 15px; background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(244,243,237,.96)); box-shadow: 0 7px 0 rgba(207,206,199,.82), 0 12px 22px rgba(34,31,20,.1), inset 0 1px 0 #fff; font-weight: 750; }
.transport-chips svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.hero__action { min-height: 58px; margin-top: 28px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; border: 1px solid #dfb400; border-radius: 16px; background: linear-gradient(145deg, #ffe85f, var(--yellow-deep)); color: var(--ink); box-shadow: var(--shadow-button); font-size: 17px; font-weight: 850; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease; }
.hero__action span { font-size: 25px; font-weight: 400; }
.hero__action:active { transform: translateY(5px); box-shadow: 0 2px 0 #d8aa00, 0 5px 12px rgba(191,146,0,.18); }

.calculator-section { padding: 0 0 74px; background: var(--soft); }
.calculator-card { position: relative; margin-top: -34px; padding: 46px; border: 1px solid var(--line); border-radius: 30px; background: var(--paper); box-shadow: var(--shadow-lg), inset 0 1px 0 #fff; }
.calculator-card__heading > span, .section-kicker { display: inline-flex; padding: 8px 12px; border: 1px solid #e5bc00; border-radius: 999px; background: linear-gradient(145deg, #ffe962, var(--yellow)); box-shadow: 0 3px 0 #ddb400, inset 0 1px 0 rgba(255,255,255,.7); font-size: 12px; font-weight: 850; }
.calculator-card h2 { margin: 18px 0 34px; max-width: 760px; font-size: clamp(40px, 6vw, 65px); line-height: .96; letter-spacing: -.055em; }
.calculator-card > :not(.calculator-card__heading) { max-width: 780px; }
.control-label, .transport-control legend { display: block; margin: 0 0 10px; color: #4e504b; font-size: 13px; font-weight: 800; }
.select-wrap { position: relative; display: flex; align-items: center; }
.select-wrap__icon { position: absolute; left: 17px; z-index: 1; pointer-events: none; }
.select-wrap__icon svg { width: 24px; height: 24px; fill: none; stroke: var(--ink); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.select-wrap select { width: 100%; min-height: 64px; padding: 0 50px 0 54px; border: 1px solid #d8d7d0; border-radius: 17px; appearance: none; background: linear-gradient(45deg, transparent 50%, #222 50%) calc(100% - 23px) 29px / 8px 8px no-repeat, linear-gradient(135deg, #222 50%, transparent 50%) calc(100% - 15px) 29px / 8px 8px no-repeat, linear-gradient(145deg, #fff, #f5f4ef); box-shadow: 0 6px 0 #d8d7d0, 0 13px 26px rgba(34,31,20,.08), inset 0 1px 0 #fff; color: var(--ink); font-weight: 750; cursor: pointer; }
.transport-control { margin: 30px 0 0; padding: 0; border: 0; }
.transport-control > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.transport-control button { min-width: 0; min-height: 66px; padding: 8px 10px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid #d8d7d0; border-radius: 17px; background: linear-gradient(145deg, #fff, #f2f1ec); color: var(--ink); box-shadow: 0 6px 0 #d5d4cd, 0 12px 22px rgba(34,31,20,.08), inset 0 1px 0 #fff; font-weight: 800; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease; }
.transport-control button svg { width: 27px; height: 27px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.transport-control button.is-active { border-color: #e1b700; background: linear-gradient(145deg, #ffe968, var(--yellow-deep)); box-shadow: 0 6px 0 #d5a900, 0 13px 24px rgba(188,142,0,.18), inset 0 1px 0 rgba(255,255,255,.75); }
.transport-control button:active { transform: translateY(4px); box-shadow: 0 2px 0 #d5d4cd, 0 4px 9px rgba(34,31,20,.08); }
.range-control { margin-top: 26px; padding: 19px 20px 14px; border: 1px solid #dddcd5; border-radius: 19px; background: linear-gradient(145deg, #fff, #f5f4ef); box-shadow: 0 7px 0 #dad9d2, 0 15px 26px rgba(34,31,20,.07), inset 0 1px 0 #fff; }
.range-control__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.range-control__top label { font-weight: 800; }
.range-control__top output { min-width: 82px; min-height: 46px; padding: 0 12px; display: grid; place-items: center; border: 1px solid #e1b700; border-radius: 13px; background: linear-gradient(145deg, #ffe967, var(--yellow)); box-shadow: 0 4px 0 #d8ad00, inset 0 1px 0 rgba(255,255,255,.7); font-size: 18px; font-weight: 900; }
.range-control input { width: 100%; height: 34px; margin: 15px 0 0; appearance: none; background: transparent; cursor: pointer; }
.range-control input::-webkit-slider-runnable-track { height: 10px; border: 1px solid #d4d3cb; border-radius: 999px; background: linear-gradient(90deg, var(--yellow-deep) 0 var(--range-progress), #deddd6 var(--range-progress)); box-shadow: inset 0 2px 3px rgba(34,31,20,.16), 0 1px 0 #fff; }
.range-control input::-moz-range-track { height: 10px; border: 1px solid #d4d3cb; border-radius: 999px; background: #deddd6; box-shadow: inset 0 2px 3px rgba(34,31,20,.16); }
.range-control input::-moz-range-progress { height: 10px; border-radius: 999px; background: var(--yellow-deep); }
.range-control input::-webkit-slider-thumb { width: 29px; height: 29px; margin-top: -11px; appearance: none; border: 5px solid white; border-radius: 50%; background: var(--ink); box-shadow: 0 4px 10px rgba(0,0,0,.28), 0 0 0 3px var(--yellow); }
.range-control input::-moz-range-thumb { width: 19px; height: 19px; border: 5px solid white; border-radius: 50%; background: var(--ink); box-shadow: 0 4px 10px rgba(0,0,0,.28), 0 0 0 3px var(--yellow); }
.range-control__scale { margin-top: -1px; display: flex; justify-content: space-between; color: #8b8c86; font-size: 11px; font-weight: 650; }
.income-result { margin-top: 32px; padding: 24px; border: 1px solid #d7d6cf; border-radius: 20px; background: radial-gradient(circle at 90% 15%, rgba(255,224,51,.42), transparent 32%), linear-gradient(145deg, #fff, #f7f5eb); box-shadow: 0 7px 0 #d9d8d0, 0 16px 30px rgba(34,31,20,.08), inset 0 1px 0 #fff; }
.income-result span, .income-result small { display: block; color: var(--muted); }
.income-result span { font-size: 13px; font-weight: 700; }
.income-result strong { display: block; margin-top: 9px; font-size: clamp(30px, 6vw, 48px); line-height: 1; letter-spacing: -.05em; }
.income-result small { margin-top: 11px; font-size: 12px; }
.calculator-note { margin: 20px 3px 25px; color: #777872; font-size: 12px; line-height: 1.55; }
.official-cta { min-height: 66px; padding: 0 22px; display: flex; align-items: center; justify-content: center; gap: 16px; border: 1px solid #dfb400; border-radius: 17px; background: linear-gradient(145deg, #ffe861, var(--yellow-deep)); color: var(--ink); box-shadow: var(--shadow-button); text-decoration: none; text-align: center; font-size: 17px; font-weight: 900; transition: transform .16s ease, box-shadow .16s ease; }
.official-cta span { font-size: 26px; font-weight: 400; }
.official-cta:active { transform: translateY(5px); box-shadow: 0 2px 0 #d8aa00, 0 5px 12px rgba(191,146,0,.18); }
.trust-lines { margin: 22px 4px 0; display: grid; gap: 9px; color: #71726d; font-size: 12px; text-align: center; }
.trust-lines strong { color: #454641; }

.faq-section { padding: 0 0 76px; background: var(--soft); }
.faq-card { padding: 46px; border: 1px solid var(--line); border-radius: 30px; background: var(--paper); box-shadow: var(--shadow-lg), inset 0 1px 0 #fff; }
.faq-card h2 { margin: 18px 0 28px; font-size: clamp(40px, 6vw, 62px); line-height: .96; letter-spacing: -.055em; }
.faq-list { border: 1px solid #deddd6; border-radius: 20px; background: #fff; box-shadow: 0 7px 0 #d9d8d1, 0 14px 28px rgba(34,31,20,.07); overflow: hidden; }
.faq-list details + details { border-top: 1px solid var(--line); }
.faq-list summary { min-height: 70px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; font-size: 17px; font-weight: 800; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 32px; height: 32px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; background: var(--yellow); box-shadow: 0 3px 0 #dcb100; font-size: 21px; font-weight: 400; transition: transform .18s ease; }
.faq-list details[open] { background: #fffdf3; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { max-width: 760px; margin: -3px 58px 24px 20px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.faq-card__cta { margin-top: 34px; }

.footer { padding: 42px 0; background: var(--ink); color: white; }
.footer__grid { display: grid; grid-template-columns: .65fr 1.2fr 1fr; align-items: start; gap: 24px; }
.footer__brand strong { display: block; font-size: 31px; letter-spacing: -.04em; }
.footer p { max-width: 720px; margin: 7px 0 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.55; }
.footer p strong { color: rgba(255,255,255,.86); }

.cookie-banner { position: fixed; z-index: 70; right: 22px; bottom: 22px; width: min(420px, calc(100% - 24px)); padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: 0 20px 65px rgba(0,0,0,.2), inset 0 1px 0 #fff; backdrop-filter: blur(16px); }
.cookie-banner p { margin: 0 0 12px; color: #5f605b; font-size: 12px; line-height: 1.45; }
.cookie-banner > div { display: flex; gap: 9px; }
.cookie-banner button { min-height: 44px; flex: 1; border: 0; border-radius: 12px; background: var(--ink); color: white; box-shadow: 0 4px 0 #000, 0 8px 14px rgba(0,0,0,.15); font-size: 12px; font-weight: 850; cursor: pointer; }
.cookie-banner .cookie-banner__secondary { border: 1px solid var(--line); background: white; color: var(--ink); box-shadow: 0 4px 0 #d6d5ce, 0 8px 14px rgba(0,0,0,.08); }

@media (max-width: 720px) {
  html { scroll-padding-top: 74px; }
  .shell { width: min(calc(100% - 22px), 680px); }
  .site-header__inner { min-height: 64px; gap: 7px; }
  .header-brand { gap: 7px; }
  .header-brand img { width: 36px; height: 36px; border-radius: 11px; }
  .header-brand strong { font-size: 14px; line-height: 1; white-space: nowrap; }
  .header-brand small { display: block; margin-top: 4px; font-size: 9px; line-height: 1; white-space: nowrap; }
  .header-actions { gap: 6px; }
  .header-apply { min-height: 42px; padding: 0 11px; border-radius: 14px; font-size: 12px; font-weight: 750; box-shadow: 0 4px 12px rgba(142,113,0,.11), inset 0 1px 0 rgba(255,255,255,.9); }
  .header-apply svg { width: 15px; }
  .header-apply__wide { display: none; }
  .header-apply__short { display: inline; }
  .manager-call { width: 42px; min-height: 42px; padding: 0; border-radius: 12px; box-shadow: 0 4px 0 #d4d3cc, 0 8px 14px rgba(34,31,20,.1); }
  .manager-call svg { width: 18px; }
  .manager-call span { display: none; }

  .hero { min-height: 0; padding-bottom: 24px; background: white; }
  .hero__photo { inset: 0 0 auto; width: 100%; height: 360px; object-position: 50% 34%; }
  .hero__veil { bottom: auto; height: 360px; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 62%, rgba(255,255,255,.28) 74%, rgba(255,255,255,.78) 88%, #fff 100%); }
  .hero__inner { min-height: 0; padding: 314px 0 0; }
  .food-brand { display: none; }
  .hero__copy { position: relative; z-index: 2; width: 100%; margin: 0; padding: 18px 4px 24px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .hero__eyebrow { margin-bottom: 13px; padding: 8px 11px; font-size: 10px; }
  .hero h1 { max-width: 100%; font-size: clamp(39px, 11.2vw, 51px); line-height: .95; letter-spacing: -.055em; }
  .hero__copy > p { max-width: 100%; margin: 15px 0 17px; font-size: 16px; line-height: 1.38; }
  .transport-chips { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
  .transport-chips > span { min-width: 0; min-height: 48px; padding: 0 8px; justify-content: center; gap: 6px; border-radius: 13px; box-shadow: 0 5px 0 rgba(207,206,199,.82), 0 9px 16px rgba(34,31,20,.08); font-size: 12px; }
  .transport-chips svg { width: 20px; height: 20px; }
  .hero__action { width: 100%; min-height: 58px; margin-top: 20px; padding-inline: 14px; border-radius: 15px; font-size: 15px; }

  .calculator-section { padding-bottom: 54px; }
  .calculator-card { margin-top: 0; padding: 26px 15px 30px; border-radius: 24px; }
  .calculator-card h2 { margin: 15px 0 27px; font-size: clamp(36px, 10vw, 48px); }
  .select-wrap select { min-height: 61px; padding-left: 50px; font-size: 15px; }
  .transport-control { margin-top: 28px; }
  .transport-control > div { gap: 7px; }
  .transport-control button { min-height: 70px; padding: 8px 4px; flex-direction: column; gap: 5px; border-radius: 14px; box-shadow: 0 5px 0 #d5d4cd, 0 9px 17px rgba(34,31,20,.07); font-size: 12px; }
  .transport-control button.is-active { box-shadow: 0 5px 0 #d5a900, 0 10px 18px rgba(188,142,0,.16); }
  .transport-control button svg { width: 25px; height: 25px; }
  .range-control { margin-top: 23px; padding: 16px 14px 12px; border-radius: 16px; box-shadow: 0 5px 0 #dad9d2, 0 11px 20px rgba(34,31,20,.06); }
  .range-control__top label { font-size: 14px; }
  .range-control__top output { min-width: 76px; min-height: 42px; font-size: 15px; }
  .range-control input { margin-top: 13px; }
  .income-result { margin-top: 28px; padding: 20px 17px; border-radius: 17px; box-shadow: 0 5px 0 #d9d8d0, 0 12px 22px rgba(34,31,20,.07); }
  .income-result strong { font-size: clamp(29px, 9vw, 42px); }
  .official-cta { min-height: 64px; padding-inline: 13px; border-radius: 15px; font-size: 15px; }
  .trust-lines { font-size: 11px; }

  .faq-section { padding-bottom: 54px; }
  .faq-card { padding: 27px 15px 32px; border-radius: 24px; }
  .faq-card h2 { margin: 15px 0 24px; font-size: 40px; }
  .faq-list { border-radius: 16px; box-shadow: 0 5px 0 #d9d8d1, 0 11px 22px rgba(34,31,20,.06); }
  .faq-list summary { min-height: 66px; padding: 0 13px; gap: 10px; font-size: 14px; }
  .faq-list summary span { width: 29px; height: 29px; border-radius: 9px; }
  .faq-list p { margin: -2px 46px 20px 13px; font-size: 13px; }
  .faq-card__cta { margin-top: 28px; }
  .footer { padding: 35px 0; }
  .footer__grid { grid-template-columns: 1fr; gap: 18px; }
  .cookie-banner { right: 11px; bottom: 11px; width: calc(100% - 22px); }
}

@media (max-width: 370px) {
  .header-brand strong { font-size: 12px; }
  .header-brand small { font-size: 8px; }
  .header-apply { padding-inline: 8px; }
  .hero h1 { font-size: 36px; }
  .transport-chips > span { font-size: 11px; }
}

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