@import url('fonts.css');

:root {
  --ink: #232A36;
  --ink-2: #1B2130;
  --ink-3: #2E3A4E;
  --blue: #3C5F8F;
  --blue-dark: #24344D;
  --bg: #F4F5F7;
  --white: #fff;
  --border: #E4E8EE;
  --border-2: #E7EAF0;
  --border-3: #D8DEE7;
  --text-2: #5D6879;
  --text-3: #6C7789;
  --text-4: #8A94A6;
  --gold: #C9A227;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); }
body {
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  min-height: 100vh;
  overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: 'Manrope', system-ui, sans-serif; margin: 0; }
p { margin: 0; }
img { max-width: 100%; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-dark); }
::selection { background: #C9D8EC; }
button { font-family: inherit; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--ink-2); color: #B9C4D4; font-size: 13px; letter-spacing: 0.02em; padding: 9px 0;
}
.topbar .wrap { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: space-between; }
.topbar .phone { color: #E7ECF3; }
.topbar-right { display: flex; gap: 18px; align-items: center; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,0.94);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border-2);
}
.site-header .wrap { padding: 14px 24px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 11px; background: linear-gradient(150deg, var(--blue), var(--ink));
  display: flex; align-items: center; justify-content: center; color: #fff; font-family: 'Manrope', sans-serif;
  font-weight: 800; font-size: 16px; flex-shrink: 0;
}
.brand-text { line-height: 1.1; }
.brand-name { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 17px; letter-spacing: -0.02em; color: var(--ink); }
.brand-sub { font-size: 11px; color: #7A8598; letter-spacing: 0.06em; text-transform: uppercase; }

.main-nav { display: flex; gap: 4px; flex-wrap: wrap; margin-left: auto; }
.main-nav a {
  font-size: 14.5px; font-weight: 500; color: #3B4455; padding: 8px 12px; border-radius: 8px;
}
.main-nav a:hover { background: #EDF1F6; color: #1B2130; }
.main-nav a.active { background: #EDF1F6; color: var(--blue); }

.cart-btn {
  position: relative; border: 1px solid var(--border-3); background: #fff; border-radius: 10px; padding: 9px 16px;
  font-size: 14px; font-weight: 500; cursor: pointer; color: var(--ink); flex-shrink: 0;
}
.cart-btn:hover { border-color: var(--blue); color: var(--blue); }

.nav-toggle {
  display: none; border: 1px solid var(--border-3); background: #fff; border-radius: 8px; width: 40px; height: 38px;
  cursor: pointer; flex-shrink: 0; align-items: center; justify-content: center;
}
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { display: none; }

/* ---------- Buttons ---------- */
.btn { display: inline-block; font-weight: 600; font-size: 15px; padding: 15px 28px; border-radius: 11px; border: none; cursor: pointer; text-align: center; }
.btn-light { background: #fff; color: var(--ink-2); }
.btn-light:hover { background: #DCE6F3; color: var(--ink-2); }
.btn-outline { border: 1px solid rgba(255,255,255,0.35); color: #fff; background: transparent; }
.btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.08); color: #fff; }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--blue); color: #fff; }
.btn-sm { padding: 10px 15px; font-size: 13.5px; font-weight: 500; border-radius: 9px; }

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(160deg, var(--ink) 0%, var(--ink-3) 55%, var(--blue) 130%); color: #fff; padding: 76px 0 84px;
}
.hero .wrap { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: center; }
.eyebrow {
  display: inline-block; font-size: 12.5px; letter-spacing: 0.12em; text-transform: uppercase; color: #A8C0DE;
  border: 1px solid rgba(168,192,222,0.4); border-radius: 100px; padding: 6px 14px; margin-bottom: 22px;
}
.hero h1 { font-weight: 800; font-size: 52px; line-height: 1.06; letter-spacing: -0.03em; margin: 0 0 20px; }
.hero p.lead { font-size: 18px; line-height: 1.62; color: #CBD5E2; margin: 0 0 30px; max-width: 540px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 520px; }
.hero-stats .num { font-family: 'Manrope', sans-serif; font-size: 27px; font-weight: 800; }
.hero-stats .lbl { font-size: 13.5px; color: #A8B6C9; }
.hero-photo { border-radius: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,0.18); aspect-ratio: 4/5; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Page hero (subpages) ---------- */
.page-hero { color: #fff; padding: 56px 0 58px; }
.page-hero.dark { background: var(--ink); }
.page-hero.mid { background: var(--ink-3); }
.page-hero .eyebrow2 { font-size: 12.5px; letter-spacing: 0.12em; text-transform: uppercase; color: #8FA9CB; margin-bottom: 14px; }
.page-hero h1 { font-weight: 800; font-size: 42px; letter-spacing: -0.03em; margin: 0 0 14px; max-width: 780px; }
.page-hero p { font-size: 17px; color: #C0CBDA; max-width: 700px; line-height: 1.62; margin: 0; }

/* ---------- Trust strip ---------- */
.trust { background: #fff; border-bottom: 1px solid var(--border-2); padding: 26px 0; }
.trust .wrap { display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center; }
.trust-label { font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-4); }
.trust-logos { display: flex; gap: 34px; flex-wrap: wrap; font-family: 'Manrope', sans-serif; font-weight: 700; color: #B4BCC9; font-size: 17px; letter-spacing: -0.01em; }

/* ---------- Sections ---------- */
section.pad { padding: 78px 0; }
.section-head h2 { font-size: 34px; font-weight: 800; letter-spacing: -0.025em; margin: 0 0 12px; }
.section-head p { font-size: 16.5px; color: var(--text-2); max-width: 660px; margin: 0 0 40px; line-height: 1.6; }
.section-flex-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 34px; flex-wrap: wrap; }
.section-flex-head h2 { font-size: 32px; font-weight: 800; letter-spacing: -0.025em; margin: 0; }

/* ---------- Cards grid ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }

.card { background: #fff; border: 1px solid var(--border); border-radius: 15px; padding: 26px 24px 24px; }
.card:hover { border-color: var(--blue); box-shadow: 0 12px 30px -18px rgba(35,42,54,0.5); }
.card .tag { font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--blue); font-weight: 600; margin-bottom: 12px; }
.card h3 { font-size: 19.5px; font-weight: 700; margin: 0 0 10px; letter-spacing: -0.01em; }
.card p { font-size: 15px; line-height: 1.6; color: var(--text-2); margin: 0 0 18px; }
.card .price-row { display: flex; align-items: baseline; gap: 8px; border-top: 1px solid #EDF0F4; padding-top: 14px; }
.card .price-row .from { font-size: 13px; color: var(--text-4); }
.card .price-row .price { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 18px; }

/* ---------- Steps (how we work) ---------- */
.steps-section { padding: 74px 0; background: var(--ink); color: #fff; }
.steps-section h2 { font-size: 32px; font-weight: 800; letter-spacing: -0.025em; margin: 0 0 44px; }
.step { border-top: 2px solid var(--blue); padding-top: 18px; }
.step .n { font-family: 'Manrope', sans-serif; font-size: 13px; color: #7FA2CE; font-weight: 700; letter-spacing: 0.1em; margin-bottom: 10px; }
.step h3 { font-size: 18px; font-weight: 700; margin: 0 0 9px; }
.step p { font-size: 14.5px; line-height: 1.6; color: #AEBACB; margin: 0; }

/* ---------- Split / photo blocks ---------- */
.split { padding: 78px 0; background: #fff; }
.split .wrap { display: grid; grid-template-columns: 1fr 1.05fr; gap: 60px; align-items: center; }
.split.rev .wrap { grid-template-columns: 1.1fr 1fr; }
.photo-block { border-radius: 16px; overflow: hidden; border: 1px solid var(--border); aspect-ratio: 5/4; }
.photo-block img { width: 100%; height: 100%; object-fit: cover; }
.photo-block.sq { aspect-ratio: 1/1; }
.split h2 { font-size: 33px; font-weight: 800; letter-spacing: -0.025em; margin: 0 0 18px; }
.split p { font-size: 16.5px; line-height: 1.68; color: var(--text-2); margin: 0 0 18px; }
.split ul { margin: 0 0 26px; padding: 0; list-style: none; display: grid; gap: 12px; }
.split ul li { display: flex; gap: 11px; font-size: 15.5px; color: #3B4455; }
.split ul li .dash { color: var(--blue); font-weight: 700; }
.split .more-link { font-weight: 600; font-size: 15.5px; border-bottom: 2px solid #C9D8EC; padding-bottom: 3px; }
.split .more-link:hover { border-color: var(--blue); }

/* ---------- Reviews ---------- */
.reviews-section { padding: 74px 0; background: var(--bg); }
.review-card { background: #fff; border: 1px solid var(--border); border-radius: 15px; padding: 26px; }
.review-card .stars { color: var(--gold); font-size: 14px; letter-spacing: 3px; margin-bottom: 14px; }
.review-card p { font-size: 15.5px; line-height: 1.65; color: #3B4455; margin: 0 0 18px; }
.review-card .name { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 14.5px; }
.review-card .role { font-size: 13px; color: var(--text-4); }

/* ---------- Article cards ---------- */
.article-card { cursor: pointer; border: 1px solid var(--border); border-radius: 15px; overflow: hidden; background: #fff; display: flex; flex-direction: column; }
.article-card:hover { border-color: var(--blue); box-shadow: 0 14px 32px -22px rgba(35,42,54,0.6); }
.article-card .thumb { height: 148px; overflow: hidden; }
.article-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.article-card .body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.article-card .meta { display: flex; gap: 10px; align-items: center; margin-bottom: 10px; }
.article-card .meta .tag { font-size: 11.5px; color: var(--blue); font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; }
.article-card .meta .date { font-size: 12.5px; color: #9AA4B4; }
.article-card h3 { font-size: 18px; font-weight: 700; margin: 0 0 9px; line-height: 1.28; letter-spacing: -0.01em; }
.article-card p { font-size: 14.5px; line-height: 1.6; color: var(--text-2); margin: 0; }
.article-card .readmore { margin-top: auto; font-size: 14px; font-weight: 600; color: var(--blue); padding-top: 10px; display: block; }

/* ---------- CTA band ---------- */
.cta-band { padding: 68px 0; background: linear-gradient(120deg, var(--ink-3), var(--blue)); }
.cta-band .wrap { display: flex; gap: 30px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.cta-band h2 { font-size: 30px; font-weight: 800; color: #fff; margin: 0 0 10px; letter-spacing: -0.02em; }
.cta-band p { font-size: 16px; color: #CBD8E8; margin: 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink-2); color: #A9B4C4; padding: 60px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 42px; border-bottom: 1px solid #2C3444; }
.footer-brand { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 19px; color: #fff; margin-bottom: 12px; }
.footer-grid p { font-size: 14.5px; line-height: 1.65; margin: 0 0 16px; max-width: 300px; }
.footer-contact { font-size: 14px; line-height: 1.8; }
.footer-col-title { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: #6E7A8C; margin-bottom: 14px; }
.footer-links { display: grid; gap: 9px; font-size: 14.5px; }
.footer-links a { color: #A9B4C4; }
.footer-links a:hover { color: #fff; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 13.5px; color: #6E7A8C; }

/* ---------- Cart drawer / page ---------- */
.cart-page { padding: 56px 0 80px; background: var(--bg); }
.cart-lines { display: grid; gap: 0; background: #fff; border: 1px solid var(--border); border-radius: 15px; overflow: hidden; }
.cart-line { display: flex; gap: 14px; padding: 18px 22px; border-bottom: 1px solid #F0F2F6; align-items: center; }
.cart-line:last-child { border-bottom: none; }
.cart-line .thumb { width: 62px; height: 62px; border-radius: 9px; overflow: hidden; flex-shrink: 0; background: #EAEEF4; }
.cart-line .thumb img { width: 100%; height: 100%; object-fit: cover; }
.cart-line .info { flex: 1; }
.cart-line .name { font-family: 'Manrope', sans-serif; font-size: 14.5px; font-weight: 700; line-height: 1.35; }
.cart-line .unit { font-size: 13px; color: var(--text-4); margin: 3px 0 8px; }
.cart-line .qtyrow { display: flex; align-items: center; gap: 8px; }
.qty-btn { width: 26px; height: 26px; border: 1px solid var(--border-3); background: #fff; border-radius: 7px; cursor: pointer; font-size: 15px; line-height: 1; }
.cart-line .qty { font-size: 14px; min-width: 18px; text-align: center; }
.cart-line .remove { margin-left: auto; border: none; background: transparent; color: #97A2B3; font-size: 13px; cursor: pointer; }
.cart-line .sum { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 14.5px; white-space: nowrap; }
.cart-empty { font-size: 15px; color: var(--text-3); line-height: 1.6; padding: 30px 0; }
.cart-summary { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 24px; margin-top: 20px; }
.summary-row { display: flex; justify-content: space-between; font-size: 14.5px; color: var(--text-2); margin-bottom: 7px; }
.summary-row.total { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 19px; color: var(--ink); margin: 12px 0 16px; }
.cart-badge { position: absolute; top: -6px; right: -6px; background: var(--blue); color: #fff; font-size: 10.5px; font-weight: 700; border-radius: 100px; min-width: 17px; height: 17px; display: flex; align-items: center; justify-content: center; padding: 0 4px; }

/* ---------- Shop ---------- */
.shop-filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.filter-btn { font-family: 'IBM Plex Sans', sans-serif; font-size: 14px; padding: 9px 16px; border-radius: 100px; cursor: pointer; border: 1px solid var(--border-3); background: #fff; color: #3B4455; }
.filter-btn.active { border-color: var(--ink); background: var(--ink); color: #fff; }
.product-card { background: #fff; border: 1px solid var(--border); border-radius: 15px; overflow: hidden; display: flex; flex-direction: column; }
.product-card:hover { border-color: var(--blue); }
.product-card .thumb { height: 150px; overflow: hidden; }
.product-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-card .body { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.product-card .cat { font-size: 11.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-4); margin-bottom: 8px; }
.product-card h3 { font-size: 16px; font-weight: 700; margin: 0 0 8px; line-height: 1.3; }
.product-card .note { font-size: 13.5px; color: var(--text-3); line-height: 1.55; margin: 0 0 16px; }
.product-card .buy-row { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.product-card .price { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 17px; }
.info-box-grid { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.info-box-grid h3 { font-size: 18px; font-weight: 700; margin: 0 0 10px; }
.info-box-grid p { font-size: 15px; line-height: 1.6; color: var(--text-2); margin: 0; }
.mini-info { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 24px; }
.mini-info h3 { font-family: 'Manrope', sans-serif; font-size: 17px; margin: 0 0 8px; }
.mini-info p { margin: 0; font-size: 14.5px; color: var(--text-2); line-height: 1.6; }

/* ---------- Forms ---------- */
.form-grid { display: grid; gap: 16px; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { display: block; font-size: 13.5px; color: var(--text-2); margin-bottom: 6px; }
.field input, .field textarea, .field select {
  width: 100%; border: 1px solid var(--border-3); border-radius: 9px; padding: 12px 14px; font-family: 'IBM Plex Sans', sans-serif; font-size: 15px; background: #fff; color: var(--ink);
}
.field textarea { min-height: 118px; resize: vertical; }
.checkbox-row { display: flex; gap: 10px; align-items: start; font-size: 13.5px; color: var(--text-2); line-height: 1.5; }
.checkbox-row input { margin-top: 3px; }
.form-panel { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 34px; }
.form-panel h2 { font-size: 22px; font-weight: 700; margin: 0 0 22px; }
.form-success { padding: 30px 0; text-align: center; }
.form-success .title { font-family: 'Manrope', sans-serif; font-size: 22px; font-weight: 700; margin-bottom: 10px; }
.form-success p { font-size: 15.5px; color: var(--text-2); margin: 0; }
.form-error { background: #FBEAEA; border: 1px solid #E7B4B4; color: #8A2C2C; border-radius: 10px; padding: 12px 16px; font-size: 14px; margin-bottom: 16px; }

/* ---------- FAQ accordion (pure CSS via <details>) ---------- */
.faq-list { display: grid; gap: 12px; max-width: 860px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: 13px; padding: 22px 24px; }
.faq-item summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 18px; align-items: center; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary h2 { font-size: 17.5px; font-weight: 700; margin: 0; letter-spacing: -0.01em; }
.faq-item summary .sign { font-size: 20px; color: var(--blue); line-height: 1; }
.faq-item summary .sign::before { content: '+'; }
.faq-item[open] summary .sign::before { content: '\2212'; }
.faq-item .answer { font-size: 15.5px; line-height: 1.68; color: var(--text-2); margin: 14px 0 0; }

/* ---------- Stats grid (about) ---------- */
.stat-box { background: var(--bg); border-radius: 14px; padding: 26px; }
.stat-box .v { font-family: 'Manrope', sans-serif; font-size: 30px; font-weight: 800; letter-spacing: -0.02em; color: var(--ink); }
.stat-box .l { font-size: 14.5px; color: var(--text-2); margin-top: 6px; }

/* ---------- Full service card (services page) ---------- */
.service-full { background: #fff; border: 1px solid var(--border); border-radius: 15px; padding: 30px 28px; }
.service-full-head { display: flex; justify-content: space-between; align-items: start; gap: 16px; margin-bottom: 12px; }
.service-full-head h2 { font-size: 21px; font-weight: 700; margin: 0; letter-spacing: -0.015em; }
.service-full-head .price { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 17px; color: var(--blue); white-space: nowrap; }
.service-full p.long { font-size: 15.5px; line-height: 1.65; color: var(--text-2); margin: 0 0 16px; }
.chip-row { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { font-size: 12.5px; background: #EEF2F7; color: #45536A; padding: 6px 11px; border-radius: 100px; }

/* ---------- Small helpers ---------- */
.text-center { text-align: center; }
.rating-inline { font-size: 14px; color: #7A8598; }
.link-strong { font-weight: 600; font-size: 15px; }
.nowrap { white-space: nowrap; }
.thanks-page { background: #fff; padding: 90px 0; text-align: center; }
.thanks-page .icon { font-size: 44px; margin-bottom: 18px; }
.thanks-page h1 { font-size: 30px; font-weight: 800; margin: 0 0 14px; }
.thanks-page p { font-size: 16px; color: var(--text-2); max-width: 480px; margin: 0 auto 28px; line-height: 1.6; }
.error-page { background: #fff; padding: 110px 0; text-align: center; }
.error-page .code { font-family: 'Manrope', sans-serif; font-size: 72px; font-weight: 800; color: var(--blue); margin: 0 0 10px; }
.error-page h1 { font-size: 26px; font-weight: 800; margin: 0 0 14px; }
.error-page p { font-size: 16px; color: var(--text-2); margin: 0 0 28px; }

/* ---------- Legal pages ---------- */
.legal-page { background: #fff; }
.legal-page .wrap { max-width: 820px; padding: 54px 24px 84px; }
.legal-page h1 { font-size: 36px; font-weight: 800; letter-spacing: -0.03em; margin: 0 0 14px; }
.legal-page .updated { font-size: 14px; color: var(--text-4); margin: 0 0 32px; }
.legal-block { margin-bottom: 28px; }
.legal-block h2 { font-size: 21px; font-weight: 700; letter-spacing: -0.015em; margin: 0 0 10px; }
.legal-block p { font-size: 16px; line-height: 1.75; color: #3B4455; margin: 0; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 13.5px; padding: 18px 0 0; }

/* ---------- Article page ---------- */
.article-page { background: #fff; }
.article-page .wrap { max-width: 760px; padding: 56px 24px 80px; }
.back-link { font-size: 14px; font-weight: 500; }
.article-meta { display: flex; gap: 12px; align-items: center; margin: 26px 0 14px; }
.article-meta .tag { font-size: 11.5px; color: var(--blue); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.article-meta .date { font-size: 13px; color: #9AA4B4; }
.article-page h1 { font-size: 38px; font-weight: 800; letter-spacing: -0.03em; line-height: 1.14; margin: 0 0 20px; }
.article-page .excerpt { font-size: 19px; line-height: 1.6; color: #4A5568; margin: 0 0 30px; }
.article-hero { height: 300px; border-radius: 14px; overflow: hidden; margin-bottom: 36px; }
.article-hero img { width: 100%; height: 100%; object-fit: cover; }
.article-body-block { margin-bottom: 26px; }
.article-body-block h2 { font-size: 24px; font-weight: 700; letter-spacing: -0.02em; margin: 36px 0 12px; }
.article-body-block p { font-size: 17px; line-height: 1.72; color: #364154; margin: 0; }
.article-cta { margin-top: 44px; background: #F1F4F8; border: 1px solid #E1E7EF; border-radius: 14px; padding: 28px; }
.article-cta h3 { font-size: 19px; margin: 0 0 8px; }
.article-cta p { font-size: 15.5px; color: var(--text-2); line-height: 1.6; margin: 0 0 18px; }

/* ---------- Cookie banner ---------- */
.cookie-banner {
  position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 70; background: #fff; border: 1px solid #DDE3EB;
  border-radius: 15px; box-shadow: 0 24px 60px -30px rgba(20,25,34,0.65); padding: 22px 24px; max-width: 940px;
  margin: 0 auto; display: flex; gap: 24px; align-items: center; flex-wrap: wrap;
}
.cookie-banner .txt { flex: 1; min-width: 260px; }
.cookie-banner .title { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 16px; margin-bottom: 6px; }
.cookie-banner p { font-size: 14px; line-height: 1.6; color: var(--text-2); margin: 0; }
.cookie-banner .actions { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-cookie-decline { border: 1px solid var(--border-3); background: #fff; color: #3B4455; border-radius: 9px; padding: 12px 20px; font-size: 14px; cursor: pointer; }
.btn-cookie-accept { border: none; background: var(--ink); color: #fff; border-radius: 9px; padding: 12px 22px; font-size: 14px; font-weight: 600; cursor: pointer; }
.btn-cookie-accept:hover { background: var(--blue); }
.hidden { display: none !important; }

/* ---------- Cart drawer overlay (JS toggled) ---------- */
.cart-overlay { position: fixed; inset: 0; background: rgba(20,25,34,0.5); z-index: 60; }
.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: 420px; max-width: 92vw; background: #fff; z-index: 61;
  display: flex; flex-direction: column; box-shadow: -20px 0 60px -30px rgba(0,0,0,0.6);
}
.cart-drawer-head { padding: 22px 24px; border-bottom: 1px solid var(--border-2); display: flex; justify-content: space-between; align-items: center; }
.cart-drawer-head h2 { font-size: 20px; font-weight: 700; margin: 0; }
.cart-drawer-close { border: none; background: transparent; font-size: 22px; cursor: pointer; color: #6C7789; line-height: 1; }
.cart-drawer-body { flex: 1; overflow-y: auto; padding: 18px 24px; }
.cart-drawer-foot { border-top: 1px solid var(--border-2); padding: 20px 24px 24px; }
.cart-drawer-foot .btn-dark { width: 100%; padding: 15px; border-radius: 10px; }
.cart-drawer-foot .fine { font-size: 12.5px; color: #97A2B3; line-height: 1.55; margin: 12px 0 0; }

/* ---------- Utility ---------- */
.skip-link { position: absolute; left: -9999px; top: 0; background: #fff; padding: 10px 16px; z-index: 100; }
.skip-link:focus { left: 10px; top: 10px; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero .wrap, .split .wrap, .split.rev .wrap { grid-template-columns: 1fr; }
  .hero-photo { order: -1; aspect-ratio: 16/9; }
  .grid-3, .grid-4, .grid-2, .info-box-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .hero h1 { font-size: 38px; }
  .main-nav { display: none; width: 100%; order: 3; flex-direction: column; gap: 2px; }
  .main-nav.open { display: flex; }
  .nav-toggle { display: flex; }
  .site-header .wrap { flex-wrap: wrap; }
}
@media (max-width: 620px) {
  .grid-3, .grid-4, .grid-2, .info-box-grid, .form-row-2 { grid-template-columns: 1fr; }
  .hero h1 { font-size: 32px; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  section.pad, .split, .steps-section, .reviews-section, .cta-band { padding: 48px 0; }
  .cart-drawer { width: 100%; max-width: 100%; }
}
