@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap");
:root { --ink: #083f4b; --ink-deep: #06343d; --teal: #15959b; --teal-2: #27c6bd; --aqua: #70e0d5; --aqua-soft: #e9fbf8; --orange: #f59b23; --orange-soft: #fff2dc; --white: #fff; --paper: #f7fbfa; --muted: #5d777b; --line: #d8ece9; --shadow: 0 28px 80px #044f5624; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; margin: 0px; font-family: "DM Sans", sans-serif; overflow-x: hidden; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
section[id] { scroll-margin-top: 116px; }
.section-shell { width: min(1180px, 100% - 48px); margin-inline: auto; }
h1, h2, h3 { letter-spacing: -0.045em; margin: 0px; font-family: Manrope, sans-serif; }
.site-header { z-index: 50; backdrop-filter: blur(20px); background: rgba(247, 251, 250, 0.92); border-bottom: 1px solid rgba(21, 149, 155, 0.1); height: 104px; position: sticky; top: 0px; }
.nav-shell { justify-content: space-between; align-items: center; gap: 28px; width: min(1240px, 100% - 48px); height: 100%; margin: auto; display: flex; }
.brand { flex: 0 0 auto; align-items: center; display: flex; }
.brand > img { object-fit: contain; width: 180px; height: 92px; display: block; }
.main-nav { align-items: center; gap: 18px; margin-left: auto; display: flex; }
.main-nav a { color: rgb(65, 106, 112); white-space: nowrap; font-size: 11px; font-weight: 800; transition: 0.2s; position: relative; }
.main-nav a::after { content: ""; background: var(--orange); height: 2px; transition: 0.2s; position: absolute; bottom: -8px; left: 0px; right: 100%; }
.main-nav a:hover { color: var(--ink); }
.main-nav a:hover::after { right: 0px; }
.nav-actions { align-items: center; gap: 13px; display: flex; }
.language { border: 1px solid var(--line); background: rgb(255, 255, 255); border-radius: 12px; gap: 2px; padding: 3px; display: flex; }
.language button { color: rgb(113, 144, 147); cursor: pointer; background: 0px 0px; border: 0px; border-radius: 8px; padding: 7px; font-size: 9px; font-weight: 800; }
.language button.active { background: var(--aqua-soft); color: var(--teal); }
.button { background: linear-gradient(135deg,var(--teal),#087984); color: rgb(255, 255, 255); cursor: pointer; border: 0px; border-radius: 14px; justify-content: center; align-items: center; gap: 18px; padding: 16px 23px; font-size: 13px; font-weight: 800; transition: transform 0.2s, box-shadow 0.2s; display: inline-flex; box-shadow: rgba(13, 130, 137, 0.22) 0px 15px 34px; }
.button:hover { transform: translateY(-3px); box-shadow: rgba(13, 130, 137, 0.3) 0px 18px 40px; }
.button-small { border-radius: 12px; padding: 12px 17px; font-size: 11px; }
.menu-toggle { background: 0px 0px; border: 0px; width: 40px; height: 40px; padding: 8px; display: none; }
.menu-toggle i { background: var(--ink); height: 2px; margin: 6px 0px; display: block; }
.hero { grid-template-columns: 0.86fr 1.18fr; align-items: center; gap: 58px; min-height: 720px; padding-top: 76px; padding-bottom: 100px; display: grid; position: relative; }
.hero::before { content: ""; background: radial-gradient(circle,var(--orange-soft),#fff2dc00 68%); pointer-events: none; border-radius: 50%; width: 560px; height: 560px; position: absolute; top: 30px; left: -420px; }
.eyebrow { color: var(--teal); letter-spacing: 0.17em; text-transform: uppercase; align-items: center; gap: 10px; font-size: 10px; font-weight: 800; display: flex; }
.eyebrow > span { background: linear-gradient(90deg,var(--orange),var(--teal-2)); border-radius: 4px; width: 30px; height: 3px; }
.hero h1 { max-width: 620px; color: var(--ink-deep); margin: 22px 0px 25px; font-size: clamp(48px, 5.4vw, 76px); line-height: 0.99; }
.hero h1::after { content: ""; background: var(--orange); border-radius: 50%; width: 12px; height: 12px; margin-left: 10px; display: inline-block; }
.hero-copy > p { color: var(--muted); max-width: 570px; margin: 0px; font-size: 17px; line-height: 1.72; }
.hero-actions { align-items: center; gap: 27px; margin-top: 34px; display: flex; }
.text-link { color: var(--ink); gap: 9px; font-size: 13px; font-weight: 800; display: flex; }
.text-link b { color: var(--orange); }
.hero-proof { border-top: 1px solid var(--line); align-items: center; max-width: 450px; margin-top: 44px; padding-top: 25px; display: flex; }
.avatar-stack { margin-right: 16px; display: flex; }
.avatar-stack span { background: var(--teal); color: rgb(255, 255, 255); border: 3px solid var(--paper); border-radius: 13px; place-items: center; width: 36px; height: 36px; margin-left: -7px; font-size: 8px; font-weight: 800; display: grid; transform: rotate(-4deg); }
.avatar-stack span:first-child { background: var(--orange); margin-left: 0px; transform: rotate(4deg); }
.avatar-stack span:last-child { background: var(--teal-2); transform: rotate(6deg); }
.hero-proof p { color: var(--muted); margin: 0px; font-size: 11px; line-height: 1.5; }
.hero-proof strong { color: var(--ink); }
.product-stage { align-items: center; min-height: 520px; display: flex; position: relative; }
.glow { filter: none; position: absolute; }
.glow-one { background: linear-gradient(140deg, rgb(191, 246, 238), rgb(98, 216, 206)); border-radius: 42% 58% 52% 48% / 55% 45%; width: 520px; height: 440px; top: 10px; right: -45px; transform: rotate(-5deg); }
.glow-one::before, .glow-one::after { content: ""; background: inherit; border-radius: 50%; position: absolute; }
.glow-one::before { width: 160px; height: 160px; top: -50px; right: 6px; }
.glow-one::after { width: 110px; height: 110px; bottom: -18px; left: 35px; }
.glow-two { background: linear-gradient(145deg,#ffc746,var(--orange)); border-radius: 50%; width: 86px; height: 86px; top: 18px; left: 12px; box-shadow: rgba(245, 155, 35, 0.28) 0px 18px 45px; }
.app-window { z-index: 2; background: rgb(255, 255, 255); border: 7px solid rgba(255, 255, 255, 0.72); border-radius: 26px; width: 100%; position: relative; overflow: hidden; transform: rotate(-1.5deg) translateY(12px); box-shadow: rgba(5, 81, 87, 0.22) 0px 38px 95px; }
.app-topbar { background: rgb(255, 255, 255); border-bottom: 1px solid rgb(230, 241, 239); align-items: center; gap: 20px; height: 62px; padding: 0px 19px; display: flex; }
.mini-brand { color: var(--ink); margin-right: auto; font: 800 13px Manrope; }
.mini-brand > span { background: linear-gradient(145deg,var(--teal-2),var(--teal)); color: rgb(255, 255, 255); border-radius: 10px; place-items: center; width: 29px; height: 29px; margin-right: 7px; display: inline-grid; }
.mini-brand small { color: var(--orange); }
.app-search { color: rgb(123, 153, 155); background: rgb(241, 248, 246); border-radius: 10px; padding: 9px 25px; font-size: 8px; }
.user-dot { background: var(--orange-soft); color: rgb(169, 94, 8); border-radius: 10px; place-items: center; width: 29px; height: 29px; font-size: 8px; font-weight: 800; display: grid; }
.app-body { min-height: 365px; display: flex; }
.app-sidebar { background: linear-gradient(180deg,var(--ink),#076f75); color: rgb(180, 230, 223); flex-direction: column; align-items: center; gap: 17px; width: 54px; padding: 25px 0px; display: flex; }
.app-sidebar b { font-size: 13px; font-weight: 500; }
.app-sidebar i { background: rgba(255, 255, 255, 0.13); width: 22px; height: 1px; }
.app-content { background: rgb(245, 250, 249); width: calc(100% - 54px); padding: 25px 24px; }
.app-heading { justify-content: space-between; align-items: center; margin-bottom: 18px; display: flex; }
.app-heading small, .app-heading strong { display: block; }
.app-heading small { color: rgb(131, 160, 162); margin-bottom: 3px; font-size: 8px; }
.app-heading strong { font: 800 17px Manrope; }
.app-heading button { background: linear-gradient(135deg,var(--teal-2),var(--teal)); color: rgb(255, 255, 255); border: 0px; border-radius: 9px; padding: 9px 14px; font-size: 8px; }
.app-grid { grid-template-columns: 1.55fr 0.8fr; gap: 14px; display: grid; }
.schedule-card, .metric-card { background: rgb(255, 255, 255); border: 1px solid rgb(227, 239, 237); border-radius: 14px; }
.schedule-card { padding: 4px 14px; }
.appointment { border-bottom: 1px solid rgb(234, 242, 240); grid-template-columns: 38px 29px 1fr auto; align-items: center; gap: 9px; min-height: 65px; display: grid; }
.appointment:last-child { border: 0px; }
.appointment time { color: rgb(85, 122, 126); font-size: 9px; font-weight: 800; }
.appointment .avatar { color: rgb(21, 122, 125); background: rgb(220, 245, 240); border-radius: 10px; place-items: center; width: 29px; height: 29px; font-size: 7px; font-weight: 800; display: grid; }
.appointment .avatar-1 { background: var(--orange-soft); color: rgb(169, 102, 16); }
.appointment .avatar-2 { color: rgb(24, 127, 130); background: rgb(223, 248, 245); }
.appointment .avatar-3 { color: rgb(94, 122, 62); background: rgb(238, 244, 226); }
.appointment strong, .appointment small { display: block; }
.appointment strong { font-size: 9px; }
.appointment small { color: rgb(120, 147, 149); margin-top: 3px; font-size: 7px; }
.appointment > i { color: rgb(143, 166, 168); font-size: 7px; font-style: normal; }
.metric-column { gap: 10px; display: grid; }
.metric-card { padding: 15px; }
.metric-card small, .metric-card strong { display: block; }
.metric-card small { color: rgb(115, 144, 146); font-size: 7px; }
.metric-card strong { margin-top: 7px; font: 800 15px Manrope; }
.metric-card.primary { color: rgb(255, 255, 255); background: linear-gradient(145deg, rgb(20, 168, 169), rgb(6, 123, 132)); border: 0px; }
.metric-card.primary small { color: rgb(191, 234, 228); }
.metric-card.primary span { color: rgb(225, 247, 243); font-size: 7px; }
.meter { background: rgb(230, 241, 239); border-radius: 8px; height: 5px; margin-top: 12px; overflow: hidden; }
.meter i { background: var(--orange); width: 68%; height: 100%; display: block; }
.bars { align-items: end; gap: 4px; height: 28px; margin-top: 7px; display: flex; }
.bars i { background: var(--aqua); border-radius: 3px 3px 0px 0px; width: 8%; }
.bars i:first-child { height: 35%; }
.bars i:nth-child(2) { height: 58%; }
.bars i:nth-child(3) { height: 45%; }
.bars i:nth-child(4) { height: 78%; }
.bars i:nth-child(5) { height: 68%; }
.bars i:nth-child(6) { background: var(--orange); height: 95%; }
.floating-chip { z-index: 4; background: rgb(255, 255, 255); border: 1px solid rgb(223, 240, 237); border-radius: 16px; align-items: center; gap: 10px; padding: 13px 16px; display: flex; position: absolute; box-shadow: rgba(6, 80, 87, 0.2) 0px 19px 50px; }
.floating-chip > span { background: var(--aqua-soft); width: 32px; height: 32px; color: var(--teal); border-radius: 11px; place-items: center; font-weight: 800; display: grid; }
.floating-chip small, .floating-chip strong { display: block; }
.floating-chip small { color: rgb(118, 145, 147); font-size: 7px; }
.floating-chip strong { margin-top: 2px; font-size: 10px; }
.chip-one { top: 72px; right: -22px; }
.chip-two { bottom: 24px; left: -28px; }
.chip-two > span { background: var(--orange-soft); color: var(--orange); }
.quick-strip { z-index: 5; background: 0px 0px; margin-top: -35px; padding: 0px; position: relative; }
.quick-grid { border: 1px solid var(--line); background: rgb(255, 255, 255); border-radius: 24px; grid-template-columns: repeat(4, 1fr); padding: 27px 0px; display: grid; box-shadow: rgba(11, 98, 102, 0.1) 0px 20px 55px; }
.quick-grid > div { border-right: 1px solid var(--line); justify-content: center; align-items: center; gap: 12px; display: flex; }
.quick-grid > div:last-child { border: 0px; }
.quick-grid strong { color: var(--teal); font: 800 23px Manrope; }
.quick-grid span { color: var(--muted); max-width: 110px; font-size: 10px; line-height: 1.4; }
.features { padding-top: 125px; padding-bottom: 130px; }
.section-heading { grid-template-columns: 1fr 0.75fr; align-items: end; gap: 90px; margin-bottom: 52px; display: grid; }
.section-heading h2, .center-heading h2, .security h2, .faq h2, .contact h2 { margin-top: 17px; font-size: clamp(38px, 4vw, 55px); line-height: 1.06; }
.section-heading > p { color: var(--muted); margin: 0px; font-size: 15px; line-height: 1.8; }
.feature-grid { grid-template-columns: repeat(4, 1fr); gap: 14px; display: grid; }
.feature-card { border: 1px solid var(--line); background: rgb(255, 255, 255); border-radius: 22px; min-height: 290px; padding: 28px; transition: 0.25s; position: relative; overflow: hidden; }
.feature-card::before { content: ""; background: var(--aqua-soft); border-radius: 50%; width: 100px; height: 100px; transition: 0.25s; position: absolute; top: -45px; right: -45px; }
.feature-card:nth-child(3n+2)::before { background: var(--orange-soft); }
.feature-card:hover { box-shadow: var(--shadow); border-color: rgba(0, 0, 0, 0); transform: translateY(-7px); }
.feature-card:hover::before { transform: scale(1.35); }
.feature-icon { background: linear-gradient(145deg,var(--teal-2),var(--teal)); color: rgb(255, 255, 255); border-radius: 14px; place-items: center; width: 44px; height: 44px; margin-bottom: 38px; font: 800 10px Manrope; display: grid; box-shadow: rgba(16, 155, 157, 0.2) 0px 10px 25px; }
.feature-card:nth-child(3n+2) .feature-icon { background: linear-gradient(145deg,#ffb64a,var(--orange)); }
.feature-card h3 { letter-spacing: -0.03em; margin-bottom: 14px; font-size: 18px; }
.feature-card p { color: var(--muted); margin: 0px; font-size: 12px; line-height: 1.7; }
.card-arrow { background: var(--aqua-soft); width: 30px; height: 30px; color: var(--teal); opacity: 0; border-radius: 50%; place-items: center; transition: 0.2s; display: grid; position: absolute; bottom: 22px; right: 23px; }
.feature-card:hover .card-arrow { opacity: 1; }
.team-section { background: linear-gradient(rgb(233, 251, 248) 0%, rgb(247, 251, 250) 100%); padding: 120px 0px; position: relative; overflow: hidden; }
.team-section::before { content: ""; border: 55px solid rgba(39, 198, 189, 0.09); border-radius: 50%; width: 270px; height: 270px; position: absolute; top: 40px; right: -90px; }
.center-heading { text-align: center; max-width: 760px; margin: 0px auto 35px; }
.center-heading .eyebrow { justify-content: center; }
.team-tabs { border: 1px solid var(--line); background: rgb(255, 255, 255); border-radius: 15px; gap: 3px; width: max-content; margin: 0px auto 48px; padding: 5px; display: flex; box-shadow: rgba(6, 100, 104, 0.08) 0px 10px 30px; }
.team-tabs button { color: rgb(109, 137, 140); cursor: pointer; background: 0px 0px; border: 0px; border-radius: 11px; padding: 13px 25px; font-size: 11px; font-weight: 800; }
.team-tabs button.active { background: linear-gradient(135deg,var(--teal),#087c85); color: rgb(255, 255, 255); box-shadow: rgba(13, 130, 137, 0.2) 0px 9px 22px; }
.team-tabs button:focus-visible { outline: 3px solid rgba(245, 155, 35, .45); outline-offset: 2px; }
.team-panel { border: 1px solid var(--line); background: rgb(255, 255, 255); border-radius: 30px; grid-template-columns: 0.85fr 1.1fr; align-items: center; gap: 70px; min-height: 520px; padding: 66px; display: grid; box-shadow: rgba(8, 93, 98, 0.1) 0px 28px 90px; }
.team-copy > small { color: var(--orange); text-transform: uppercase; letter-spacing: 0.14em; font-size: 10px; font-weight: 800; }
.team-copy h3 { margin: 14px 0px 19px; font-size: 35px; line-height: 1.1; }
.team-copy > p { color: var(--muted); font-size: 14px; line-height: 1.78; }
.team-copy ul { grid-template-columns: 1fr 1fr; gap: 13px; margin: 28px 0px 0px; padding: 0px; list-style: none; display: grid; }
.team-copy li { align-items: center; gap: 8px; font-size: 11px; font-weight: 700; display: flex; }
.team-copy li span { background: var(--aqua-soft); width: 22px; height: 22px; color: var(--teal); border-radius: 8px; place-items: center; font-size: 9px; display: grid; }
.role-visual { background: linear-gradient(145deg, rgb(200, 245, 238), rgb(119, 220, 210)); border-radius: 28px; height: 370px; padding: 31px; position: relative; overflow: hidden; }
.role-visual::before { content: ""; background: rgba(255, 255, 255, 0.22); border-radius: 50%; width: 230px; height: 230px; position: absolute; top: -70px; right: -60px; }
.role-manager { background: linear-gradient(145deg, rgb(255, 240, 214), rgb(255, 200, 108)); }
.role-doctor { background: linear-gradient(145deg, rgb(217, 246, 242), rgb(134, 222, 212)); }
.visual-card { background: rgb(255, 255, 255); border-radius: 17px; position: relative; box-shadow: rgba(5, 77, 83, 0.17) 0px 22px 50px; }
.visual-main { z-index: 2; width: 78%; height: 292px; padding: 21px; }
.visual-header { justify-content: space-between; font: 800 13px Manrope; display: flex; }
.visual-header i { color: rgb(143, 166, 167); font-size: 8px; font-style: normal; }
.visual-chart { border-bottom: 1px solid rgb(231, 240, 239); align-items: end; gap: 7px; height: 70px; margin: 15px 0px 10px; padding: 0px 5px; display: flex; }
.visual-chart i { background: var(--aqua); border-radius: 4px 4px 0px 0px; width: 11%; }
.visual-chart i:first-child { height: 34%; }
.visual-chart i:nth-child(2) { height: 48%; }
.visual-chart i:nth-child(3) { height: 42%; }
.visual-chart i:nth-child(4) { height: 70%; }
.visual-chart i:nth-child(5) { height: 56%; }
.visual-chart i:nth-child(6) { background: var(--orange); height: 85%; }
.visual-chart i:nth-child(7) { height: 70%; }
.visual-row { border-bottom: 1px solid rgb(237, 243, 242); grid-template-columns: 37px 24px 1fr; align-items: center; gap: 8px; padding: 11px 0px; display: grid; }
.visual-row > b { font-size: 8px; }
.visual-row > span { background: var(--aqua-soft); border-radius: 8px; width: 24px; height: 24px; }
.visual-row strong, .visual-row small { display: block; }
.visual-row strong { font-size: 8px; }
.visual-row small { color: rgb(130, 153, 155); margin-top: 2px; font-size: 6px; }
.visual-mini { z-index: 3; width: 190px; padding: 20px; position: absolute; bottom: 33px; right: 18px; }
.visual-mini small, .visual-mini strong { display: block; }
.visual-mini small { color: rgb(118, 145, 147); font-size: 8px; }
.visual-mini strong { margin-top: 7px; font: 800 21px Manrope; }
.spark { align-items: end; gap: 5px; height: 32px; margin-top: 8px; display: flex; }
.spark i { background: var(--aqua); width: 12%; height: 30%; }
.spark i:nth-child(2) { height: 45%; }
.spark i:nth-child(3) { height: 35%; }
.spark i:nth-child(4) { height: 75%; }
.spark i:nth-child(5) { background: var(--orange); height: 90%; }
.flow { padding-top: 120px; padding-bottom: 130px; }
.flow-grid { grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 68px; display: grid; }
.flow-grid article { border: 1px solid var(--line); background: rgb(255, 255, 255); border-radius: 22px; padding: 30px 26px; position: relative; }
.step-top { align-items: center; display: flex; }
.step-top span { background: linear-gradient(145deg,var(--teal-2),var(--teal)); color: rgb(255, 255, 255); border-radius: 16px; place-items: center; width: 50px; height: 50px; font: 800 11px Manrope; display: grid; }
.step-top i { background: linear-gradient(90deg,var(--aqua),transparent); flex: 1 1 0%; height: 2px; margin-left: 12px; }
.flow-grid h3 { margin: 24px 0px 12px; font-size: 21px; }
.flow-grid p { color: var(--muted); margin: 0px; font-size: 12px; line-height: 1.7; }
.security { color: rgb(255, 255, 255); background: linear-gradient(145deg, rgb(7, 63, 74) 0%, rgb(8, 118, 123) 65%, rgb(21, 155, 152) 100%); padding: 120px 0px; position: relative; overflow: hidden; }
.security::before { content: ""; opacity: 0.14; background: rgb(55, 208, 195); border-radius: 50%; width: 370px; height: 160px; position: absolute; top: -35px; right: -70px; }
.security::after { content: ""; background: var(--orange); opacity: 0.08; border-radius: 50%; width: 500px; height: 250px; position: absolute; bottom: -140px; left: -250px; }
.security-grid { z-index: 2; grid-template-columns: 0.85fr 1fr; align-items: center; gap: 110px; display: grid; position: relative; }
.eyebrow.light { color: rgb(255, 209, 140); }
.eyebrow.light span { background: linear-gradient(90deg,var(--orange),var(--aqua)); }
.security-copy > p { color: rgb(197, 226, 223); font-size: 14px; line-height: 1.8; }
.lock-seal { align-items: center; gap: 12px; margin-top: 36px; display: flex; }
.lock-seal > span { color: rgb(255, 208, 138); background: rgba(255, 255, 255, 0.12); border-radius: 14px; place-items: center; width: 45px; height: 45px; font-size: 22px; display: grid; }
.lock-seal strong, .lock-seal small { display: block; }
.lock-seal strong { font-size: 12px; }
.lock-seal small { color: rgb(169, 206, 203); margin-top: 3px; font-size: 9px; }
.security-list { border-top: 1px solid rgba(255, 255, 255, 0.17); }
.security-list article { border-bottom: 1px solid rgba(255, 255, 255, 0.17); grid-template-columns: 45px 1fr; gap: 22px; padding: 27px 0px; display: grid; }
.security-list > article > span { color: rgb(255, 208, 138); font: 800 10px Manrope; }
.security-list h3 { margin-bottom: 7px; font-size: 17px; }
.security-list p { color: rgb(172, 208, 205); margin: 0px; font-size: 11px; line-height: 1.65; }
.faq { padding-top: 120px; padding-bottom: 120px; }
.faq-grid { grid-template-columns: 0.65fr 1fr; gap: 120px; display: grid; }
.faq-aside { color: var(--muted); max-width: 300px; font-size: 13px; line-height: 1.75; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 0px; }
.faq-list summary { cursor: pointer; justify-content: space-between; align-items: flex-start; gap: 20px; padding: 25px 0px; font: 800 15px Manrope; list-style: none; display: flex; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .faq-question { display: block; flex: 1 1 auto; min-width: 0; width: auto; color: inherit; font: inherit; line-height: 1.5; }
.faq-list summary .faq-toggle { background: var(--aqua-soft); width: 29px; height: 29px; color: var(--teal); border-radius: 10px; flex: 0 0 29px; place-items: center; font-size: 18px; line-height: 1; transition: transform .2s ease, background .2s ease, color .2s ease; display: grid; }
.faq-list details[open] summary .faq-toggle { background: var(--orange-soft); color: var(--orange); transform: rotate(45deg); }
.faq-list p { color: var(--muted); margin: 0px; padding: 0px 42px 25px 0px; font-size: 12px; line-height: 1.78; }
.support { padding-bottom: 38px; }
.support-card { border: 1px solid var(--line); background: rgb(255, 255, 255); border-radius: 28px; grid-template-columns: 1fr auto; align-items: center; gap: 55px; padding: 48px 55px; display: grid; box-shadow: rgba(7, 94, 99, 0.08) 0px 20px 55px; }
.support-card h2 { margin: 14px 0px 10px; font-size: 32px; }
.support-card p { max-width: 680px; color: var(--muted); margin: 0px; font-size: 13px; line-height: 1.75; }
.support-actions { flex-wrap: wrap; align-items: center; gap: 22px; display: flex; }
.support-actions .text-link { white-space: nowrap; }
.contact { padding-bottom: 110px; }
.contact-card { border: 1px solid var(--line); background: linear-gradient(135deg, rgb(213, 250, 244) 0%, rgb(237, 253, 249) 56%, rgb(255, 240, 214) 100%); border-radius: 34px; grid-template-columns: 1fr 0.86fr; min-height: 520px; display: grid; position: relative; overflow: hidden; }
.contact-card::before { content: ""; background: var(--orange); opacity: 0.12; border-radius: 50%; width: 190px; height: 190px; position: absolute; bottom: -75px; left: -75px; }
.contact-copy { padding: 72px; position: relative; }
.contact-copy > small { color: var(--teal); text-transform: uppercase; letter-spacing: 0.14em; font-size: 9px; font-weight: 800; }
.contact-copy h2 { max-width: 570px; }
.contact-copy > p { color: var(--muted); max-width: 500px; font-size: 14px; line-height: 1.75; }
.contact-mark { position: absolute; bottom: 28px; left: 66px; }
.contact-mark img { object-fit: contain; mix-blend-mode: multiply; width: 168px; height: 110px; }
.demo-form { background: rgb(255, 255, 255); border-radius: 24px; flex-direction: column; justify-content: center; margin: 38px; padding: 40px; display: flex; position: relative; box-shadow: rgba(7, 94, 99, 0.12) 0px 22px 65px; }
.demo-form::before { content: ""; background: linear-gradient(90deg,var(--teal-2),var(--orange)); border-radius: 4px; width: 55px; height: 5px; position: absolute; top: 0px; left: 40px; }
.demo-form label { margin-bottom: 18px; display: block; }
.demo-form label span { color: rgb(79, 116, 119); margin-bottom: 8px; font-size: 10px; font-weight: 800; display: block; }
.demo-form input { border: 1px solid var(--line); background: rgb(249, 252, 251); border-radius: 12px; outline: none; width: 100%; height: 46px; padding: 0px 14px; }
.demo-form input:focus { border-color: var(--teal); box-shadow: rgba(21, 149, 155, 0.09) 0px 0px 0px 4px; }
.demo-form button { width: 100%; margin-top: 5px; }
.demo-form > small { text-align: center; color: rgb(129, 151, 153); margin-top: 13px; font-size: 8px; }
.success { text-align: center; place-items: center; display: grid; }
.success span { background: var(--aqua-soft); width: 68px; height: 68px; color: var(--teal); border-radius: 22px; place-items: center; font-size: 25px; display: grid; }
.success p { max-width: 300px; font-size: 15px; line-height: 1.7; }
footer { background: var(--ink-deep); color: rgb(255, 255, 255); padding: 66px 0px 30px; }
.footer-grid { grid-template-columns: 1fr 1fr; display: grid; }
.footer-grid .brand { background: rgb(255, 255, 255); border-radius: 18px; width: max-content; padding: 3px 12px; }
.footer-grid .brand > img { width: 150px; height: 82px; }
.footer-grid > div:first-child > p { color: rgb(145, 178, 181); max-width: 340px; font-size: 11px; line-height: 1.75; }
.footer-links { flex-wrap: wrap; place-content: flex-start flex-end; gap: 18px 24px; padding-top: 23px; display: flex; }
.footer-links a { color: rgb(195, 217, 217); font-size: 11px; }
.footer-bottom { color: rgb(137, 168, 170); border-top: 1px solid rgba(255, 255, 255, 0.1); grid-column: 1 / -1; justify-content: space-between; align-items: center; gap: 30px; margin-top: 42px; padding-top: 25px; font-size: 10px; line-height: 1.6; display: flex; }
.footer-bottom > span { max-width: 780px; }
.footer-bottom > span a { color: rgb(255, 208, 138); text-underline-offset: 3px; font-weight: 700; text-decoration: underline; }
.footer-bottom .language { background: 0px 0px; border-color: rgba(255, 255, 255, 0.13); flex: 0 0 auto; }
.footer-bottom .language button { color: rgb(141, 176, 178); }
.footer-bottom .language button.active { color: rgb(255, 255, 255); background: rgba(255, 255, 255, 0.1); }
@media (width <= 1180px) {
  .desktop-cta { display: none; }
  .main-nav { gap: 15px; }
  .nav-shell { gap: 18px; }
}
@media (width <= 1050px) {
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 55px; padding-top: 60px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .hero-proof { justify-content: center; margin-inline: auto; }
  .hero-copy > p, .hero h1 { margin-inline: auto; }
  .product-stage { width: min(720px, 100%); margin: auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .team-panel { grid-template-columns: 1fr; padding: 50px; }
  .team-copy { max-width: 650px; }
  .role-visual { width: 100%; max-width: 650px; margin: auto; }
  .security-grid { gap: 60px; }
  .contact-copy { padding: 56px; }
  .desktop-cta { display: none; }
}
@media (width <= 720px) {
  .section-shell, .nav-shell { width: min(100% - 30px, 1180px); }
  .site-header { height: 84px; }
  .brand > img { width: 130px; height: 76px; }
  .menu-toggle { display: block; }
  .main-nav { background: var(--paper); flex-direction: column; align-items: flex-start; gap: 21px; margin: 0px; padding: 26px 22px; display: none; position: absolute; top: 84px; left: 0px; right: 0px; box-shadow: rgba(5, 73, 78, 0.14) 0px 20px 34px; }
  .main-nav.open { display: flex; }
  .nav-actions { gap: 7px; }
  .nav-actions > .language button { padding: 5px; font-size: 8px; }
  .hero { min-height: auto; padding: 54px 0px 88px; }
  .hero h1 { font-size: 43px; }
  .hero h1::after { width: 8px; height: 8px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-proof { margin-top: 32px; }
  .product-stage { min-height: 355px; }
  .glow-one { width: 340px; height: 300px; right: -35px; }
  .glow-two { width: 58px; height: 58px; left: 0px; }
  .app-window { border-width: 4px; transform: rotate(-1deg); }
  .app-topbar { height: 48px; }
  .app-search { display: none; }
  .app-body { min-height: 270px; }
  .app-sidebar { width: 37px; }
  .app-content { width: calc(100% - 37px); padding: 15px 12px; }
  .app-grid { grid-template-columns: 1fr; }
  .metric-column { display: none; }
  .schedule-card { padding: 1px 9px; }
  .appointment { grid-template-columns: 32px 25px 1fr auto; min-height: 49px; }
  .chip-one { top: 38px; right: -6px; }
  .chip-two { display: none; }
  .floating-chip { padding: 8px; }
  .floating-chip > span { width: 24px; height: 24px; }
  .quick-strip { margin-top: -38px; }
  .quick-grid { grid-template-columns: 1fr 1fr; gap: 23px 0px; padding: 24px 0px; }
  .quick-grid > div:nth-child(2) { border: 0px; }
  .quick-grid strong { font-size: 18px; }
  .quick-grid span { font-size: 8px; }
  .features, .team-section, .flow, .faq { padding-top: 82px; padding-bottom: 82px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 38px; }
  .section-heading h2, .center-heading h2, .security h2, .faq h2, .contact h2 { font-size: 36px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 245px; }
  .team-tabs { justify-content: flex-start; width: 100%; overflow: auto; }
  .team-tabs button { white-space: nowrap; padding: 11px 17px; }
  .team-panel { gap: 35px; padding: 31px 20px; }
  .team-copy h3 { font-size: 28px; }
  .team-copy ul { grid-template-columns: 1fr; }
  .role-visual { height: 310px; padding: 18px; }
  .visual-main { width: 90%; height: 260px; }
  .visual-mini { width: 155px; bottom: 20px; right: 8px; }
  .support { padding-bottom: 24px; }
  .support-card { grid-template-columns: 1fr; gap: 28px; padding: 34px 24px; }
  .support-card h2 { font-size: 27px; }
  .support-actions { flex-direction: column; align-items: flex-start; }
  .flow-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .flow-grid article { padding: 25px 20px; }
  .step-top i { display: none; }
  .security { padding: 82px 0px; }
  .security-grid { grid-template-columns: 1fr; gap: 55px; }
  .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact { padding-bottom: 70px; }
  .contact-card { grid-template-columns: 1fr; }
  .contact-copy { padding: 47px 28px 122px; }
  .contact-mark { bottom: 12px; left: 20px; }
  .contact-mark img { width: 150px; }
  .demo-form { margin: 0px 14px 14px; padding: 29px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; justify-content: flex-start; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 18px; }
  .floating-chip { font-size: 8px; }
}
@media (width <= 420px) {
  .hero h1 { font-size: 38px; }
  .product-stage { min-height: 310px; }
  .app-content { padding: 11px 8px; }
  .app-heading strong { font-size: 14px; }
  .appointment { grid-template-columns: 29px 23px 1fr auto; }
  .chip-one { display: none; }
  .quick-grid > div { justify-content: flex-start; padding-left: 12px; }
  .flow-grid { grid-template-columns: 1fr; }
  .contact-copy { padding-top: 40px; }
  .nav-shell { gap: 6px; }
  .brand > img { width: 116px; height: 72px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

.language button { cursor: pointer; }
@media (max-width: 720px) {
  .faq-list summary { gap: 14px; padding: 21px 0; }
  .faq-list summary .faq-question { font-size: 15px; }
}

/* Telas reais da plataforma */
.platform-hero-frame {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  border: 7px solid rgba(255, 255, 255, .78);
  border-radius: 26px;
  background: #fff;
  transform: rotate(-1.5deg) translateY(10px);
  box-shadow: 0 38px 95px rgba(5, 81, 87, .24);
}
.platform-hero-frame img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top left; }
.platform-hero-frame span { position: absolute; top: 17px; right: 17px; padding: 9px 13px; border-radius: 10px; background: rgba(255,255,255,.94); color: var(--teal); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; box-shadow: 0 8px 24px rgba(6,63,75,.14); }
.product-stage:has(.platform-hero-frame)::before { content: ""; position: absolute; inset: 20px -38px 8px 45px; border-radius: 44% 56% 50% 50%; background: linear-gradient(145deg, #bff6ee, #62d8ce); transform: rotate(-5deg); }

.real-role-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-content: center; height: auto; min-height: 430px; padding: 28px; background: linear-gradient(145deg, #dff8f4, #f7fbfa); }
.real-role-visual figure { overflow: hidden; margin: 0; border: 5px solid #fff; border-radius: 18px; background: #fff; box-shadow: 0 22px 48px rgba(6,63,75,.16); }
.real-role-visual figure:nth-child(2) { transform: translateY(28px); }
.real-role-visual img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: top left; transition: transform .35s ease; }
.real-role-visual a:hover img { transform: scale(1.025); }
.real-role-visual figcaption { padding: 11px 12px 12px; color: var(--ink); font-size: 9px; font-weight: 800; line-height: 1.45; }

.platform-tour { padding-top: 120px; padding-bottom: 125px; }
.platform-tour-heading { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 80px; margin-bottom: 44px; }
.platform-tour-heading h2 { max-width: 720px; margin-top: 17px; font-size: clamp(38px, 4vw, 55px); line-height: 1.06; }
.platform-tour-heading > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.platform-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.platform-gallery article { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 20px 55px rgba(11,98,102,.09); }
.platform-gallery article > a { display: block; overflow: hidden; background: #edf6f5; }
.platform-gallery img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top left; transition: transform .35s ease; }
.platform-gallery a:hover img { transform: scale(1.018); }
.platform-gallery article > div { padding: 24px 26px 27px; }
.platform-gallery h3 { margin-bottom: 10px; font-size: 21px; }
.platform-gallery p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.72; }

.pricing { padding-top: 120px; padding-bottom: 125px; }
.pricing-heading { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 80px; margin-bottom: 44px; }
.pricing-heading h2 { max-width: 720px; margin-top: 17px; font-size: clamp(38px, 4vw, 55px); line-height: 1.06; }
.pricing-heading > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pricing-grid article { position: relative; min-height: 310px; padding: 34px 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: 0 20px 55px rgba(11,98,102,.08); }
.pricing-grid article::after { content: ""; position: absolute; right: -42px; bottom: -54px; width: 130px; height: 130px; border: 22px solid var(--aqua-soft); border-radius: 50%; }
.pricing-grid article.featured { color: #fff; border-color: transparent; background: linear-gradient(145deg, var(--ink), #087984); transform: translateY(-10px); box-shadow: 0 28px 70px rgba(6,63,75,.22); }
.pricing-grid article.featured::after { border-color: rgba(255,255,255,.09); }
.pricing-grid article > small { display: block; color: var(--teal); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.pricing-grid article.featured > small { color: var(--aqua); }
.pricing-grid article > strong { display: block; margin-top: 24px; color: var(--ink); font: 800 clamp(31px, 3vw, 43px) Manrope; letter-spacing: -.045em; }
.pricing-grid article.featured > strong { color: #fff; }
.pricing-grid article > em { display: block; margin-top: 4px; color: var(--orange); font-size: 11px; font-style: normal; font-weight: 800; }
.pricing-grid article > p { position: relative; z-index: 1; margin: 27px 0 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.pricing-grid article.featured > p { color: #c8e7e4; }
.pricing-badge { position: absolute; top: 20px; right: 20px; padding: 7px 10px; border-radius: 9px; background: rgba(255,255,255,.11); color: #fff; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.pricing-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 25px; }
.pricing-benefits span { display: flex; align-items: center; gap: 11px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; color: var(--ink); font-size: 11px; font-weight: 800; }
.pricing-benefits b { display: grid; place-items: center; flex: 0 0 27px; width: 27px; height: 27px; border-radius: 9px; background: var(--aqua-soft); color: var(--teal); }
.pricing-bottom { display: flex; justify-content: space-between; align-items: center; gap: 25px; margin-top: 27px; }
.pricing-bottom > small { color: var(--muted); font-size: 10px; line-height: 1.5; }

@media (max-width: 900px) {
  .platform-tour-heading { grid-template-columns: 1fr; gap: 20px; }
  .real-role-visual { min-height: 350px; padding: 20px; }
  .pricing-heading { grid-template-columns: 1fr; gap: 20px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-grid article.featured { transform: none; }
}
@media (max-width: 720px) {
  .platform-hero-frame { border-width: 4px; transform: rotate(-1deg); }
  .platform-tour { padding-top: 82px; padding-bottom: 82px; }
  .platform-tour-heading h2 { font-size: 36px; }
  .platform-gallery { grid-template-columns: 1fr; }
  .real-role-visual { grid-template-columns: 1fr; min-height: 0; }
  .real-role-visual figure:nth-child(2) { display: none; }
  .pricing { padding-top: 82px; padding-bottom: 82px; }
  .pricing-heading h2 { font-size: 36px; }
  .pricing-benefits { grid-template-columns: 1fr; }
  .pricing-bottom { flex-direction: column; align-items: flex-start; }
}

/* Ritmo vertical mais compacto entre as seções. */
.features, .team-section, .flow, .faq, .platform-tour { padding-top: 88px; padding-bottom: 88px; }
.security { padding-top: 92px; padding-bottom: 92px; }
.contact { padding-bottom: 42px; }
.pricing { padding-top: 70px; padding-bottom: 92px; }

/* Visualização ampliada das telas reais da plataforma. */
.platform-gallery a, .real-role-visual a, .platform-hero-frame img[role="button"] { cursor: zoom-in; }
.platform-hero-frame img[role="button"]:focus-visible { outline: 4px solid var(--orange); outline-offset: -4px; }
body.modal-open { overflow: hidden; }
.image-modal[hidden] { display: none; }
.image-modal { position: fixed; z-index: 9999; inset: 0; display: grid; place-items: center; padding: 26px; }
.image-modal-backdrop { position: absolute; inset: 0; background: rgba(3, 28, 35, .82); backdrop-filter: blur(8px); }
.image-modal-window { position: relative; z-index: 1; display: flex; flex-direction: column; width: min(1500px, 96vw); max-height: 92vh; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 22px; background: #fff; box-shadow: 0 34px 110px rgba(0,0,0,.42); }
.image-modal-window img { display: block; width: 100%; max-height: calc(92vh - 62px); object-fit: contain; background: #edf5f4; }
.image-modal-window p { margin: 0; padding: 15px 62px 16px 20px; color: var(--ink); font-size: 11px; font-weight: 800; line-height: 1.45; }
.image-modal-close { position: absolute; z-index: 2; top: 12px; right: 12px; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(6,63,75,.12); border-radius: 13px; background: rgba(255,255,255,.96); color: var(--ink); cursor: pointer; font-size: 27px; line-height: 1; box-shadow: 0 8px 25px rgba(6,63,75,.18); }
.image-modal-close:hover { background: var(--orange-soft); color: var(--orange); }
.image-modal-close:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }

@media (max-width: 720px) {
  .features, .team-section, .flow, .faq, .platform-tour { padding-top: 64px; padding-bottom: 64px; }
  .security { padding-top: 68px; padding-bottom: 68px; }
  .contact { padding-bottom: 30px; }
  .pricing { padding-top: 54px; padding-bottom: 70px; }
  .image-modal { padding: 10px; }
  .image-modal-window { width: 100%; max-height: 94vh; border-radius: 16px; }
  .image-modal-window img { max-height: calc(94vh - 58px); }
}

/* Legibilidade reforçada para textos auxiliares e informações pequenas. */
.main-nav a { font-size: 12px; }
.language button { font-size: 10px; }
.eyebrow { font-size: 11px; }
.hero-proof p { font-size: 12px; }
.quick-grid span { font-size: 11px; }
.feature-card p, .flow-grid p, .faq-list p, .platform-gallery p, .pricing-grid article > p { font-size: 13px; }
.team-tabs button { font-size: 12px; }
.team-copy > small, .contact-copy > small { font-size: 11px; }
.team-copy li { font-size: 12px; }
.security-list p { font-size: 12px; }
.lock-seal small { font-size: 10px; }
.faq-aside { font-size: 14px; }
.support-card p { font-size: 14px; }
.demo-form label span { font-size: 12px; }
.demo-form input { font-size: 14px; }
.demo-form > small { font-size: 10px; line-height: 1.5; }
.footer-grid > div:first-child > p, .footer-links a { font-size: 12px; }
.footer-bottom { font-size: 11px; }
.platform-hero-frame span, .real-role-visual figcaption { font-size: 10px; }
.pricing-grid article > small, .pricing-grid article > em, .pricing-benefits span { font-size: 12px; }
.pricing-badge { font-size: 9px; }
.pricing-bottom > small, .image-modal-window p { font-size: 11px; }
.pricing { padding-bottom: 56px; }

@media (max-width: 720px) {
  .main-nav a { font-size: 13px; }
  .quick-grid span { font-size: 10px; }
  .feature-card p, .flow-grid p, .faq-list p, .platform-gallery p, .pricing-grid article > p { font-size: 13px; }
  .pricing { padding-bottom: 40px; }
}
