:root { --ink: #050505; --muted: #8f94a3; --yellow: #ffd814; --blue: #6ccafa; }
* { box-sizing: border-box; }
html { background: #f2f2f2; }
body { margin: 0; color: var(--ink); background: #f2f2f2; font-family: Arial, Helvetica, sans-serif; }
button, input { font: inherit; }
.hidden { display: none !important; }
.form-status { min-height: 20px; margin: 0; color: #b42318; font-size: 13px; text-align: center; }
.phone-shell { width: min(100%, 430px); min-height: 100svh; margin: 0 auto; overflow: hidden; background: #fff; box-shadow: 0 0 40px rgb(0 0 0 / .08); }
.topbar { height: 72px; display: flex; align-items: center; justify-content: flex-end; padding: 0 24px; }
.manager-call { min-width: 202px; height: 46px; padding: 0 18px; display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: 23px; color: #fff; background: linear-gradient(135deg, #ffc800, #ffdc20); text-decoration: none; box-shadow: 0 9px 22px rgb(214 163 0 / .28), inset 0 1px 1px rgb(255 255 255 / .65); font-size: 20px; font-weight: 800; text-shadow: 0 1px 1px rgb(112 76 0 / .22); }
.manager-call span { font-size: 19px; line-height: 1; }
.manager-call em { color: #fff; font-size: 15px; font-style: normal; white-space: nowrap; }
.home-hero { padding: 0 26px; }
.home-hero h1, .service-picker h2 { margin: 0; font-family: "Arial Narrow", Arial, sans-serif; font-weight: 900; letter-spacing: -2.2px; line-height: .98; }
.home-hero h1 { font-size: 58px; }
.home-hero > p { margin: 18px 0 0; color: var(--muted); font-size: 20px; }
.hero-picture { height: 354px; margin: -5px -22px 4px; position: relative; overflow: hidden; }
.hero-picture img { width: 455px; max-width: none; position: absolute; right: -17px; top: 0; }
.service-picker { padding: 10px 24px 34px; }
.service-picker h2 { font-size: 36px; }
.service-picker > p { margin: 10px 0 20px; color: var(--muted); font-size: 17px; }
.service-card { width: 100%; min-height: 132px; position: relative; overflow: hidden; border: 1px solid rgb(255 255 255 / .72); border-radius: 24px; padding: 18px; display: grid; grid-template-columns: 102px 1fr 54px; align-items: center; text-align: left; margin: 0 0 17px; box-shadow: inset 0 1px 1px rgb(255 255 255 / .8), inset 0 -14px 28px rgb(0 0 0 / .035), 0 14px 28px rgb(0 0 0 / .12); cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }
.service-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 28% 6%, rgb(255 255 255 / .34), transparent 44%); }
.service-card:active { transform: translateY(2px) scale(.995); box-shadow: inset 0 1px 1px rgb(255 255 255 / .8), 0 8px 18px rgb(0 0 0 / .12); }
.food-card { background: linear-gradient(135deg, #ffc900 0%, #ffda13 52%, #ffe12b 100%); }
.lavka-card { background: linear-gradient(135deg, #8bdcff 0%, #6ecaf5 55%, #73cef7 100%); }
.brand-mark { width: 94px; height: 94px; position: relative; z-index: 1; display: block; border-radius: 26px; object-fit: cover; box-shadow: 0 10px 18px rgb(0 0 0 / .08); }
.service-card strong { display: block; font-family: "Arial Narrow", Arial, sans-serif; font-size: 29px; line-height: 1; }
.service-card small { display: block; margin-top: 8px; color: rgb(0 0 0 / .46); font-size: 16px; line-height: 1.25; }
.service-card b { width: 52px; height: 52px; position: relative; z-index: 1; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(#fff, #f8f8f8); font-size: 34px; font-weight: 400; box-shadow: 0 9px 18px rgb(0 0 0 / .12), inset 0 1px 1px #fff; }
.advertiser-note { padding: 16px 18px; border: 1px solid #ececec; border-radius: 18px; background: #fafafa; color: #737988; font-size: 13px; line-height: 1.35; }
.advertiser-note strong, .advertiser-note span { display: block; }
.advertiser-note strong { color: #333; margin-bottom: 4px; }
@media (max-width: 360px) { .home-hero h1 { font-size: 49px; } .service-card { grid-template-columns: 82px 1fr 46px; } .brand-mark { width: 76px; height: 76px; } .service-card strong { font-size: 25px; } }

a { color: inherit; }
.detail-page, .form-page { min-height: 100svh; padding: 0 20px 20px; }
.detail-top { height: 82px; display: flex; align-items: center; }
.back-button { width: 46px; height: 46px; border: 0; border-radius: 50%; background: #fafafa; box-shadow: 0 8px 25px rgb(0 0 0 / .08); font: 50px/34px Arial; cursor: pointer; }
.brand-tag { position: relative; z-index: 3; width: max-content; height: 48px; padding: 0 18px; display: flex; align-items: center; gap: 10px; border-radius: 24px; }
.brand-tag.food { background: linear-gradient(135deg, #ffd000, #ffe567); }
.brand-tag.lavka { background: linear-gradient(135deg, #b7e9ff, #89d7fb); }
.brand-tag img { width: 34px; height: 34px; margin-left: -7px; border-radius: 11px; object-fit: cover; box-shadow: 0 5px 10px rgb(0 0 0 / .08); }
.brand-tag strong { font-family: "Arial Narrow", Arial, sans-serif; font-size: 21px; font-weight: 900; }
.detail-hero { position: relative; min-height: 230px; }
.detail-hero h1, .form-hero h1 { position: relative; z-index: 2; margin: 24px 0 0; font-family: "Arial Narrow", Arial, sans-serif; font-size: 56px; font-weight: 900; letter-spacing: -2.4px; line-height: .95; }
.detail-hero > p { position: relative; z-index: 2; margin: 12px 0 0; color: var(--muted); font-size: 19px; line-height: 1.25; }
.detail-art { position: absolute; z-index: 1; right: -22px; top: -80px; overflow: hidden; pointer-events: none; }
.detail-art.food { width: 255px; height: 260px; }
.detail-art.food img { width: 220px; max-width: none; position: absolute; right: 0; top: 12px; }
.food-detail .detail-hero { min-height: 252px; }
.food-detail .brand-tag { transform: translate(48px, -44px); }
.food-detail .detail-hero h1 { margin-top: 135px; }
.food-detail .detail-art.food { right: -42px; top: -68px; }
.detail-art.lavka { width: 300px; height: 300px; top: -70px; }
.detail-art.lavka img { width: 300px; max-width: none; position: absolute; right: -15px; top: 20px; }
.lavka-detail .detail-hero { min-height: 232px; }
.lavka-detail .brand-tag { transform: translate(48px, -48px); }
.lavka-detail .detail-hero h1 { width: max-content; margin-top: 130px; font-size: 50px; }
.lavka-detail .detail-art.lavka { width: 276px; height: 225px; right: -44px; top: -48px; }
.lavka-detail .detail-art.lavka img { width: 276px; right: 0; top: 0; }
.feature-list { display: grid; gap: 12px; position: relative; z-index: 4; }
.feature-card { min-height: 105px; padding: 14px; display: grid; grid-template-columns: 82px 1fr; gap: 16px; align-items: center; border: 1px solid #f0f0f0; border-radius: 23px; background: rgb(255 255 255 / .96); box-shadow: 0 8px 20px rgb(0 0 0 / .07); }
.feature-icon { width: 72px; height: 72px; display: block; border-radius: 19px; object-fit: cover; box-shadow: 0 8px 16px rgb(0 0 0 / .11); }
.feature-card h2 { margin: 0; font-family: "Arial Narrow", Arial, sans-serif; font-size: 24px; font-weight: 900; line-height: 1.06; letter-spacing: -.6px; }
.feature-card p { margin: 7px 0 0; color: var(--muted); font-size: 15px; line-height: 1.28; }
.income-note { min-height: 80px; margin: 16px 0; padding: 13px 16px; display: grid; grid-template-columns: 38px 1fr; align-items: start; gap: 10px; border-radius: 20px; background: #faf8f5; color: #777e8d; }
.income-note span { width: 30px; height: 30px; display: grid; place-items: center; margin-top: 2px; border-radius: 50%; color: #fff; background: #888; font: 700 20px Georgia; }
.lavka-detail .income-note span { background: #0a81f5; }
.income-note p { margin: 0; font-size: 13px; line-height: 1.35; }
.faq-section h2 { margin: 0 0 12px; font-family: "Arial Narrow", Arial, sans-serif; font-size: 33px; letter-spacing: -1px; }
.faq-item { margin-bottom: 8px; overflow: hidden; border: 1px solid #eee; border-radius: 18px; box-shadow: 0 5px 15px rgb(0 0 0 / .05); }
.faq-item button { width: 100%; min-height: 58px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; border: 0; background: #fff; text-align: left; cursor: pointer; }
.faq-item button b { font-size: 24px; transition: transform .2s ease; }
.faq-item.open button b { transform: rotate(180deg); }
.faq-item p { margin: 0; padding: 0 16px 16px; color: #737988; font-size: 14px; line-height: 1.4; }
.primary-button { width: 100%; min-height: 64px; margin: 14px 0 0; border: 0; border-radius: 20px; font-family: "Arial Narrow", Arial, sans-serif; font-size: 30px; font-weight: 900; cursor: pointer; box-shadow: 0 9px 22px rgb(0 0 0 / .1); }
.primary-button.food { background: linear-gradient(135deg, #ffcc00, #ffdf20); color: #000; }
.primary-button.lavka { background: linear-gradient(135deg, #0879ed, #1489ff); color: #fff; }

.form-page { padding-bottom: 10px; }
.form-hero { position: relative; min-height: 195px; }
.form-hero h1 { margin-top: 22px; font-size: 48px; }
.form-hero > p { position: relative; z-index: 2; margin: 10px 0 0; color: var(--muted); font-size: 16px; }
.form-art { position: absolute; z-index: 1; right: -20px; overflow: hidden; pointer-events: none; }
.form-art.food { width: 225px; height: 220px; top: -78px; }
.form-art.food img { width: 195px; max-width: none; position: absolute; right: 0; top: 10px; }
.form-art.lavka { width: 265px; height: 235px; top: -85px; }
.form-art.lavka img { width: 255px; max-width: none; position: absolute; right: -4px; top: 18px; }
.food-form .form-hero { min-height: 268px; }
.food-form .form-hero h1 { margin-top: 126px; font-size: 43px; white-space: nowrap; }
.food-form .brand-tag { transform: translate(48px, -46px); }
.food-form .form-art.food { width: 210px; top: -72px; right: -40px; }
.lavka-form .brand-tag { transform: translate(48px, -54px); }
.lavka-form .form-hero h1 { width: 150px; margin-top: 18px; font-size: 38px; line-height: .92; }
.lavka-form .form-art.lavka { width: 250px; height: 220px; right: -42px; top: -72px; }
.lavka-form .form-art.lavka img { width: 240px; }
.application-form { display: grid; gap: 10px; }
.form-field, .contact-field { height: 62px; position: relative; display: grid; grid-template-columns: 42px 1fr 24px; align-items: center; padding: 0 14px; border: 1px solid #eee; border-radius: 18px; background: #fff; box-shadow: 0 6px 18px rgb(0 0 0 / .06); }
.form-field > span, .contact-field > span { color: #92939d; font-size: 23px; text-align: center; }
.form-field > span img { width: 34px; height: 34px; display: block; margin: auto; object-fit: cover; }
.form-field input, .form-field select, .contact-field input { width: 100%; min-width: 0; height: 58px; border: 0; outline: none; background: transparent; color: #222; font-size: 17px; }
.form-field input::placeholder, .contact-field input::placeholder, .form-field select:invalid { color: #9d9da6; }
.form-field select { appearance: none; }
.form-field b { color: #8d8f98; font-size: 22px; }
.date-field input { color: #222; }
.date-field input:valid { color: #222; }
.date-field em { position: absolute; left: 56px; color: #9d9da6; font-style: normal; pointer-events: none; }
.date-field:focus-within em, .date-field:has(input:valid) em { display: none; }
.social-fieldset { min-width: 0; margin: 3px 0 0; padding: 0; border: 0; }
.social-fieldset legend { margin-bottom: 8px; color: #7f8492; font-size: 15px; }
.social-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.social-option { height: 58px; position: relative; padding: 0 12px; display: grid; grid-template-columns: 42px 1fr 22px; align-items: center; border: 1px solid #ececec; border-radius: 17px; background: #fff; text-align: left; box-shadow: 0 4px 14px rgb(0 0 0 / .04); cursor: pointer; }
.social-option.selected { border: 2px solid currentColor; background: #f1f8ff; }
.social-option > img { width: 38px; height: 38px; display: block; border-radius: 11px; object-fit: cover; }
.social-option strong { font-size: 16px; font-weight: 500; }
.social-option b { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: #fff; box-shadow: 0 3px 10px rgb(0 0 0 / .12); }
.contact-field { margin-top: 0; }
.consent-line { margin: 5px 0 0; display: grid; grid-template-columns: 25px 1fr; gap: 9px; align-items: center; color: #7f8492; font-size: 13px; }
.consent-line input { width: 24px; height: 24px; margin: 0; appearance: none; border: 2px solid #8c909b; border-radius: 6px; }
.food-form .consent-line input { border-color: #f2c400; }
.consent-line input:checked { background: currentColor; box-shadow: inset 0 0 0 5px #fff; }
.consent-line a { color: #0784eb; text-decoration: underline; text-underline-offset: 2px; }
.food-form .consent-line a { color: #e3b800; }
.application-form .primary-button { margin-top: 4px; min-height: 62px; font-size: 27px; }
.primary-button:disabled { cursor: wait; opacity: .7; }
.no-obligation { margin: -2px 0 0; text-align: center; color: #858996; font-size: 14px; }

.success-overlay, .privacy-overlay { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 22px; background: rgb(0 0 0 / .35); backdrop-filter: blur(7px); }
.success-overlay > div { width: min(100%, 360px); padding: 30px 24px 24px; border-radius: 26px; background: #fff; text-align: center; box-shadow: 0 24px 70px rgb(0 0 0 / .25); }
.success-overlay > div > span { width: 60px; height: 60px; margin: 0 auto 15px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #20bf55; font-size: 34px; }
.success-overlay h2 { margin: 0; font-size: 28px; }
.success-overlay p { margin: 10px 0 22px; color: #737988; line-height: 1.4; }
.success-overlay button, .privacy-accept { width: 100%; height: 50px; border: 0; border-radius: 15px; color: #fff; background: #111; font-weight: 700; cursor: pointer; }
.privacy-overlay { align-items: end; }
.privacy-overlay article { width: min(100%, 600px); max-height: 88svh; position: relative; overflow: auto; padding: 28px 22px 22px; border-radius: 26px 26px 0 0; background: #fff; }
.privacy-overlay h2 { margin: 0 35px 18px 0; font-size: 25px; line-height: 1.1; }
.privacy-overlay h3 { margin: 18px 0 5px; font-size: 17px; }
.privacy-overlay p { margin: 0; color: #555d6a; font-size: 14px; line-height: 1.5; }
.privacy-close { width: 36px; height: 36px; position: absolute; top: 16px; right: 16px; border: 0; border-radius: 50%; background: #f2f2f2; font-size: 26px; cursor: pointer; }
.privacy-note { margin-top: 18px !important; padding: 12px; border-radius: 12px; background: #fff7d4; color: #6b5b14 !important; }
.privacy-accept { margin-top: 18px; }

.site-footer { margin: 24px -20px -20px; padding: 19px 20px calc(20px + env(safe-area-inset-bottom)); border-top: 1px solid #ececec; background: #fafafa; color: #747985; font-size: 12px; line-height: 1.45; }
.home-page .site-footer { margin: 4px 0 0; }
.site-footer p { margin: 0 0 10px; }
.site-footer p strong { color: #222; }
.site-footer div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 7px 14px; }
.site-footer button { padding: 0; border: 0; background: transparent; color: #176fd1; font: inherit; text-decoration: underline; text-underline-offset: 2px; cursor: pointer; }
.site-footer a { color: #222; font-weight: 700; text-decoration: none; }
.site-footer small { display: block; margin-top: 9px; color: #8a8f9a; font-size: 11px; }

.cookie-notice { width: min(calc(100% - 24px), 406px); position: fixed; z-index: 45; left: 50%; bottom: max(12px, env(safe-area-inset-bottom)); transform: translateX(-50%); padding: 13px 14px; border: 1px solid rgb(255 255 255 / .8); border-radius: 18px; background: rgb(20 20 20 / .94); color: #fff; box-shadow: 0 16px 45px rgb(0 0 0 / .24); backdrop-filter: blur(12px); }
.cookie-notice p { margin: 0 0 10px; font-size: 13px; line-height: 1.35; }
.cookie-notice div { display: flex; gap: 8px; }
.cookie-notice button { min-height: 36px; padding: 0 16px; border: 0; border-radius: 12px; background: #ffd512; color: #111; font-weight: 800; cursor: pointer; }
.cookie-notice .cookie-policy { background: #333; color: #fff; font-weight: 600; }

@media (min-width: 700px) {
  .phone-shell { margin-top: 24px; margin-bottom: 24px; border-radius: 30px; }
  .privacy-overlay article { border-radius: 26px; }
}
@media (max-width: 699px) {
  .home-hero > p {
    position: relative;
    z-index: 2;
    margin-top: 12px;
    padding-bottom: 4px;
    color: var(--muted);
    line-height: 1.3;
    transform: translateY(-3px);
  }
  .service-card,
  .service-card strong,
  .faq-item button {
    color: var(--ink);
    -webkit-text-fill-color: var(--ink);
  }
}
@media (max-width: 360px) {
  .detail-page, .form-page { padding-inline: 14px; }
  .detail-hero h1 { font-size: 49px; }
  .feature-card { grid-template-columns: 68px 1fr; gap: 10px; }
  .feature-icon { width: 62px; height: 62px; }
  .feature-card h2 { font-size: 21px; }
  .form-hero h1 { font-size: 43px; }
  .social-option { padding-inline: 8px; grid-template-columns: 38px 1fr 20px; }
  .social-option strong { font-size: 14px; }
  .food-detail .brand-tag, .lavka-detail .brand-tag, .food-form .brand-tag, .lavka-form .brand-tag { transform: translate(40px, -48px); }
  .manager-call { min-width: 190px; padding-inline: 14px; }
}
