:root {
  --page-bg: #f2f2f2;
  --ink: #0a0a0a;
  --text: #4a4a4a;
  --muted: #7c7c7c;
  --accent: #ef3124;
  --accent-strong: #e30613;
  --white: #ffffff;
  --line: #e7e7e7;
  --chat-bg: #d9e4ec;
  --user-bubble: #effdde;
  --content-safe-zone: 10px;
  --section-safe-zone: 10px;
  --button-safe-zone: 10px;
  --desktop-content: 1176px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--page-bg);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}
body, button { font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4, p, ol, ul { margin-top: 0; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #7a2cff; outline-offset: 3px; }

.page-section {
  width: 100%;
  padding-inline: max(var(--content-safe-zone), calc((100vw - var(--desktop-content)) / 2));
}
.landing-main { width: 100%; }
.kicker {
  margin: 0;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.section-heading h2 {
  margin: 12px 0 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 52px;
  letter-spacing: -1.75px;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  height: 69px;
  border-bottom: 1px solid rgba(231, 231, 231, .95);
  background: rgba(242, 242, 242, .86);
  backdrop-filter: blur(6px);
}
.header-inner {
  display: flex;
  width: 100%;
  max-width: 1240px;
  height: 68px;
  align-items: center;
  gap: 40px;
  margin: 0 auto;
  padding: 0 32px;
}
.brand { display: inline-flex; min-height: 29px; align-items: center; gap: 6px; text-decoration: none; white-space: nowrap; }
.brand-mark { position: relative; display: block; width: 24px; height: 24px; flex: 0 0 24px; overflow: hidden; border-radius: 50%; }
.brand-mark img { position: absolute; top: 50%; left: 50%; width: 116.667%; height: 116.667%; max-width: none; transform: translate(-50%, -50%); }
.brand span { font-size: 24px; font-weight: 700; line-height: normal; }
.brand small { display: inline-flex; height: 16px; align-items: center; padding: 2px 0 0 6px; border-left: 1px solid #6b7280; color: var(--accent-strong); font-size: 14px; font-weight: 700; line-height: normal; letter-spacing: 0; }
.site-nav { display: flex; flex: 1; align-items: center; justify-content: flex-end; gap: 26px; }
.site-nav a { display: inline-flex; min-height: 32px; align-items: center; color: var(--text); font-size: 12px; font-weight: 550; text-decoration: none; }
.header-button { display: inline-flex; min-height: 36px; align-items: center; justify-content: center; padding: 8px 16px; border-radius: 10px; color: #fff; background: var(--accent); font-size: 14px; font-weight: 750; letter-spacing: -.14px; text-decoration: none; }
.header-button:hover, .button-primary:hover { background: #d92318; }

.button {
  display: inline-flex;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 650;
  line-height: normal;
  letter-spacing: -.36px;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}
.button-primary { color: #fff; background: var(--accent-strong); }
.button-secondary { border-color: #cfcfcf; color: #6b7280; background: transparent; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  grid-template-rows: 679px;
  min-height: 679px;
  gap: 64px;
  margin-top: 32px;
}
.hero-copy { position: relative; height: 679px; }
.hero-copy > .kicker { position: absolute; top: 4px; left: 0; }
.hero-copy h1 {
  position: absolute;
  top: 38px;
  left: 0;
  width: 677px;
  margin: 0;
  font-size: 62px;
  font-weight: 800;
  line-height: 67.98px;
  letter-spacing: -2px;
}
.hero-copy h1 em { color: var(--accent-strong); font-style: normal; }
.hero-description {
  position: absolute;
  top: 258px;
  left: 0;
  width: 560px;
  margin: 0;
  color: #6b7280;
  font-size: 18px;
  line-height: 29px;
}
.hero-benefits {
  position: absolute;
  top: 390px;
  left: 0;
  display: flex;
  width: 584px;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 15px 0 0;
  list-style: none;
}
.hero-benefits li { display: flex; height: 38px; align-items: center; gap: 8px; padding: 8px 15px 8px 10px; border-radius: 999px; background: #fff; font-size: 12px; font-weight: 750; line-height: 20px; white-space: nowrap; }
.hero-benefits li:last-child { flex-basis: auto; }
.hero-benefits span { display: inline-flex; width: 22px; height: 22px; align-items: center; justify-content: center; border-radius: 50%; color: var(--accent); background: #fdecea; }
.hero-actions { position: absolute; top: 505px; left: 0; display: flex; gap: var(--button-safe-zone); }
.hero-note { position: absolute; top: 596px; left: 0; margin: 0; color: var(--muted); font-size: 14px; line-height: 18px; }

.phone {
  position: relative;
  align-self: center;
  justify-self: center;
  width: 340px;
  height: 670px;
  padding: 11px;
  border-radius: 46px;
  background: #0b0b0b;
  box-shadow: 0 2px 4px rgba(0,0,0,.2), 0 34px 70px -30px rgba(0,0,0,.55);
}
.phone-screen { position: relative; display: flex; height: 648px; flex-direction: column; overflow: hidden; border-radius: 36px; background: #fff; }
.dynamic-island { position: absolute; z-index: 4; top: 9px; left: 50%; width: 96px; height: 26px; transform: translateX(-50%); border-radius: 999px; background: #0b0b0b; }
.phone-status { display: flex; height: 42px; flex: 0 0 42px; align-items: center; justify-content: space-between; padding: 12px 22px 6px; }
.phone-status b { font-size: 12px; }
.phone-status span { display: flex; align-items: center; gap: 5px; opacity: .85; }
.phone-status img:first-child { width: 16px; height: 11px; }
.phone-status img:last-child { width: 22px; height: 11px; }
.messenger-header { display: flex; height: 55px; flex: 0 0 55px; align-items: center; gap: 11px; padding: 8px 14px 10px; border-bottom: 1px solid #e4e7ea; }
.messenger-back { color: #3390ec; font-size: 20px; line-height: 20px; }
.messenger-avatar { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--accent); font-size: 14px; font-weight: 800; }
.messenger-header > span:last-child { display: flex; flex-direction: column; }
.messenger-header b { font-size: 16px; line-height: 18px; letter-spacing: -.15px; }
.messenger-header small { color: #8b959d; font-size: 12px; line-height: 17px; }
.phone-chat { position: relative; height: 390px; flex: 0 0 390px; padding: 14px 12px 8px; background-color: var(--chat-bg); background-image: radial-gradient(circle at 18% 22%, rgba(255,255,255,.55) 0 1px, transparent 2px), radial-gradient(circle at 72% 58%, rgba(255,255,255,.4) 0 1px, transparent 2px), radial-gradient(circle at 42% 84%, rgba(255,255,255,.45) 0 1px, transparent 2px); background-size: 34px 34px, 29px 29px, 32px 32px; }
.bubble { position: absolute; padding: 7px 11px; border-radius: 14px; background: #fff; box-shadow: 0 1px .5px rgba(0,0,0,.08); color: var(--ink); font-size: 14px; line-height: 18.9px; }
.bubble time { position: absolute; right: 9px; bottom: 4px; color: #8b959d; font-size: 10.5px; line-height: 14px; }
.bubble-user { right: 12px; border-bottom-right-radius: 5px; background: var(--user-bubble); }
.bubble-user time { color: #62a03e; }
.bubble-agent { left: 12px; border-bottom-left-radius: 5px; }
.bubble.compact { top: 14px; width: 187px; height: 33px; }
.bubble.schedule { top: 55px; width: 257px; height: 146px; }
.bubble.reschedule { top: 209px; width: 235px; height: 33px; }
.bubble.done { top: 250px; width: 247px; height: 90px; }
.quick-prompts { position: relative; height: 104px; flex: 0 0 104px; background: #e7ebee; }
.quick-prompts span { position: absolute; display: inline-flex; min-height: 35px; align-items: center; justify-content: center; padding: 8px 10px; border-radius: 8px; background: #fff; box-shadow: 0 1px .5px rgba(0,0,0,.08); font-size: 12.5px; font-weight: 750; line-height: 18px; white-space: nowrap; }
.quick-prompts .is-active { top: 12px; left: 10px; color: #fff; background: var(--ink); }
.quick-prompts span:nth-child(2) { top: 12px; left: 156px; }
.quick-prompts span:nth-child(3) { top: 57px; left: 10px; }
.quick-prompts span:nth-child(4) { top: 57px; left: 167px; }
.phone-composer { display: flex; height: 57px; flex: 0 0 57px; align-items: center; gap: 10px; padding: 9px 12px; border-top: 1px solid #e4e7ea; }
.phone-composer img { width: 20px; height: 20px; }
.phone-composer span { display: flex; height: 38px; flex: 1; align-items: center; padding: 0 14px; border-radius: 999px; color: #9aa3aa; background: #f1f3f5; font-size: 13px; }

.trust-strip { width: 100%; height: 134px; margin-top: 80px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-strip-inner { display: grid; width: min(var(--desktop-content), 100%); height: 132px; grid-template-columns: repeat(3, 1fr); margin: 0 auto; }
.trust-strip article { padding: 26px 32px 20px; border-left: 1px solid var(--line); }
.trust-strip article:first-child { padding-left: 0; border-left: 0; }
.trust-strip h2 { margin: 0 0 4px; font-size: 16px; line-height: 22px; }
.trust-strip p { max-width: 349px; margin: 0; color: var(--text); font-size: 14px; line-height: 18px; }

.roles { min-height: 1992px; }
.roles-heading { width: 704px; padding-top: 80px; }
.roles-heading h2 { margin-top: 12px; }
.roles-heading > p:last-child { margin: 13px 0 0; color: var(--muted); font-size: 18px; line-height: 29px; }
.role-list { display: grid; gap: 40px; margin-top: 40px; }
.role-card { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 60px; padding: 60px 40px; overflow: hidden; border-radius: 24px; background: #fff; }
.role-assistant { height: 524px; }
.role-secretary { height: 475px; }
.role-designer { height: 539px; grid-template-columns: minmax(0, 1fr) minmax(0, .82fr); gap: 52px; }
.role-chat { position: relative; align-self: center; width: 100%; height: 160px; padding: 14px 12px; border-radius: 12px; background: var(--chat-bg); }
.chat-line { position: relative; width: fit-content; max-width: 100%; min-height: 33px; padding: 7px 46px 7px 11px; border-radius: 14px; background: #fff; box-shadow: 0 1px .5px rgba(0,0,0,.08); font-size: 14px; line-height: 18px; }
.chat-line time { position: absolute; right: 9px; bottom: 4px; color: #8b959d; font-size: 10px; }
.chat-line + .chat-line { margin-top: 8px; }
.chat-line.user { margin-left: auto; border-bottom-right-radius: 5px; background: var(--user-bubble); }
.chat-line.user time { color: #62a03e; }
.chat-line.agent { border-bottom-left-radius: 5px; }
.role-chat .chat-line:first-child { width: 100%; }
.role-copy { min-width: 0; }
.role-number { margin: 0 0 5px; color: var(--accent); font-size: 12px; font-weight: 800; line-height: 18px; }
.role-copy h3 { margin: 0 0 2px; font-size: 30px; line-height: 32px; letter-spacing: -.75px; }
.role-copy h4 { margin: 0; color: #6b7280; font-size: 16px; line-height: 22px; }
.role-copy ul { display: grid; gap: 9px; margin: 16px 0 0; padding: 0; list-style: none; }
.role-copy li { position: relative; padding-left: 18px; color: var(--text); font-size: 14px; line-height: 18px; }
.role-copy li::before, .tariff-card li::before { position: absolute; top: 7px; left: 0; width: 7px; height: 7px; border-radius: 3px; background: var(--accent); content: ""; }
.role-footnote { margin: 16px 0 0; padding-top: 15px; border-top: 1px solid var(--line); color: #8a8f98; font-size: 12px; line-height: 18px; }
.role-secretary .role-chat { align-self: center; }
.secretary-chat { height: 172px; }
.designer-chat { display: flex; width: 565px; max-width: 100%; height: 332.35px; flex-direction: column; gap: 8px; align-self: center; justify-self: start; padding: 14px 12px; border-radius: 18px; }
.designer-chat .chat-line { flex: 0 0 auto; margin-top: 0; padding: 8px 50px 8px 12px; font-size: 13.5px; line-height: 18.9px; }
.designer-chat .chat-line time { right: 11px; bottom: 5px; font-size: 12px; line-height: 16.2px; }
.designer-request, .designer-response { width: 403.7px; max-width: 100%; min-height: 57.08px; }
.designer-chat .designer-request:first-child { width: 403.7px; }
.designer-chat .designer-response { padding-right: 12px; }
.designer-revision { width: 375.33px; max-width: 100%; min-height: 38.19px; }
.chat-file { display: flex; max-width: 100%; min-height: 60px; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 14px; border-bottom-left-radius: 6px; background: #fff; box-shadow: 0 1px .5px rgba(0,0,0,.08); }
.chat-file-pdf { width: 249px; }
.chat-file-pptx { width: 258px; }
.file-icon { display: inline-flex; width: 40px; height: 40px; flex: 0 0 40px; align-items: center; justify-content: center; border-radius: 10px; font-size: 10px; font-weight: 800; line-height: 14.5px; letter-spacing: .2px; }
.file-icon-pdf { color: var(--accent); background: #fdecea; }
.file-icon-pptx { color: #3e6ce0; background: #e8f0fe; }
.file-info { display: flex; min-width: 0; flex-direction: column; gap: 1px; }
.file-info strong { font-size: 13.2px; line-height: 20.3px; white-space: nowrap; }
.file-info small { color: #8b959d; font-size: 11.4px; line-height: 17.4px; white-space: nowrap; }

.extras { display: grid; height: 269px; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 2px; }
.extras article { padding: 40px; border-radius: 24px; background: #fff; }
.extras h2 { margin: 0 0 14px; font-size: 24px; line-height: 30px; letter-spacing: -.6px; }
.extras p { margin: 0; color: var(--text); font-size: 14px; line-height: 22px; }
.extras small { display: block; margin-top: 21px; color: #969696; font-size: 12px; line-height: 18px; }

.comparison { height: 441px; margin-top: 72px; }
.comparison-table-wrap { margin-top: 48px; overflow: hidden; border-radius: 24px; background: #fff; }
.comparison table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.comparison th, .comparison td { height: 60px; padding: 0 40px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.comparison th { font-size: 16px; }
.comparison th:last-child { border-radius: 0 24px 0 0; color: #fff; background: var(--ink); }
.comparison td { color: var(--muted); font-size: 14px; line-height: 21px; }
.comparison td:first-child { color: var(--text); font-size: 16px; font-style: italic; }
.comparison td:last-child { color: var(--ink); font-weight: 750; }
.comparison tbody tr:last-child td { border-bottom: 0; }

.setup { height: 495px; margin-top: 64px; }
.setup .section-heading h2 { margin-top: 12px; }
.setup-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 48px; }
.setup-step { height: 180px; padding: 27px 26px; border-radius: 24px; background: #fff; }
.setup-step span { color: var(--accent); font-size: 12px; font-weight: 800; line-height: 18px; letter-spacing: 2px; }
.setup-step h3 { margin: 12px 0 4px; font-size: 20px; line-height: 22px; letter-spacing: -.45px; }
.setup-step p { margin: 0; color: var(--text); font-size: 14px; line-height: 18px; }

.control { height: 698px; margin-top: -11px; }
.control-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 48px; }
.control-list, .activity-card { height: 432px; overflow: hidden; border-radius: 24px; }
.control-list { background: #fff; }
.control-list article { height: 108px; padding: 24px 40px; border-bottom: 1px solid var(--line); }
.control-list article:last-child { border-bottom: 0; }
.control-list h3 { margin: 0 0 4px; font-size: 16px; line-height: 22px; }
.control-list p { margin: 0; color: var(--text); font-size: 14px; line-height: 18px; }
.activity-card { padding: 34px 40px; color: #fff; background: var(--ink); }
.activity-card h3 { margin: 0; font-size: 24px; line-height: 31px; }
.activity-card > p { margin: 4px 0 20px; color: #7c7c7c; font-size: 13px; }
.activity-card ul { display: grid; gap: 6px; margin: 0; padding: 0; list-style: none; }
.activity-card li { display: grid; height: 42px; grid-template-columns: 45px 1fr auto; align-items: center; gap: 8px; padding: 0 12px; border-radius: 8px; background: #161616; font-size: 13px; }
.activity-card time { color: #777; }
.activity-card em { color: #39bd7b; font-size: 11px; font-style: normal; font-weight: 700; }
.activity-card em.waiting { color: #d9aa38; }

.pricing { height: 577px; }
.pricing .section-heading { padding-top: 4px; }
.tariff-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 48px; }
.tariff-card { position: relative; height: 363px; padding: 27px 26px; border-radius: 24px; background: #fff; }
.tariff-card h3 { margin: 0; font-size: 22px; line-height: 25px; letter-spacing: -.66px; }
.price { display: flex; align-items: baseline; gap: 8px; margin: 12px 0 0; line-height: 40px; white-space: nowrap; }
.price b { font-size: 40px; letter-spacing: -1.6px; }
.price span { font-size: 20px; font-weight: 800; letter-spacing: -1px; }
.tariff-note { margin: 3px 0 0; color: var(--muted); font-size: 14px; line-height: 18px; }
.tariff-card ul { display: grid; gap: 9px; margin: 18px 0 0; padding: 0; list-style: none; }
.tariff-card li { position: relative; padding-left: 15px; font-size: 14px; line-height: 18px; }
.tariff-button { position: absolute; right: 26px; bottom: 28px; left: 26px; min-height: 51px; padding: 12px 16px; border-color: #cfcfcf; border-radius: 12px; }
.tariff-featured { color: #fff; background: var(--ink); }
.tariff-featured .tariff-note { color: #b5b5b5; }
.tariff-featured li::before { background: #fff; }
.tariff-featured .tariff-button { color: var(--ink); background: #fff; }

.faq { height: 651px; }
.faq .section-heading { padding-top: 4px; }
.faq-list { margin-top: 48px; overflow: hidden; border-radius: 24px; background: #fff; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:last-child { border-bottom: 0; }
.faq summary { position: relative; display: flex; min-height: 66px; align-items: center; padding: 20px 72px 20px 40px; cursor: pointer; font-size: 16px; font-weight: 800; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { position: absolute; top: 23px; right: 42px; width: 12px; height: 12px; transform: rotate(45deg); border-right: 2px solid #7c7c7c; border-bottom: 2px solid #7c7c7c; content: ""; }
.faq details[open] summary::after { top: 29px; transform: rotate(225deg); }
.faq details p { max-width: 1100px; margin: -4px 0 0; padding: 0 40px 24px; color: var(--text); font-size: 14px; line-height: 22px; }

.final-cta { width: min(var(--desktop-content), calc(100% - 20px)); height: 481px; margin: 21px auto 0; padding: 71px 40px 0; border-radius: 24px; color: #fff; background: var(--accent); }
.final-cta h2 { margin: 0; font-size: 48px; line-height: 52px; letter-spacing: -2px; }
.final-cta p { margin: 14px 0 0; color: #ffd9d5; font-size: 18px; line-height: 28px; }
.final-cta p + p { margin-top: 0; }
.final-button { margin-top: 17px; color: var(--accent-strong); background: #fff; }

.site-footer { display: grid; position: relative; height: 269px; grid-template-columns: 1fr 143px 173px 207px; gap: 0; margin-top: 123px; padding-top: 0; }
.footer-brand { padding-top: 0; }
.footer-brand .brand { margin-top: 0; }
.footer-brand p { margin: 0; color: var(--muted); font-size: 12px; line-height: 18px; }
.footer-column { display: flex; flex-direction: column; gap: 8px; }
.footer-column strong { margin-bottom: 4px; font-size: 12px; line-height: 18px; letter-spacing: .96px; }
.footer-column a { min-height: 24px; color: var(--text); font-size: 14px; line-height: 21px; text-decoration: none; }
.footer-disclaimer { position: absolute; top: 141px; left: max(var(--content-safe-zone), calc((100vw - var(--desktop-content)) / 2)); margin: 0; color: var(--muted); font-size: 12px; line-height: 18px; }
.copyright { position: absolute; top: 193px; left: max(var(--content-safe-zone), calc((100vw - var(--desktop-content)) / 2)); right: max(var(--content-safe-zone), calc((100vw - var(--desktop-content)) / 2)); margin: 0; color: var(--muted); font-size: 12px; line-height: 18px; }

.cookie-banner { position: fixed; z-index: 100; right: max(16px, calc((100vw - var(--desktop-content)) / 2)); bottom: 16px; left: max(16px, calc((100vw - var(--desktop-content)) / 2)); display: flex; align-items: center; gap: 24px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 16px 50px rgba(0,0,0,.16); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { flex: 1; margin: 0; color: var(--text); }
.cookie-actions { display: flex; gap: var(--button-safe-zone); }
.cookie-actions button { min-height: 40px; padding: 8px 16px; border: 1px solid #cfcfcf; border-radius: 10px; background: #fff; font-weight: 700; cursor: pointer; }
.cookie-actions button:last-child { border-color: var(--accent); color: #fff; background: var(--accent); }

.stub { min-height: 100vh; padding: 32px max(20px, calc((100vw - 900px) / 2)); background: var(--page-bg); }
.stub-brand .brand { font-size: 22px; font-weight: 800; }
.stub-content { max-width: 780px; margin: 16vh auto 0; padding: 48px; border-radius: 24px; background: #fff; text-align: center; }
.stub-content h1 { margin: 0 0 28px; font-size: 42px; line-height: 1.12; }
.stub-content .cta { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; padding: 14px 28px; border-radius: 10px; color: #fff; background: var(--accent); font-size: 18px; font-weight: 700; text-decoration: none; }

@media (max-width: 1199px) {
  .page-section { padding-inline: max(var(--content-safe-zone), 20px); }
  .site-header { height: 64px; }
  .header-inner { height: 63px; padding: 0 20px; }
  .site-nav { display: none; }
  .header-button { margin-left: auto; }
  .hero { display: flex; min-height: 0; flex-direction: column; gap: 40px; margin-top: 0; padding-top: 42px; padding-bottom: 40px; }
  .hero-copy { display: flex; height: auto; flex-direction: column; }
  .hero-copy > .kicker, .hero-copy h1, .hero-description, .hero-benefits, .hero-actions, .hero-note { position: static; width: auto; }
  .hero-copy h1 { margin-top: 14px; font-size: clamp(40px, 10vw, 56px); line-height: 1.02; }
  .hero-description { margin-top: 22px; font-size: 17px; line-height: 1.55; }
  .hero-description br { display: none; }
  .hero-benefits { gap: 8px; margin-top: 22px; padding-top: 0; }
  .hero-actions { flex-wrap: wrap; margin-top: 26px; }
  .hero-actions .button { flex: 1 1 240px; }
  .hero-note { margin-top: 18px; }
  .phone { transform-origin: top center; }
  .trust-strip { height: auto; margin-top: 0; }
  .trust-strip-inner { display: grid; width: 100%; height: auto; grid-template-columns: 1fr; padding: 0 20px; }
  .trust-strip article, .trust-strip article:first-child { padding: 22px 0; border-top: 1px solid var(--line); border-left: 0; }
  .trust-strip article:first-child { border-top: 0; }
  .roles { min-height: 0; padding-top: 64px; }
  .roles-heading { width: auto; padding-top: 0; }
  .section-heading h2 { font-size: 40px; line-height: 43px; }
  .roles-heading > p:last-child { font-size: 16px; line-height: 24px; }
  .roles-heading br { display: none; }
  .role-card { display: flex; height: auto; flex-direction: column; gap: 28px; padding: 28px 22px; }
  .role-secretary .role-copy { order: 2; }
  .role-secretary .role-chat { order: 1; }
  .role-chat { overflow: hidden; }
  .designer-chat { height: auto; min-height: 332px; }
  .role-copy h3 { font-size: 27px; }
  .extras { height: auto; grid-template-columns: 1fr; gap: 14px; margin-top: 40px; }
  .extras article { padding: 28px 22px; }
  .comparison, .setup, .control, .pricing, .faq { height: auto; margin-top: 64px; }
  .comparison-table-wrap { overflow-x: auto; border-radius: 16px; }
  .comparison table { min-width: 760px; }
  .setup-grid, .tariff-grid { grid-template-columns: 1fr; }
  .setup-step, .tariff-card { height: auto; min-height: 210px; }
  .control-grid { grid-template-columns: 1fr; }
  .control-list, .activity-card { height: auto; }
  .control-list article { height: auto; min-height: 108px; }
  .activity-card { padding: 28px 20px; }
  .activity-card li { grid-template-columns: 40px 1fr; height: auto; min-height: 44px; padding: 8px 10px; }
  .activity-card em { grid-column: 2; }
  .tariff-card { padding-bottom: 96px; }
  .faq-list { margin-bottom: 64px; }
  .faq summary { padding-right: 56px; padding-left: 22px; }
  .faq summary::after { right: 24px; }
  .faq details p { padding-right: 22px; padding-left: 22px; }
  .final-cta { width: calc(100% - 40px); height: auto; margin: 20px auto 0; padding: 44px 28px; border-radius: 20px; }
  .final-cta h2 { font-size: 40px; line-height: 43px; }
  .final-cta br { display: none; }
  .site-footer { display: grid; height: auto; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 72px; padding-top: 0; padding-bottom: 160px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-disclaimer, .copyright { position: static; grid-column: 1 / -1; }
  .cookie-banner { flex-direction: column; align-items: stretch; }
  .cookie-actions button { flex: 1; }
}

@media (min-width: 1200px) {
  .site-nav { display: flex; }
}

@media (max-width: 480px) {
  .header-inner { gap: 12px; }
  .brand { min-height: 24px; gap: 4px; }
  .brand-mark { width: 20px; height: 20px; flex-basis: 20px; }
  .brand span { font-size: 18px; line-height: 24px; }
  .brand small { height: 14px; padding-left: 4px; font-size: 9px; line-height: 12px; letter-spacing: .2px; }
  .header-button { padding-inline: 12px; font-size: 12px; }
}

@media (max-width: 430px) {
  .phone { width: 340px; max-width: 100%; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { flex-basis: auto; }
  .chat-line { font-size: 12px; }
  .role-chat { height: 180px; }
  .designer-chat { height: auto; min-height: 332px; }
  .designer-chat .chat-line { padding-right: 44px; font-size: 12px; }
  .chat-file { width: 100%; }
  .file-info strong, .file-info small { white-space: normal; overflow-wrap: anywhere; }
  .activity-card h3 { font-size: 21px; }
  .price b { font-size: 34px; }
  .price span { font-size: 16px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand, .footer-disclaimer, .copyright { grid-column: 1; }
}

@media (max-width: 350px) {
  .header-inner { gap: 8px; padding-inline: 10px; }
  .header-button { padding-inline: 8px; font-size: 11px; }
}

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