:root {
  --ink: #12203a;
  --muted: #61708a;
  --line: #e3e8f1;
  --canvas: #f7f8fc;
  --panel: #ffffff;
  --brand: #6854d8;
  --brand-dark: #4e3ab7;
  --brand-soft: #eeebff;
  --success: #28b977;
  --navy: #121e37;
  --navy-deep: #0d172b;
  --shadow: 0 18px 55px rgba(21, 32, 58, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, a, input, select, textarea { touch-action: manipulation; }
button { font: inherit; }
[id] { scroll-margin-top: 96px; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -60px; border-radius: 10px; background: #fff; color: var(--navy); padding: 12px 16px; font-weight: 800; text-decoration: none; box-shadow: var(--shadow); }
.skip-link:focus { top: 15px; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: auto; }
.eyebrow { margin: 0 0 12px; color: var(--brand); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.section { padding: 104px 0; }
.section-heading { max-width: 700px; }
.section-heading h2, .product-hero h1, .final-cta h2 { margin: 0; font: 800 clamp(31px, 4vw, 51px)/1.1 "Manrope", sans-serif; letter-spacing: -1.9px; text-wrap: balance; }
.section-heading p:not(.eyebrow) { margin: 17px 0 0; color: var(--muted); font-size: 17px; line-height: 1.62; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; border: 1px solid transparent; border-radius: 12px; background: var(--brand); color: #fff; padding: 13px 18px; font-size: 14px; font-weight: 800; text-align: center; text-decoration: none; box-shadow: 0 12px 23px #6854d82c; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--brand-dark); transform: translateY(-2px); box-shadow: 0 15px 28px #6854d842; }
.button:active { transform: translateY(0) scale(.98); box-shadow: 0 7px 15px #6854d82c; }
.button.ghost { border-color: #d7ddeb; background: transparent; color: var(--ink); box-shadow: none; }
.button.ghost:hover { background: #ffffff18; }
.button.light { background: #fff; color: #5041b6; }
.button.light:hover { background: #f2efff; }
:focus-visible { outline: 3px solid #f2ae44; outline-offset: 3px; }

header { position: sticky; z-index: 10; top: 0; border-bottom: 1px solid #ffffff18; background: #121e37ed; backdrop-filter: blur(16px); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 24px; }
.brand { display: flex; align-items: center; flex: none; color: #fff; text-decoration: none; }
.brand-logo { display: block; width: 154px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 25px; color: #cbd3e5; font-size: 13px; font-weight: 700; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: #fff; }
.nav-cta { min-height: 40px; padding: 9px 14px; font-size: 12px; }
.menu { display: none; min-width: 44px; min-height: 44px; border: 0; background: transparent; color: #fff; cursor: pointer; font-size: 25px; }

.hero { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.hero::before, .hero::after { position: absolute; border-radius: 50%; content: ""; pointer-events: none; }
.hero::before { width: 680px; height: 680px; top: -250px; right: -160px; background: radial-gradient(circle, #6d59de 0%, #322970 38%, transparent 68%); opacity: .84; }
.hero::after { width: 520px; height: 520px; bottom: -400px; left: -230px; background: radial-gradient(circle, #176a81, transparent 67%); opacity: .62; }
.hero .wrap { position: relative; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(350px, .96fr); gap: 55px; align-items: center; min-height: 650px; padding: 84px 0; }
.hero h1 { max-width: 690px; margin: 0; font: 800 clamp(42px, 5.5vw, 68px)/1.03 "Manrope", sans-serif; letter-spacing: -3px; }
.hero h1 em { color: #a99aff; font-style: normal; }
.hero-copy > p:not(.eyebrow) { max-width: 590px; margin: 24px 0 31px; color: #d8dff0; font-size: 18px; line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.hero .ghost { border-color: #66718c; color: #fff; }
.hero-note { display: flex; align-items: center; gap: 8px; margin-top: 24px; color: #bdc7de; font-size: 12px; font-weight: 600; }
.hero-note span { display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: #233552; color: #70dfab; font-size: 11px; }

.operation-card { position: relative; border: 1px solid #ffffff1d; border-radius: 25px; background: linear-gradient(145deg, #293957e6, #18263fe8); padding: 22px; box-shadow: 0 26px 65px #04091755; transform: rotate(1.4deg); }
.window-bar { display: flex; align-items: center; gap: 6px; padding-bottom: 18px; border-bottom: 1px solid #ffffff13; }
.window-bar i { width: 8px; height: 8px; border-radius: 50%; background: #fe7968; }
.window-bar i:nth-child(2) { background: #f0c260; }
.window-bar i:nth-child(3) { background: #57ca8e; }
.window-bar b { margin-left: 7px; color: #c8d0e4; font-size: 11px; }
.status-row { display: flex; align-items: center; gap: 8px; margin: 18px 0; border: 1px solid #ffffff10; border-radius: 13px; background: #ffffff0a; padding: 12px; }
.status-icon { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 10px; background: #6c56df; font-size: 16px; }
.status-row b, .status-row small { display: block; }
.status-row b { font-size: 12px; }
.status-row small { margin-top: 4px; color: #afbdd5; font-size: 10px; }
.online { width: 8px; height: 8px; margin-left: auto; border-radius: 50%; background: #52cc8d; }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mini { min-height: 106px; border: 1px solid #ffffff10; border-radius: 13px; background: #ffffff08; padding: 13px; }
.mini span { display: block; color: #aebbd3; font-size: 10px; font-weight: 700; letter-spacing: .06em; }
.mini b { display: block; margin: 12px 0 5px; color: #fff; font: 700 25px "Manrope", sans-serif; letter-spacing: -1px; }
.mini small { color: #93a2c1; font-size: 10px; }
.flow-note { display: flex; align-items: center; gap: 8px; margin-top: 11px; border: 1px solid #8a7bea55; border-radius: 13px; background: #7964e51c; padding: 13px; color: #e7e3ff; font-size: 11px; font-weight: 700; }
.flow-note span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 7px; background: #806be4; }

.trust { position: relative; margin-top: -31px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.trust-item { display: flex; align-items: center; gap: 12px; padding: 22px 27px; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-icon { display: grid; width: 39px; height: 39px; place-items: center; flex: none; border-radius: 12px; background: var(--brand-soft); color: #5b47c2; font-size: 17px; }
.trust-item b, .trust-item small { display: block; }
.trust-item b { font-size: 13px; }
.trust-item small { margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.35; }

.solutions { position: relative; overflow: hidden; padding-top: 120px; background: linear-gradient(180deg, #f7f8fc 0%, #eff5f6 100%); }
.solutions::before { position: absolute; width: 650px; height: 650px; top: 110px; right: -360px; border-radius: 50%; background: radial-gradient(circle, #16b8b329, transparent 68%); content: ""; pointer-events: none; }
.solutions .wrap { position: relative; }
.solutions-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.solutions-link { display: inline-flex; align-items: center; gap: 8px; flex: none; margin-bottom: 8px; color: #0b7f87; font-size: 13px; font-weight: 800; text-decoration: none; }
.solutions-link:hover { color: #f06d20; }
.solution-showcase { display: grid; grid-template-columns: minmax(0, 1.26fr) minmax(340px, .74fr); gap: 18px; margin-top: 44px; }
.operation-board { position: relative; overflow: hidden; min-height: 477px; border: 1px solid #ffffff1c; border-radius: 26px; background: linear-gradient(135deg, #081b36 0%, #102d50 58%, #0e6e77 150%); padding: 31px; color: #fff; box-shadow: 0 22px 62px #10203a28; }
.operation-board::after { position: absolute; width: 410px; height: 410px; right: -170px; bottom: -175px; border: 1px solid #ffffff1c; border-radius: 50%; box-shadow: 0 0 0 47px #ffffff0a, 0 0 0 94px #ffffff08; content: ""; }
.operation-board__top, .operation-kicker, .operation-live { display: flex; align-items: center; }
.operation-board__top { justify-content: space-between; gap: 15px; }
.operation-kicker { gap: 8px; color: #b9d6e9; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.operation-kicker i { width: 8px; height: 8px; border-radius: 50%; background: #17c2bd; box-shadow: 0 0 0 5px #17c2bd22; }
.operation-live { border: 1px solid #a9e9524d; border-radius: 99px; background: #9bd3371a; padding: 6px 10px; color: #d8f6ad; font-size: 10px; font-weight: 800; }
.operation-board h3 { position: relative; z-index: 1; max-width: 530px; margin: 37px 0 10px; font: 800 clamp(27px, 3vw, 39px)/1.13 "Manrope", sans-serif; letter-spacing: -1.45px; text-wrap: balance; }
.operation-board > p { position: relative; z-index: 1; max-width: 520px; margin: 0; color: #b9cbdd; font-size: 15px; line-height: 1.6; }
.operation-flow { position: relative; z-index: 1; display: flex; align-items: center; margin-top: 48px; }
.flow-step { display: flex; align-items: center; gap: 10px; min-width: 0; }
.flow-icon { display: grid; width: 39px; height: 39px; place-items: center; flex: none; border: 1px solid #ffffff22; border-radius: 12px; background: #ffffff12; color: #fff; font-size: 11px; font-weight: 800; }
.flow-step:last-child .flow-icon { border-color: #9bd3377a; background: #9bd3372b; color: #dcf6b8; }
.flow-step b, .flow-step small { display: block; }
.flow-step b { font-size: 12px; }
.flow-step small { max-width: 115px; margin-top: 4px; color: #a7bed2; font-size: 10px; line-height: 1.35; }
.flow-line { width: 32px; height: 1px; margin: 0 11px; background: linear-gradient(90deg, #39b4bd, #8cd12f); opacity: .76; }
.operation-note { position: relative; z-index: 1; display: flex; align-items: center; gap: 10px; width: fit-content; margin-top: 35px; border: 1px solid #ffffff17; border-radius: 13px; background: #ffffff0c; padding: 10px 13px; }
.operation-note span { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 7px; background: #f56f22; color: #fff; font-size: 12px; }
.operation-note p { margin: 0; color: #d7e4ef; font-size: 11px; font-weight: 700; }
.solution-pillars { display: grid; gap: 18px; }
.pillar { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: start; gap: 15px; min-height: 147px; overflow: hidden; border: 1px solid #dce6ea; border-radius: 21px; background: #fff; padding: 21px; box-shadow: 0 12px 32px #13263b0a; transition: transform .2s ease, box-shadow .2s ease; }
.pillar:hover { transform: translateY(-3px); box-shadow: 0 18px 38px #13263b14; }
.pillar::before { position: absolute; width: 120px; height: 120px; right: -45px; bottom: -65px; border-radius: 50%; content: ""; opacity: .72; }
.pillar-number { position: relative; z-index: 1; display: grid; width: 31px; height: 31px; place-items: center; border-radius: 9px; font-size: 10px; font-weight: 800; }
.pillar-copy { position: relative; z-index: 1; }
.pillar-copy p { margin: 1px 0 8px; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.pillar-copy h3 { margin: 0; color: #12203a; font: 800 17px/1.22 "Manrope", sans-serif; letter-spacing: -.5px; }
.pillar-copy span { display: block; margin-top: 7px; color: #64738b; font-size: 11px; line-height: 1.45; }
.pillar-mark { position: relative; z-index: 1; font: 700 27px/1 "Manrope", sans-serif; }
.pillar--teal .pillar-number { background: #dff8f6; color: #068a8c; }.pillar--teal .pillar-copy p, .pillar--teal .pillar-mark { color: #078d91; }.pillar--teal::before { background: #16b8b31c; }
.pillar--lime .pillar-number { background: #eff9db; color: #659d16; }.pillar--lime .pillar-copy p, .pillar--lime .pillar-mark { color: #679b1b; }.pillar--lime::before { background: #9bd33724; }
.pillar--orange .pillar-number { background: #fff0e6; color: #df5f16; }.pillar--orange .pillar-copy p, .pillar--orange .pillar-mark { color: #df611a; }.pillar--orange::before { background: #ff752028; }
.solution-guides { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }
.solution-guides a { display: grid; grid-template-columns: 1fr auto; gap: 4px 10px; align-items: center; border: 1px solid #dce7eb; border-radius: 15px; background: #ffffffa8; padding: 16px 18px; color: #152642; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.solution-guides a:hover { transform: translateY(-2px); border-color: #82c8c5; background: #fff; }
.solution-guides small { color: #0b8d90; font-size: 9px; font-weight: 800; letter-spacing: .11em; }.solution-guides b { font: 800 14px "Manrope", sans-serif; letter-spacing: -.3px; }.solution-guides span { grid-row: 1 / span 2; grid-column: 2; color: #078b8d; font-weight: 800; }

.portfolio { background: #eef0f8; }
.portfolio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; margin-top: 42px; }
.product-card { overflow: hidden; border: 1px solid #dce2ef; border-radius: 23px; background: #fff; box-shadow: 0 12px 34px #17213b0c; }
.product-card__body { padding: 28px 28px 24px; }
.product-tag { display: inline-flex; border-radius: 99px; background: #eeeaff; color: #5b46bd; padding: 6px 9px; font-size: 10px; font-weight: 800; letter-spacing: .06em; }
.product-card h3 { margin: 17px 0 10px; font: 800 28px "Manrope", sans-serif; letter-spacing: -1px; }
.product-card p { max-width: 490px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.62; }
.product-points { display: grid; gap: 9px; margin: 22px 0; padding: 0; list-style: none; color: #36445e; font-size: 13px; font-weight: 700; }
.product-points li { display: flex; gap: 8px; align-items: center; }
.product-points li::before { display: grid; width: 20px; height: 20px; place-items: center; flex: none; border-radius: 7px; background: #def6e9; color: #138855; content: "✓"; font-size: 11px; }
.product-preview { min-height: 267px; margin: 0 22px 22px; border: 1px solid #e4e8f0; border-radius: 17px; background: #fbfcff; padding: 17px; }
.product-preview__bar { display: flex; align-items: center; justify-content: space-between; color: #283653; font-size: 12px; font-weight: 800; }
.product-preview__bar span { border-radius: 99px; background: #e9e5ff; color: #5a45c0; padding: 6px 8px; font-size: 9px; }
.preview-print { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10px; min-height: 195px; margin-top: 15px; }
.preview-list { display: grid; align-content: start; gap: 7px; background: #f5f6fb; padding: 10px; }
.preview-list span { height: 34px; border-radius: 8px; background: #fff; box-shadow: 0 3px 8px #17213b08; }
.preview-list span:first-child { border: 1px solid #d9d0ff; background: #eeeaff; }
.preview-chat { display: grid; align-content: start; gap: 10px; border: 1px solid #e6eaf2; border-radius: 10px; background: #fff; padding: 13px; }
.preview-chat b { font-size: 11px; }
.bubble { width: fit-content; max-width: 82%; border-radius: 10px 10px 10px 3px; background: #f0edff; padding: 8px; color: #3d3376; font-size: 10px; line-height: 1.4; }
.bubble.out { justify-self: end; border-radius: 10px 10px 3px 10px; background: #6854d8; color: #fff; }
.preview-clinic { display: grid; grid-template-columns: 85px 1fr; gap: 11px; min-height: 195px; margin-top: 15px; overflow: hidden; border: 1px solid #eadce6; border-radius: 12px; background: #fff; }
.preview-clinic aside { display: grid; align-content: start; gap: 10px; background: #f8eff5; padding: 13px; }
.preview-clinic aside b { color: #73506a; font-size: 8px; }
.preview-clinic aside span { height: 7px; border-radius: 9px; background: #e0ccd9; }
.preview-clinic main { padding: 14px; }
.clinic-hello { color: #8c7385; font-size: 9px; font-weight: 700; }
.clinic-hello strong { display: block; margin-top: 5px; color: #54394d; font: 800 17px "Manrope", sans-serif; letter-spacing: -.5px; }
.clinic-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 12px; }
.clinic-kpis div { border: 1px solid #eee5eb; border-radius: 9px; background: #fffafb; padding: 8px; }
.clinic-kpis small, .clinic-kpis b { display: block; }
.clinic-kpis small { color: #9b8897; font-size: 7px; }
.clinic-kpis b { margin-top: 5px; color: #59394f; font-size: 15px; }
.schedule-line { margin-top: 10px; border-radius: 8px; background: #fbf8fa; padding: 8px; color: #6a5262; font-size: 9px; font-weight: 700; }

.conversion { background: #fff; }
.conversion-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 40px; }
.conversion-card { display: flex; flex-direction: column; min-height: 236px; border: 1px solid var(--line); border-radius: 19px; background: #fbfcff; padding: 24px; }
.conversion-card b { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 12px; background: var(--brand-soft); color: #5b47c2; font-size: 16px; }
.conversion-card h3 { margin: 20px 0 8px; font: 800 18px "Manrope", sans-serif; }
.conversion-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.conversion-card a { margin-top: auto; padding-top: 19px; color: #5a46bd; font-size: 13px; font-weight: 800; text-decoration: none; }

.briefing { background: #fff; }
.briefing-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 50px; align-items: start; }
.briefing-copy { position: sticky; top: 105px; }
.briefing-copy h2 { margin: 0; font: 800 clamp(31px, 4vw, 48px)/1.1 "Manrope", sans-serif; letter-spacing: -1.7px; }
.briefing-copy > p:not(.eyebrow) { max-width: 485px; margin: 17px 0 0; color: var(--muted); font-size: 16px; line-height: 1.62; }
.briefing-benefits { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.briefing-benefits li { display: flex; align-items: center; gap: 10px; color: #394761; font-size: 13px; font-weight: 700; }
.briefing-benefits li::before { display: grid; width: 22px; height: 22px; place-items: center; flex: none; border-radius: 8px; background: #e6f7ee; color: #178d59; content: "✓"; font-size: 11px; }
.briefing-form { border: 1px solid #dce3ef; border-radius: 23px; background: #fbfcff; padding: 29px; box-shadow: var(--shadow); }
.briefing-form h3 { margin: 0; font: 800 22px "Manrope", sans-serif; letter-spacing: -.7px; }
.briefing-form > p { margin: 9px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label, .interest-label { color: #2c3b56; font-size: 13px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; border: 1px solid #cfd8e7; border-radius: 11px; outline: none; background: #fff; color: var(--ink); padding: 12px 13px; font: 500 14px "DM Sans", sans-serif; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.field textarea { min-height: 113px; resize: vertical; line-height: 1.5; }
.field input::placeholder, .field textarea::placeholder { color: #8a97ab; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { border-color: #7665dc; background: #fff; box-shadow: 0 0 0 4px #6854d81b; }
.field [aria-invalid="true"] { border-color: #c34c5a; box-shadow: 0 0 0 4px #c34c5a18; }
.interest { display: grid; gap: 10px; margin: 20px 0; }
.interest-options { display: flex; flex-wrap: wrap; gap: 8px; }
.interest-option { min-height: 39px; border: 1px solid #d4ddeb; border-radius: 99px; background: #fff; color: #52617a; padding: 8px 12px; cursor: pointer; font-size: 12px; font-weight: 800; transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease; }
.interest-option:hover { border-color: #a99cf3; color: #5946be; }
.interest-option.is-selected, .interest-option[aria-pressed="true"] { border-color: #6652d4; background: var(--brand); color: #fff; box-shadow: 0 7px 15px #6854d82b; }
.interest-option:active { transform: scale(.98); }
.form-submit { width: 100%; }
.form-note { margin: 14px 0 0; color: #718098; font-size: 11px; line-height: 1.5; text-align: center; }
.form-status { min-height: 20px; margin: 12px 0 0; color: #198957; font-size: 12px; font-weight: 700; text-align: center; }
.form-status.is-error { color: #b73e4c; }

.ai-section { position: relative; overflow: hidden; background: #101b31; color: #fff; }
.ai-section::before { position: absolute; width: 700px; height: 700px; right: -270px; top: -390px; border-radius: 50%; background: radial-gradient(circle, #6655d7 0%, #27366c 42%, transparent 69%); content: ""; opacity: .88; }
.ai-section .wrap { position: relative; z-index: 1; }
.ai-section .section-heading p:not(.eyebrow) { color: #c3cce0; }
.ai-section .eyebrow { color: #b3a8ff; }
.ai-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 30px; align-items: stretch; margin-top: 42px; }
.ai-message { display: flex; flex-direction: column; justify-content: space-between; min-height: 350px; border: 1px solid #ffffff1d; border-radius: 23px; background: linear-gradient(145deg, #263656e6, #192741e8); padding: 28px; box-shadow: 0 20px 55px #03081742; }
.ai-message__top { display: flex; align-items: center; gap: 11px; }
.ai-spark { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 13px; background: linear-gradient(145deg, #9b8bff, #6250d7); color: #fff; font-size: 20px; box-shadow: 0 9px 20px #6c59e64d; }
.ai-message__top b, .ai-message__top small { display: block; }
.ai-message__top b { font-size: 13px; }
.ai-message__top small { margin-top: 3px; color: #b8c4db; font-size: 11px; }
.ai-dialogue { display: grid; gap: 12px; margin: 24px 0; }
.ai-dialogue span { max-width: 86%; border: 1px solid #ffffff12; border-radius: 13px 13px 13px 4px; background: #ffffff0c; padding: 12px; color: #e1e7f3; font-size: 12px; line-height: 1.45; }
.ai-dialogue span:last-child { justify-self: end; border: 0; border-radius: 13px 13px 4px 13px; background: #6955d9; color: #fff; }
.ai-guardrail { display: flex; align-items: center; gap: 8px; border-top: 1px solid #ffffff16; padding-top: 16px; color: #bac6dd; font-size: 11px; font-weight: 700; }
.ai-guardrail i { display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: #263d59; color: #78dfac; font-style: normal; }
.ai-capabilities { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.ai-capability { min-height: 164px; border: 1px solid #ffffff18; border-radius: 18px; background: #ffffff08; padding: 22px; }
.ai-capability span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; background: #ffffff15; color: #c1b8ff; font-size: 17px; }
.ai-capability h3 { margin: 17px 0 7px; font: 800 16px "Manrope", sans-serif; }
.ai-capability p { margin: 0; color: #c8d1e4; font-size: 12px; line-height: 1.5; }
.ai-cta { margin-top: 25px; }

.final-cta { padding: 85px 0; background: var(--navy); color: #fff; }
.final-cta .wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.final-cta h2 { max-width: 690px; }
.final-cta p { max-width: 620px; margin: 16px 0 0; color: #bdc7dc; font-size: 16px; line-height: 1.55; }
.final-cta .button { flex: none; }

footer { background: var(--navy-deep); color: #c0c9db; padding: 54px 0 24px; }
.footer-top { display: grid; grid-template-columns: 1.1fr .7fr .9fr; gap: 38px; }
.footer-top .brand { margin-bottom: 13px; }
.footer-top p { max-width: 360px; margin: 0; color: #98a7c3; font-size: 13px; line-height: 1.55; }
.footer-top h3 { margin: 3px 0 14px; color: #fff; font: 800 13px "Manrope", sans-serif; }
.footer-top a:not(.brand) { display: block; margin: 9px 0; color: #aebbd2; font-size: 13px; text-decoration: none; }
.footer-top a:not(.brand):hover { color: #fff; }
.nav-links a[aria-current="page"], .nav-links a[aria-current="location"] { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 15px; margin-top: 40px; padding-top: 20px; border-top: 1px solid #ffffff12; color: #71809d; font-size: 11px; }
.floating-whatsapp { position: fixed; z-index: 9; right: 22px; bottom: 22px; display: grid; width: 54px; height: 54px; place-items: center; border-radius: 18px; background: #21bd70; color: #fff; font-size: 23px; text-decoration: none; box-shadow: 0 13px 25px #1da86555; transition: transform .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px); }

.faq { background: linear-gradient(180deg, #f8faff 0%, #eef2fa 100%); }
.faq-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 68px; align-items: start; }
.faq .section-heading { margin: 0; }
.faq-list { display: grid; gap: 11px; }
.faq-list details { overflow: hidden; border: 1px solid #dce2ef; border-radius: 15px; background: #fff; box-shadow: 0 8px 24px rgba(26, 43, 77, .05); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; padding: 19px 21px; color: var(--navy); font: 800 16px/1.4 "Manrope", sans-serif; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { flex: none; color: #6250c3; content: "+"; font: 700 24px/1 "DM Sans", sans-serif; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 650px; margin: -3px 21px 20px; color: var(--muted); font-size: 15px; line-height: 1.65; }

.product-hero { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.product-hero::after { position: absolute; width: 560px; height: 560px; right: -190px; top: -200px; border-radius: 50%; background: radial-gradient(circle, #6c58dd, transparent 68%); content: ""; opacity: .78; }
.product-hero.clinic::after { background: radial-gradient(circle, #bb719d, #7353a6 42%, transparent 68%); }
.product-hero .wrap { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .86fr; gap: 50px; align-items: center; min-height: 550px; padding: 88px 0; }
.product-hero h1 { max-width: 650px; }
.product-hero h1 em { color: #aaa0ff; font-style: normal; }
.product-hero.clinic h1 em { color: #ffc1dc; }
.product-hero p:not(.eyebrow) { max-width: 610px; margin: 23px 0 30px; color: #d7dff0; font-size: 18px; line-height: 1.6; }
.product-hero .ghost { border-color: #66718c; color: #fff; }
.product-hero .hero-note { margin-top: 22px; }
.hero-product-card { border: 1px solid #ffffff1c; border-radius: 23px; background: #1a2945d9; padding: 20px; box-shadow: 0 24px 60px #0408174d; }
.hero-product-card.clinic { background: linear-gradient(145deg, #382b47e6, #262642e6); }
.hero-product-card .product-preview { min-height: 290px; margin: 0; background: #fff; }
.product-hero .product-preview__bar { color: #24314b; }
.hero-product-card .preview-print, .hero-product-card .preview-clinic { min-height: 216px; }

.feature-band { background: #fff; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 42px; }
.feature { border: 1px solid var(--line); border-radius: 18px; background: #fbfcff; padding: 24px; }
.feature-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: var(--brand-soft); color: #5b47c2; font-size: 18px; }
.clinic-tone .feature-icon { background: #f8e8ef; color: #96506e; }
.feature h3 { margin: 18px 0 8px; font: 800 18px "Manrope", sans-serif; }
.feature p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.58; }
.workflow { background: #eef0f8; }
.workflow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 42px; }
.delivery .workflow-grid { grid-template-columns: repeat(3, 1fr); }
.workflow-step { position: relative; min-height: 172px; border: 1px solid #dce2ef; border-radius: 18px; background: #fff; padding: 22px; }
.workflow-step span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 11px; background: var(--brand-soft); color: #5b47c2; font: 800 13px "Manrope", sans-serif; }
.workflow-step h3 { margin: 17px 0 6px; font: 800 16px "Manrope", sans-serif; }
.workflow-step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.demo-block { background: linear-gradient(135deg, #f1edff, #f8faff); }
.demo-block .wrap { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.demo-block h2 { max-width: 680px; margin: 0; font: 800 clamp(30px, 4vw, 47px)/1.1 "Manrope", sans-serif; letter-spacing: -1.5px; }
.demo-block p { max-width: 640px; margin: 16px 0 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.demo-block .button { flex: none; }

@media (max-width: 850px) {
  .nav-links { position: absolute; top: 76px; right: 0; left: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; border-bottom: 1px solid #ffffff17; background: #121e37; padding: 10px 20px 18px; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 11px 0; }
  .nav-cta { display: none; }
  .menu { display: block; }
  .hero .wrap, .product-hero .wrap { grid-template-columns: 1fr; min-height: auto; padding: 76px 0 70px; }
  .hero-copy { max-width: 690px; }
  .operation-card, .hero-product-card { width: min(100%, 540px); justify-self: center; }
  .trust-grid, .feature-grid, .conversion-grid { grid-template-columns: 1fr; }
  .solutions-head { align-items: start; flex-direction: column; }
  .solutions-link { margin: 0; }
  .solution-showcase { grid-template-columns: 1fr; }
  .solution-guides { grid-template-columns: 1fr; }
  .trust-item + .trust-item { border-top: 1px solid var(--line); border-left: 0; }
  .operation-board { min-height: 420px; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .briefing-grid, .faq-grid { grid-template-columns: 1fr; }
  .briefing-copy { position: static; }
  .ai-grid { grid-template-columns: 1fr; }
  .workflow-grid { grid-template-columns: 1fr 1fr; }
  .delivery .workflow-grid { grid-template-columns: 1fr 1fr; }
  .final-cta .wrap, .demo-block .wrap { display: block; }
  .final-cta .button, .demo-block .button { margin-top: 25px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .nav { min-height: 67px; }
  .nav-links { top: 67px; }
  .brand-logo { width: 133px; }
  .hero .wrap, .product-hero .wrap { padding: 59px 0; }
  .hero h1 { font-size: 42px; letter-spacing: -2px; }
  .hero-copy > p:not(.eyebrow), .product-hero p:not(.eyebrow) { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .mini-grid { grid-template-columns: 1fr; }
  .operation-card { transform: none; }
  .product-card__body { padding: 24px 22px 19px; }
  .product-card h3 { font-size: 25px; }
  .product-preview { margin: 0 14px 14px; padding: 13px; }
  .preview-print { grid-template-columns: .62fr 1.38fr; }
  .preview-clinic { grid-template-columns: 70px 1fr; }
  .workflow-grid { grid-template-columns: 1fr; }
  .delivery .workflow-grid { grid-template-columns: 1fr; }
  .ai-capabilities { grid-template-columns: 1fr; }
  .ai-message { min-height: auto; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .briefing-form { padding: 22px 18px; }
  .section { padding: 75px 0; }
  .solutions { padding-top: 94px; }
  .operation-board { padding: 24px 20px; }
  .operation-board h3 { margin-top: 30px; font-size: 29px; }
  .operation-flow { display: grid; gap: 13px; margin-top: 31px; }
  .flow-line { width: 1px; height: 15px; margin: -5px 0 -5px 19px; }
  .flow-step small { max-width: none; }
  .operation-note { margin-top: 25px; }
  .pillar { min-height: 135px; padding: 18px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top > div:first-child { grid-column: auto; }
  .footer-bottom { display: block; line-height: 1.7; }
  .floating-whatsapp { right: max(15px, env(safe-area-inset-right)); bottom: max(15px, env(safe-area-inset-bottom)); width: 49px; height: 49px; }
  .section-heading h2, .product-hero h1, .final-cta h2 { letter-spacing: -1.2px; }
  .hero-product-card .product-preview { min-height: 252px; }
}

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