:root {
  --blue: #0864ed;
  --blue-dark: #0758d0;
  --ink: #101010;
  --muted: #646464;
  --coral: #ff5f51;
  --aqua: #08b9b1;
  --paper: #fcfaf6;
  --line: #dedbd5;
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 16px 35px rgba(38, 30, 21, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.5; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header {
  width: 100%; height: 78px; margin: 0; padding: 0 max(32px, calc((100% - 1370px) / 2));
  display: flex; align-items: center; gap: clamp(12px, 1.8vw, 28px);
  position: sticky; top: 0; z-index: 100;
  border-bottom: 1px solid rgba(16,16,16,.08);
  background: rgba(252,250,246,.92); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 5px 18px rgba(30,25,18,.045);
}
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 27px; font-weight: 700; letter-spacing: -.04em; }
.brand img { width: 39px; height: 39px; object-fit: contain; }
.main-nav { min-width: 0; display: flex; gap: clamp(18px, 2.8vw, 48px); margin: 0 auto; }
.main-nav a, .login-link { font-size: 15px; font-weight: 500; transition: color .2s; }
.main-nav a:hover, .login-link:hover { color: var(--blue); }
.header-actions { flex: 0 0 auto; display: flex; align-items: center; gap: 22px; }
.language-picker { position: relative; z-index: 1; flex: 0 0 132px; width: 132px; display: inline-flex; align-items: center; }
.language-picker select {
  appearance: none; width: 100%; min-width: 0; height: 40px; padding: 9px 31px 9px 13px;
  border: 1px solid rgba(8,30,56,.16); border-radius: 999px;
  color: var(--navy); background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%23081e38' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 10px center;
  box-shadow: 0 3px 12px rgba(8,30,56,.07); overflow: hidden; text-overflow: ellipsis;
  font: 600 12px/1.2 var(--sans); cursor: pointer;
}
.language-picker select:focus-visible { outline: 3px solid rgba(8,100,237,.18); border-color: var(--blue); }
.menu-toggle { display: none; padding: 8px; border: 0; background: none; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.button { min-height: 52px; padding: 0 25px; border: 1px solid transparent; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; font-weight: 600; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 8px 20px rgba(8,100,237,.2); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 10px 25px rgba(8,100,237,.28); }
.button-outline { border-color: #373737; background: rgba(255,255,255,.3); color: var(--blue); }
.button-small { min-height: 48px; padding-inline: 27px; }
.play { width: 20px; height: 20px; border: 1.5px solid var(--blue); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 8px; }

.hero { width: 100%; max-width: none; min-height: calc(100svh - 78px); margin: 0 auto; display: grid; grid-template-columns: minmax(520px, 45%) 1fr; overflow: hidden; }
.hero-copy { padding: clamp(70px, 12vh, 140px) 44px 60px max(66px, calc((100vw - 1440px) / 2 + 66px)); position: relative; z-index: 2; background: linear-gradient(90deg, var(--paper) 82%, transparent); }
.hero h1 { max-width: 610px; margin: 0; font-family: var(--serif); font-size: clamp(48px, 4.2vw, 67px); font-weight: 400; line-height: 1.19; letter-spacing: -.025em; }
.hero-copy > p { max-width: 515px; margin: 36px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 39px; }
.hero-benefits { display: grid; grid-template-columns: repeat(3, minmax(135px, 1fr)); max-width: 535px; margin-top: 58px; }
.hero-benefits > div { min-height: 74px; padding: 8px 13px; display: grid; grid-template-columns: 31px auto; grid-template-rows: 28px 18px; align-items: center; border: 1px solid var(--line); border-radius: 7px; background: rgba(255,255,255,.35); }
.hero-benefits > div + div { margin-left: 8px; }
.hero-benefits strong { font-size: 15px; line-height: 1; }
.hero-benefits small { grid-column: 2; color: #777; font-size: 9px; white-space: nowrap; }
.benefit-icon { grid-row: 1 / 3; width: 24px; height: 24px; display: inline-grid; place-items: center; color: var(--blue); }
.tag-icon { background: var(--blue); border-radius: 3px 7px 7px 3px; transform: rotate(45deg) scale(.68); }
.tag-icon::after { content: ""; width: 5px; height: 5px; border-radius: 50%; background: white; transform: translate(-5px,-5px); }
.card-icon { border: 2px solid var(--blue); border-radius: 3px; }
.card-icon::before { content: ""; width: 100%; height: 4px; border-top: 2px solid var(--blue); }
.eu-icon { border: 2px dotted var(--blue); border-radius: 50%; font-size: 11px; }

.hero-visual { position: relative; min-width: 0; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.hero-visual::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 90px; z-index: 1; background: linear-gradient(90deg, var(--paper), transparent); }
.callback-widget, .queue-card, .notification-card { background: rgba(255,255,255,.96); border: 1px solid rgba(20,20,20,.09); box-shadow: var(--shadow); }
.callback-widget { width: 315px; padding: 26px 26px 22px; border-radius: 13px; }
.hero-visual > .callback-widget { position: absolute; z-index: 3; top: 105px; right: 42px; }
.callback-widget h2, .callback-widget h3 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: 25px; line-height: 1.05; }
.callback-widget > p { margin: 9px 0 14px; color: #686868; font-size: 12px; line-height: 1.4; }
.phone-field { height: 43px; padding: 0 11px; display: flex; align-items: center; gap: 10px; border: 1px solid #ddd; border-radius: 5px; color: #555; font-size: 12px; }
.time-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 10px; }
.time-grid button, .other-time { min-height: 40px; border: 1px solid #dedede; border-radius: 4px; background: #fff; color: #555; font-size: 11px; cursor: pointer; }
.time-grid button:hover, .time-grid .selected { border-color: var(--blue); background: var(--blue); color: #fff; }
.other-time { width: 100%; margin-top: 9px; padding: 0 10px; display: flex; justify-content: space-between; align-items: center; color: var(--blue); }
.widget-submit { width: 100%; min-height: 48px; margin-top: 20px; border: 0; border-radius: 5px; background: var(--blue); color: #fff; font-weight: 600; cursor: pointer; }
.widget-submit:hover { background: var(--blue-dark); }
.optional-time-link { width: 100%; margin-top: 11px; padding: 5px 2px 0; display: flex; align-items: center; justify-content: center; gap: 8px; border: 0; background: transparent; color: var(--blue); font-size: 10px; cursor: pointer; }
.queue-card { width: 315px; padding: 22px 25px 17px; border-radius: 13px; }
.hero-visual > .queue-card { position: absolute; z-index: 3; top: 410px; right: 42px; }
.queue-card header { display: flex; justify-content: space-between; align-items: center; }
.queue-card h2, .queue-card h3 { margin: 0; font-family: var(--serif); font-size: 17px; font-weight: 400; }
.queue-card header > span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--aqua); color: #fff; font-size: 12px; font-weight: 700; }
.queue-card ul { margin: 12px 0 6px; padding: 0; list-style: none; }
.queue-card li { min-height: 54px; padding: 9px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e5e5e5; color: #454545; font-size: 10px; }
.queue-card li strong { display: block; font-weight: 500; }
.queue-card li em { color: var(--aqua); font-size: 9px; font-style: normal; }
.queue-card > a { padding-top: 8px; display: flex; justify-content: space-between; color: var(--blue); font-size: 11px; }
.notification-card { position: absolute; z-index: 4; left: 18px; bottom: 70px; width: 310px; min-height: 101px; padding: 16px; border-radius: 13px; display: flex; align-items: center; gap: 11px; }
.notification-card img { width: 36px; height: 36px; }
.notification-card div { display: flex; flex-direction: column; font-size: 12px; }
.notification-card small { color: #666; font-size: 10px; }
.notification-card strong { margin: 5px 0 2px; font-size: 14px; }
.notification-card span { color: #6c6c6c; }

.how-it-works { max-width: 1370px; margin: 0 auto; padding: 0 26px 30px; }
.statement-card { min-height: 205px; margin-top: -1px; padding: 35px 10%; display: flex; align-items: center; justify-content: center; gap: 55px; border: 1px solid #ece8e1; border-radius: 18px; background: #fff; box-shadow: 0 12px 35px rgba(42,32,20,.05); }
.statement-card h2 { position: relative; margin: 0; font-family: var(--serif); font-size: clamp(35px, 3.5vw, 55px); font-weight: 400; line-height: 1.12; }
.statement-card h2::after { content: ""; position: absolute; left: 42%; bottom: -17px; width: 175px; height: 10px; border-top: 6px solid var(--coral); border-radius: 50%; transform: rotate(-5deg); }
.statement-icon { width: 120px; flex: 0 0 120px; overflow: visible; fill: none; stroke: var(--blue); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.statement-icon circle { fill: var(--blue); }
.statement-icon .check { stroke: white; }
.steps { padding-top: 34px; }
.step { min-height: 360px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; position: relative; }
.step > * { min-width: 0; }
.demo-surface { min-height: 345px; display: grid; place-items: center; border: 1px solid #e6e2dc; border-radius: 13px; background: radial-gradient(circle at 50% 20%, #fff, #f8f5ef); }
.callback-widget.compact { width: 300px; padding: 19px 20px 16px; transform: scale(.88); }
.callback-widget.compact h3 { font-size: 20px; }
.callback-widget.compact .widget-submit { min-height: 40px; margin-top: 11px; }
.minimal-widget { padding-block: 26px !important; }
.widget-kicker { display: inline-block; margin-bottom: 7px; color: var(--blue); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.step-copy { max-width: 430px; padding: 20px 55px; }
.step-number { color: var(--coral); font-family: var(--serif); font-size: 40px; }
.step-copy h3 { margin: 4px 0 10px; font-family: var(--serif); font-size: 34px; font-weight: 400; line-height: 1.1; }
.step-copy p { max-width: 355px; margin: 0; color: #686868; font-size: 15px; line-height: 1.65; }
.step-one .step-copy, .step-three .step-copy { justify-self: start; }
.step-two .step-copy { justify-self: end; }
.queue-card.inline { width: 390px; padding: 26px 30px 20px; }
.queue-card.inline h3 { font-size: 20px; }
.step-three { margin-top: 10px; }
.flow-arrow { position: absolute; z-index: 2; width: 90px; height: 65px; fill: none; stroke: var(--coral); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.arrow-one { left: 47%; bottom: -18px; }
.arrow-two { left: 45%; bottom: -25px; transform: rotate(8deg); }
.phone-feature { position: relative; height: 350px; overflow: hidden; border-radius: 14px; }
.phone-feature > img { width: 100%; height: 100%; object-fit: cover; }
.notification-photo { box-shadow: 0 15px 35px rgba(42,32,20,.12); }
.google-play-badge { width: 190px; margin-top: 20px; display: block; line-height: 0; }
.google-play-badge img { width: 100%; height: auto; }
.speed-surface { min-height: 350px; padding: 45px; display: flex; flex-direction: column; justify-content: center; border: 1px solid #dfe6f1; border-radius: 14px; background: radial-gradient(circle at 80% 10%, #fff 0, transparent 33%), linear-gradient(145deg, #edf4ff, #fff); }
.speed-score { display: grid; grid-template-columns: auto 1fr; align-items: end; }
.speed-score small { grid-column: 1 / 3; margin-bottom: 4px; color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.speed-score strong { font-family: var(--serif); font-size: 72px; font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.speed-score span { margin: 0 0 9px 10px; color: #66758a; font-size: 13px; }
.contact-result { max-width: 310px; margin-top: 30px; padding: 15px 17px; display: flex; align-items: center; gap: 13px; border: 1px solid #dce4ef; border-radius: 10px; background: #fff; box-shadow: 0 10px 25px rgba(22,53,90,.08); }
.contact-result > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: #16b979; color: #fff; font-weight: 700; }
.contact-result div { display: flex; flex-direction: column; }
.contact-result small { color: #6e7784; font-size: 9px; }
.contact-result strong { font-size: 14px; }
.speed-surface > p { max-width: 390px; margin: 22px 0 0; color: #697687; font-size: 12px; }

.integrations { max-width: 1370px; min-height: 144px; margin: 4px auto 25px; padding: 20px 35px; display: grid; grid-template-columns: 220px 1fr; grid-template-rows: 76px 27px; align-items: center; border: 1px solid #d8dde6; border-radius: 14px; background: #f1f5fd; }
.integrations h2 { grid-row: 1 / 3; margin: 0; padding-right: 30px; border-right: 1px solid #cdd3df; font-family: var(--serif); font-size: 25px; font-weight: 400; line-height: 1.3; }
.integration-logos { padding-left: 48px; display: flex; align-items: center; justify-content: space-around; gap: 30px; }
.integration-logos > span { min-width: 95px; display: flex; align-items: center; justify-content: center; gap: 9px; white-space: nowrap; font-weight: 700; font-size: 15px; }
.integration-logos img { width: 30px; height: 30px; object-fit: contain; }
.integrations > a { justify-self: center; color: var(--blue); font-size: 12px; }

.testimonial { max-width: 1370px; min-height: 233px; margin: 0 auto 24px; display: grid; grid-template-columns: 47% 53%; overflow: hidden; border: 1px solid #dfdcd6; border-radius: 14px; background: #fff; box-shadow: 0 8px 20px rgba(25,20,15,.07); }
.testimonial > img { width: 100%; height: 100%; min-height: 233px; object-fit: cover; object-position: center 38%; }
.testimonial blockquote { position: relative; margin: 0; padding: 28px 45px 25px 85px; }
.quote-mark { position: absolute; left: 32px; top: 20px; color: var(--coral); font-family: var(--serif); font-size: 55px; line-height: 1; }
.testimonial blockquote p { margin: 0 0 10px; font-family: var(--serif); font-size: 28px; line-height: 1.08; }
.testimonial blockquote small { display: block; max-width: 510px; color: #666; font-size: 12px; line-height: 1.55; }
.testimonial blockquote a { display: inline-block; margin-top: 18px; color: var(--blue); font-size: 11px; }

.trust-strip { max-width: 1270px; min-height: 94px; margin: 0 auto 18px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-strip > div { padding: 0 30px; display: flex; align-items: center; gap: 18px; }
.trust-strip > div + div { border-left: 1px solid #e0ddd7; }
.trust-icon { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; color: var(--blue); font-size: 27px; }
.trust-icon.ring { border: 4px dotted var(--blue); border-radius: 50%; font-size: 0; }
.shield { border: 2px solid var(--blue); border-radius: 45% 45% 50% 50%; }
.heart { font-size: 46px; }
.headset { border: 4px solid var(--blue); border-bottom-color: transparent; border-radius: 50%; }
.trust-strip p { margin: 0; display: flex; flex-direction: column; }
.trust-strip strong { font-family: var(--serif); font-size: 15px; font-weight: 400; }
.trust-strip small { max-width: 145px; margin-top: 5px; color: #777; font-size: 9px; }

/* ---------- Rozszerzone sekcje produktowe ---------- */
.extended-section { max-width: 1370px; margin: 0 auto; padding: 105px 38px; }
.section-heading { max-width: 760px; margin: 0 auto 55px; text-align: center; }
.section-kicker { display: inline-block; margin-bottom: 14px; color: var(--coral); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.section-heading h2, .install-copy h2, .app-copy h2, .account-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 4.4vw, 64px); font-weight: 400; line-height: 1.05; letter-spacing: -.02em; }
.section-heading > p { max-width: 630px; margin: 20px auto 0; color: var(--muted); font-size: 17px; line-height: 1.7; }

.audience-section { border-top: 1px solid #e7e3dc; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.audience-grid article { min-height: 300px; padding: 34px 32px; border: 1px solid #e0ddd7; border-radius: 14px; background: #fff; transition: transform .2s, box-shadow .2s; }
.audience-grid article:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.audience-grid article > span { color: var(--coral); font-family: var(--serif); font-size: 30px; }
.audience-grid h3 { margin: 42px 0 15px; font-family: var(--serif); font-size: 29px; font-weight: 400; }
.audience-grid p { margin: 0; color: var(--muted); line-height: 1.65; }
.audience-grid small { display: block; margin-top: 26px; color: var(--blue); font-size: 11px; font-weight: 600; }

.install-section { min-height: 620px; padding-block: 95px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; border-radius: 18px; background: #111821; color: #fff; }
.install-copy { padding-left: 28px; }
.install-copy > p { max-width: 540px; margin: 25px 0; color: #aeb7c3; font-size: 16px; line-height: 1.7; }
.install-copy code { color: #fff; }
.install-copy ul { margin: 24px 0 32px; padding: 0; list-style: none; color: #dae1e8; }
.install-copy li { margin: 12px 0; }
.install-copy li span { width: 23px; height: 23px; margin-right: 10px; display: inline-grid; place-items: center; border-radius: 50%; background: rgba(8,100,237,.25); color: #6ba8ff; }
.text-link { color: #72aaff; font-size: 14px; font-weight: 600; }
.code-demo { position: relative; padding: 20px 20px 55px 0; }
.code-window { position: relative; overflow: hidden; border: 1px solid #34404c; border-radius: 14px; background: #0b1016; box-shadow: 0 35px 70px rgba(0,0,0,.34); }
.code-window header { height: 48px; padding: 0 18px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid #29323c; background: #151c24; }
.code-window header span { width: 9px; height: 9px; border-radius: 50%; background: #ff655b; }
.code-window header span:nth-child(2) { background: #ffc04d; }
.code-window header span:nth-child(3) { background: #43cc6b; }
.code-window header small { margin-left: 10px; color: #8d98a5; }
.code-window pre { min-height: 245px; margin: 0; padding: 35px 28px; overflow-x: auto; color: #d7dee8; font: 14px/1.8 Consolas, monospace; }
.code-window code b { color: #ff7894; font-weight: 400; }
.code-window code i { color: #78d8ca; font-style: normal; }
.code-window code q { color: #a8c7ff; }
.copy-code { position: absolute; right: 18px; bottom: 18px; padding: 9px 15px; border: 1px solid #3a4652; border-radius: 6px; background: #18222d; color: #dce5ef; cursor: pointer; }
.copy-code:hover { border-color: #6ba8ff; }
.install-note { position: absolute; left: 35px; right: -10px; bottom: 4px; min-height: 75px; padding: 15px 20px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; background: rgba(255,255,255,.96); color: var(--ink); box-shadow: var(--shadow); }
.install-note span { color: var(--muted); font-size: 12px; }

.all-integrations { padding-bottom: 115px; }
.inline-heading { max-width: none; display: grid; grid-template-columns: 1fr 1fr; align-items: end; text-align: left; }
.inline-heading h2 { font-size: clamp(40px, 3.7vw, 55px); }
.inline-heading > p { margin: 0; justify-self: end; }
.platform-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; }
.platform-grid > a { position: relative; min-height: 205px; padding: 24px 20px; display: flex; flex-direction: column; border: 1px solid #dfdcd6; border-radius: 12px; background: #fff; transition: transform .2s, border-color .2s, box-shadow .2s; }
.platform-grid > a:hover { transform: translateY(-4px); border-color: #9bc1fb; box-shadow: 0 15px 30px rgba(30,55,90,.1); }
.platform-logo { width: 52px; height: 52px; margin-bottom: 24px; object-fit: contain; object-position: left center; }
.platform-logo-wide { width: 76px; }
.platform-grid span { font-family: var(--serif); font-size: 19px; }
.platform-grid small { margin-top: 4px; color: #777; }
.platform-grid em { position: absolute; right: 15px; top: 15px; padding: 4px 8px; border-radius: 20px; background: #edf4ff; color: var(--blue); font-size: 8px; font-style: normal; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }

.app-section { min-height: 670px; padding-block: 80px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; overflow: hidden; border-radius: 18px; background: #eef4ff; }
.app-phones { position: relative; height: 555px; }
.app-phones img { position: absolute; top: 0; width: 265px; border: 9px solid #132234; border-radius: 35px; box-shadow: 0 30px 65px rgba(24,52,83,.25); }
.phone-back { left: 70px; transform: rotate(-8deg) translateY(35px); }
.phone-front { left: 245px; z-index: 2; transform: rotate(5deg); }
.app-copy { padding: 20px 50px; }
.app-copy > p { max-width: 540px; margin: 25px 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.app-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 30px 0; }
.app-facts div { padding-left: 14px; border-left: 2px solid var(--blue); display: flex; flex-direction: column; }
.app-facts strong { font-size: 13px; }
.app-facts small { margin-top: 4px; color: #777; font-size: 10px; }

.account-section { position: relative; min-height: 760px; margin-top: 105px; padding: 85px 8%; display: grid; grid-template-columns: 1fr 480px; align-items: center; gap: 90px; overflow: hidden; border: 0; border-radius: 22px; background: linear-gradient(135deg, #0758d0 0%, #0864ed 58%, #4089f6 100%); color: #fff; box-shadow: 0 30px 70px rgba(8,100,237,.22); }
.account-section::before, .account-section::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; pointer-events: none; }
.account-section::before { width: 520px; height: 520px; left: -210px; bottom: -300px; }
.account-section::after { width: 360px; height: 360px; right: 300px; top: -230px; }
.account-copy, .auth-card { position: relative; z-index: 1; }
.account-copy .section-kicker { color: #bcd5ff; }
.account-badge { display: table; margin-bottom: 28px; padding: 9px 15px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; background: rgba(255,255,255,.12); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.account-copy > p { max-width: 525px; margin: 25px 0; color: #d9e8ff; font-size: 17px; line-height: 1.7; }
.account-points { display: flex; flex-direction: column; gap: 11px; color: #eef5ff; font-size: 14px; }
.account-points span::before { content: "✓"; margin-right: 10px; color: #fff; font-weight: 700; }
.auth-card { padding: 34px; border: 1px solid rgba(255,255,255,.55); border-radius: 16px; background: #fff; color: var(--ink); box-shadow: 0 30px 70px rgba(0,30,90,.3); }
.auth-tabs { margin-bottom: 25px; padding: 5px; display: grid; grid-template-columns: 1fr 1fr; border-radius: 8px; background: #f4f3f0; }
.auth-tabs button { padding: 12px; border: 0; border-radius: 6px; background: transparent; color: #777; cursor: pointer; font-weight: 600; }
.auth-tabs button.active { background: #fff; color: var(--ink); box-shadow: 0 3px 12px rgba(0,0,0,.08); }
.auth-card form > label:not(.consent) { display: block; margin-bottom: 15px; color: #333; font-size: 12px; font-weight: 600; }
.auth-card input[type="email"], .auth-card input[type="password"] { width: 100%; height: 48px; margin-top: 6px; padding: 0 13px; border: 1px solid #d9d7d2; border-radius: 6px; background: #fdfdfc; font: 14px var(--sans); }
.auth-card input:focus { outline: 2px solid rgba(8,100,237,.2); border-color: var(--blue); }
.consent { margin: 17px 0; display: flex; align-items: flex-start; gap: 9px; color: #666; font-size: 11px; }
.consent input { margin-top: 3px; }
.consent a { color: var(--blue); }
.auth-card .button { width: 100%; }
.google-auth-button { min-height: 44px; display: flex; justify-content: center; overflow: hidden; }
.google-auth-button > div { width: 100% !important; }
.google-auth-button iframe { width: 100% !important; }
.auth-separator { display: flex; align-items: center; gap: 12px; margin: 17px 0; color: #8b9199; font-size: 11px; text-transform: uppercase; }
.auth-separator::before, .auth-separator::after { content: ""; height: 1px; flex: 1; background: #e1e4e8; }
.form-status { min-height: 20px; margin-top: 12px; font-size: 12px; }
.form-status.ok { color: #178854; }
.form-status.err { color: #cf3c3c; }

.faq-section { max-width: 1000px; padding-block: 115px; }
.free-tools-section { margin-top: 105px; background: #edf4ff; border-color: #d9e6fa; }
.latest-guide-section { margin-top: 105px; padding: 0; display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; background: #111927; color: #fff; border: 0; }
.latest-guide-copy { padding: 70px 8%; align-self: center; }
.latest-guide-copy .section-kicker { color: #8bb7fa; }
.latest-guide-copy h2 { margin: 12px 0 20px; font-family: "DM Serif Display", serif; font-size: clamp(38px,4.4vw,58px); font-weight: 400; line-height: 1.06; }
.latest-guide-copy p { max-width: 620px; color: #c4cedb; font-size: 17px; line-height: 1.7; }
.latest-guide-copy .text-link { display: inline-block; margin-top: 15px; color: #fff; font-weight: 800; }
.latest-guide-section>img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; }
.free-tools-section .section-heading { max-width: 760px; }
.free-tools-section .section-heading > p { max-width: 650px; color: var(--muted); font-size: 18px; }
.free-tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.free-tools-grid > a { min-height: 290px; padding: 30px; display: flex; flex-direction: column; border: 1px solid #d4e0f2; border-radius: 14px; background: #fff; color: var(--ink); transition: transform .2s, box-shadow .2s; }
.free-tools-grid > a:hover { transform: translateY(-4px); box-shadow: 0 16px 35px rgba(23, 65, 125, .1); }
.free-tools-grid span { color: var(--blue); font-weight: 800; }
.free-tools-grid h3 { margin: 32px 0 10px; font-size: 24px; }
.free-tools-grid p { margin: 0 0 25px; color: var(--muted); line-height: 1.65; }
.free-tools-grid strong { margin-top: auto; color: var(--blue); }
.faq-list details { border-top: 1px solid #dedad3; }
.faq-list details:last-child { border-bottom: 1px solid #dedad3; }
.faq-list summary { padding: 24px 5px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 22px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font: 28px var(--sans); transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; margin: -8px 0 24px; color: var(--muted); line-height: 1.7; }

.footer-callback-cta { width:100%; padding:52px max(30px, calc((100% - 1290px)/2)); background:linear-gradient(120deg,#0864ed,#0a54c9); color:#fff; }
.footer-callback-inner { width:100%; text-align:center; }
.footer-callback-inner h2 { max-width:980px; margin:0 auto 28px; color:#fff; font:clamp(30px,4vw,52px)/1.08 var(--serif); letter-spacing:-.025em; }
.footer-callback-mount { width:min(920px,100%); margin-inline:auto; text-align:left; }
.footer-callback-mount .callflow-widget-host::part(container) { width:100%; max-width:none; padding:0; border:0; border-radius:0; background:transparent; box-shadow:none; }
.footer-callback-mount .callflow-widget-host::part(title),
.footer-callback-mount .callflow-widget-host::part(subtitle),
.footer-callback-mount .callflow-widget-host::part(phone-label) { display:none; }
.footer-callback-mount .callflow-widget-host::part(form) { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:0; align-items:center; filter:drop-shadow(0 15px 26px rgba(0,28,76,.22)); }
.footer-callback-mount .callflow-widget-host::part(phone-input) { grid-column:1; grid-row:1; min-width:0; min-height:60px; padding-inline:20px; border:1px solid #fff; border-right:0; border-radius:14px 0 0 14px; background:#fff; color:#061b3a; box-shadow:none; }
.footer-callback-mount .callflow-widget-host::part(submit-button) { grid-column:2; grid-row:1; width:auto; min-height:60px; padding-inline:34px; border:1px solid #061b3a; border-radius:0 14px 14px 0; background:#061b3a; color:#fff; white-space:nowrap; }
.footer-callback-mount .callflow-widget-host::part(consent) { grid-column:1/-1; grid-row:2; margin:11px 4px 0; color:#eaf2ff; font-size:11px; filter:none; }
.footer-callback-mount .callflow-widget-host::part(privacy-link) { color:#fff; font-weight:700; }
.footer-callback-mount .callflow-widget-host::part(status) { grid-column:1/-1; grid-row:3; }
.site-footer { display: block; padding: 65px max(30px, calc((100% - 1290px)/2)) 25px; background: #111821; color: #aeb7c3; }
.footer-main { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 60px; padding-bottom: 55px; }
.site-footer .brand { color: #fff; gap: 18px; font-size: 42px; letter-spacing: -.045em; }
.site-footer .brand img { width: 78px; height: 78px; }
.footer-intro > p { max-width: 280px; margin: 18px 0; line-height: 1.65; }
.footer-intro > a { color: #8bb7fa; }
.footer-main nav { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-main nav strong { margin-bottom: 6px; color: #fff; font-size: 13px; }
.footer-main nav a:hover { color: #fff; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid #2c3540; color: #7f8995; font-size: 10px; }

footer { min-height: 85px; padding: 20px max(30px, calc((100% - 1370px)/2)); display: flex; align-items: center; gap: 40px; border-top: 1px solid #e6e2dc; background: #fff; color: #666; font-size: 12px; }
footer .brand { color: var(--ink); }
footer p { margin-right: auto; }
footer nav { display: flex; gap: 25px; }
footer a:hover { color: var(--blue); }

@media (max-width: 1100px) {
  .site-header { padding: 0 20px; }
  .main-nav { gap: 22px; }
  .header-actions { gap: 18px; }
  .hero { grid-template-columns: 48% 52%; }
  .hero-copy { padding-left: 35px; }
  .hero-visual > .callback-widget, .hero-visual > .queue-card { right: 20px; }
  .notification-card { left: 10px; }
  .step-copy { padding-inline: 35px; }
  .integration-logos { padding-left: 25px; gap: 15px; }
  .integration-logos > span { font-size: 16px; }
  .trust-strip > div { padding: 0 15px; }
  .extended-section { margin-inline: 20px; }
  .install-section { gap: 35px; }
  .platform-grid { grid-template-columns: repeat(3, 1fr); }
  .app-phones img { width: 235px; }
  .phone-back { left: 20px; }
  .phone-front { left: 165px; }
  .account-section { grid-template-columns: 1fr 430px; gap: 40px; padding-inline: 5%; }
  .footer-main { gap: 35px; }
}

@media (max-width: 1180px) {
  .main-nav { gap: 17px; }
  .header-actions .login-link { display: none; }
  .header-actions { gap: 0; }
}

@media (max-width: 1020px) {
  .menu-toggle { display: block; margin-left: auto; cursor: pointer; }
  .main-nav { position: absolute; left: 16px; right: 16px; top: calc(100% - 5px); padding: 18px; display: none; flex-direction: column; gap: 8px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 10px; }
  .language-picker { margin-left: 0; }
}

@media (max-width: 860px) {
  .site-header { height: 70px; }
  .menu-toggle { display: block; margin-left: auto; cursor: pointer; }
  .main-nav { position: absolute; left: 16px; right: 16px; top: calc(100% - 5px); padding: 18px; display: none; flex-direction: column; gap: 8px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 10px; }
  .header-actions .login-link { display: none; }
  .header-actions { margin-left: 10px; }
  .language-picker { flex-basis: 116px; width: 116px; margin-left: 0; }
  .button-small { min-height: 42px; padding-inline: 16px; }
  .hero { display: flex; flex-direction: column; }
  .hero-copy { padding: 75px 25px 48px; background: var(--paper); }
  .hero h1 { max-width: 700px; font-size: clamp(43px, 9vw, 65px); }
  .hero-visual { min-height: 680px; }
  .hero-visual::before { display: none; }
  .statement-card { padding: 35px 25px; gap: 25px; }
  .step { grid-template-columns: 1fr; gap: 20px; padding: 20px 0; }
  .step-two .step-copy { order: 2; }
  .step-copy, .step-one .step-copy, .step-two .step-copy, .step-three .step-copy { max-width: 620px; padding: 20px 10px 30px; justify-self: start; }
  .integrations { margin-inline: 20px; grid-template-columns: 1fr; grid-template-rows: auto; gap: 24px; }
  .integrations h2 { grid-row: auto; padding: 0 0 16px; border-right: 0; border-bottom: 1px solid #cdd3df; }
  .integration-logos { padding: 0; flex-wrap: wrap; }
  .testimonial { margin-inline: 20px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip > div { min-height: 88px; }
  .trust-strip > div:nth-child(3) { border-left: 0; }
  .flow-arrow { display: none; }
  .extended-section { padding: 80px 25px; }
  .audience-grid { grid-template-columns: 1fr; }
  .free-tools-grid { grid-template-columns: 1fr; }
  .latest-guide-section { grid-template-columns: 1fr; }
  .latest-guide-section>img { min-height: 340px; }
  .audience-grid article { min-height: 220px; }
  .audience-grid h3 { margin-top: 25px; }
  .install-section, .app-section, .account-section { grid-template-columns: 1fr; }
  .install-copy { padding: 0; }
  .code-demo { padding-right: 0; }
  .inline-heading { grid-template-columns: 1fr; gap: 20px; }
  .inline-heading > p { justify-self: start; }
  .platform-grid { grid-template-columns: repeat(2, 1fr); }
  .app-phones { order: 2; height: 500px; }
  .app-copy { padding-inline: 15px; }
  .app-phones img { width: 240px; }
  .phone-back { left: calc(50% - 210px); }
  .phone-front { left: calc(50% - 30px); }
  .account-section { margin-top: 70px; }
  .account-copy { text-align: center; }
  .account-badge { margin-inline: auto; }
  .account-copy > p { margin-inline: auto; }
  .account-points { align-items: center; }
  .auth-card { width: min(480px, 100%); justify-self: center; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .site-header { padding-inline: 14px; }
  .brand { font-size: 21px; }
  .brand img { width: 34px; height: 34px; }
  .header-actions .button { font-size: 12px; }
  .hero-copy { padding-top: 55px; }
  .hero h1 { font-size: 42px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-benefits { grid-template-columns: 1fr; gap: 8px; }
  .hero-benefits > div + div { margin-left: 0; }
  .hero-visual { min-height: 750px; }
  .hero-photo { height: 500px; object-position: 54% center; }
  .hero-visual > .callback-widget { top: 270px; right: 12px; transform: scale(.8); transform-origin: right top; }
  .hero-visual > .queue-card { top: 520px; right: 12px; transform: scale(.82); transform-origin: right top; }
  .notification-card { width: 250px; bottom: 18px; transform: scale(.85); transform-origin: left bottom; }
  .how-it-works { padding-inline: 14px; }
  .statement-card { align-items: flex-start; flex-direction: column; }
  .statement-icon { width: 85px; flex-basis: 65px; }
  .statement-card h2 { font-size: 34px; }
  .statement-card h2::after { width: 115px; }
  .demo-surface { min-height: 320px; }
  .callback-widget.compact { transform: scale(.78); }
  .queue-card.inline { width: 340px; transform: scale(.85); }
  .step-copy h3 { font-size: 30px; }
  .phone-feature { height: 280px; }
  .integrations { margin-inline: 14px; padding-inline: 22px; }
  .integration-logos { justify-content: flex-start; }
  .testimonial { margin-inline: 14px; grid-template-columns: 1fr; }
  .testimonial > img { height: 220px; }
  .testimonial blockquote { padding: 30px 25px 30px 65px; }
  .quote-mark { left: 20px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip > div { border-left: 0 !important; border-top: 1px solid #e0ddd7; }
  .extended-section { margin-inline: 14px; padding: 65px 18px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .install-copy h2, .app-copy h2, .account-copy h2 { font-size: 38px; }
  .audience-grid article { padding: 26px 24px; }
  .install-section { padding-block: 55px 70px; }
  .code-window pre { padding: 26px 18px 65px; font-size: 10px; }
  .install-note { left: 12px; right: 12px; }
  .platform-grid { grid-template-columns: 1fr; }
  .platform-grid > a { min-height: 155px; }
  .app-section { padding-inline: 10px; }
  .app-copy { padding-inline: 5px; }
  .app-facts { grid-template-columns: 1fr; }
  .app-phones { height: 420px; }
  .app-phones img { width: 195px; }
  .phone-back { left: calc(50% - 180px); }
  .phone-front { left: calc(50% - 20px); }
  .account-section { padding-inline: 18px; }
  .auth-card { padding: 21px; }
  .faq-list summary { font-size: 19px; }
  .site-footer { padding-inline: 28px; }
  .footer-callback-cta { padding:40px 22px; }
  .footer-callback-mount .callflow-widget-host::part(form) { grid-template-columns:minmax(0,1fr) auto; }
  .footer-callback-mount .callflow-widget-host::part(consent), .footer-callback-mount .callflow-widget-host::part(status) { grid-column:1/-1; }
  .footer-callback-mount .callflow-widget-host::part(phone-input) { min-height:56px; padding-inline:13px; }
  .footer-callback-mount .callflow-widget-host::part(submit-button) { min-height:56px; padding-inline:15px; font-size:12px; }
  .site-footer .brand { font-size: 34px; }
  .site-footer .brand img { width: 64px; height: 64px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-main nav:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 520px) {
  .site-header { gap: 8px; }
  .header-actions .button { display: none; }
  .language-picker { flex-basis: 112px; width: 112px; }
}

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

.language-suggestion {
  position: fixed;
  z-index: 1200;
  left: 50%;
  bottom: 22px;
  width: min(680px, calc(100% - 28px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 16px 14px 20px;
  border: 1px solid #d6dde8;
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 16px 50px rgba(22, 35, 54, .2);
  font-size: 14px;
}
.language-suggestion div { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.language-suggestion a,
.language-suggestion button { padding: 9px 13px; border-radius: 8px; font: inherit; font-weight: 700; cursor: pointer; }
.language-suggestion a { background: var(--blue); color: #fff; }
.language-suggestion button { border: 1px solid #d6dde8; background: #fff; color: var(--ink); }
@media (max-width: 620px) {
  .language-suggestion { align-items: flex-start; flex-direction: column; gap: 10px; }
  .language-suggestion div { width: 100%; }
  .language-suggestion a, .language-suggestion button { flex: 1; text-align: center; }
}
