:root {
  --sky-light: #dceefe;
  --sky: #99ccf9;
  --white: #fff;
  --ink: #202124;
  --muted: #5f6670;
  --blue: #425fa6;
  --blue-dark: #36538f;
  --line: rgba(49, 78, 125, .12);
  --danger: #b53232;
  --success: #16875a;
  --content-width: 1040px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--white); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-visible { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(var(--content-width), calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 300; transform: translateY(-160%); padding: 10px 14px; border-radius: 10px; background: var(--blue-dark); color: #fff; }
.skip-link:focus { transform: translateY(0); }
.gradient-section { background: linear-gradient(125deg, var(--sky-light) 0%, var(--sky) 52%, var(--sky-light) 100%); }

.topbar { position: sticky; top: 0; z-index: 100; height: 76px; border-bottom: 1px solid rgba(32, 33, 36, .05); background: rgba(255, 255, 255, .93); backdrop-filter: blur(14px); }
.topbar__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; line-height: 1; font-weight: 650; letter-spacing: -.025em; }
.wordmark img { width: 38px; height: 38px; border-radius: 11px; }
.topnav { display: flex; align-items: center; gap: 36px; margin-left: auto; margin-right: 38px; color: #3f4349; font-size: 13px; }
.topnav a:not(.button), .footer__links a { transition: color .18s ease; }
.topnav a:not(.button):hover, .topnav a:not(.button):focus-visible, .footer__links a:hover, .footer__links a:focus-visible { color: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 28px; border: 0; border-radius: 999px; background: var(--blue); color: #fff; font-size: 12px; font-weight: 600; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { background: var(--blue-dark); transform: translateY(-1px); box-shadow: 0 10px 24px rgba(54, 83, 143, .22); }
.button:active { transform: translateY(0); box-shadow: none; }
.button:focus-visible, .menu-button:focus-visible, summary:focus-visible { outline: 3px solid rgba(66, 95, 166, .28); outline-offset: 3px; }
.button--nav { min-width: 124px; }
.button--mobile { display: none; }
.menu-button { display: none; width: 42px; height: 42px; padding: 9px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 22px; height: 2px; margin: 5px auto; border-radius: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 845px; overflow: hidden; }
.hero__inner { display: grid; min-height: 845px; place-items: center; padding: 0; }
.hero__stage { position: relative; width: min(820px, 100%); height: 845px; }
.hero__cloud { position: absolute; top: 55px; left: 224px; width: 630px; height: 304px; border-radius: 42px; background: #fff; box-shadow: 0 18px 52px rgba(66, 95, 166, .06); }
.hero__cloud::before { content: ""; position: absolute; top: 177px; left: -203px; width: 351px; height: 338px; border-radius: 42px; background: #fff; }
.hero__cloud::after { display: none; }
.hero__copy { position: absolute; z-index: 2; top: 118px; left: 280px; width: 470px; }
.hero h1 { margin: 0; font-size: 42px; line-height: 1.24; font-weight: 500; letter-spacing: -.045em; }
.hero__copy p { max-width: 460px; margin: 27px 0 0 74px; color: #41464d; font-size: 17px; line-height: 1.35; }
.hero__phone { position: absolute; z-index: 3; top: 291px; left: 82px; width: 214px; height: 436px; filter: drop-shadow(0 18px 20px rgba(28, 45, 72, .16)); }
.download-card { position: absolute; z-index: 4; top: 500px; right: -34px; display: grid; grid-template-columns: 56px 1fr 1fr; grid-template-rows: auto 40px; gap: 18px 20px; width: 410px; min-height: 220px; padding: 24px; border-radius: 30px; background: rgba(255,255,255,.94); box-shadow: 0 18px 52px rgba(49, 78, 125, .11); }
.download-card img { width: 56px; height: 56px; border-radius: 15px; }
.download-card__metric { display: grid; align-content: center; }
.download-card__metric strong { font-size: 27px; line-height: 1; font-weight: 600; letter-spacing: -.035em; }
.download-card__metric span { margin-top: 5px; color: #717780; font-size: 8px; line-height: 1.2; }
.button--download { grid-column: 1 / -1; min-height: 40px; }

.feature { position: relative; min-height: 430px; overflow: hidden; }
.feature--scan, .feature--security { background: linear-gradient(115deg, #fff 0%, #fff 28%, #c2e2fc 28%, #a6d3f8 100%); }
.feature--organizer { background: linear-gradient(115deg, #b5dbfb 0%, #dff0fe 100%); }
.feature__wrap { display: grid; min-height: 430px; place-items: center; padding: 34px 0; }
.feature-card { position: relative; display: grid; grid-template-columns: 260px 1fr; width: min(800px, 100%); min-height: 338px; border-radius: 0 46px 46px 0; background: #fff; box-shadow: 0 18px 55px rgba(49, 78, 125, .08); }
.feature-card::before { content: ""; position: absolute; top: 0; left: -110px; width: 180px; height: 100%; border-radius: 42px 0 0 42px; background: #fff; }
.feature-card__visual { position: relative; z-index: 2; align-self: end; height: 338px; display: flex; align-items: flex-end; justify-content: center; overflow: hidden; }
.feature-card__visual img { width: 203px; height: 301px; object-fit: contain; object-position: bottom; filter: drop-shadow(0 16px 18px rgba(21, 35, 58, .12)); }
.feature-card__copy { position: relative; z-index: 2; align-self: center; max-width: 500px; padding: 42px 56px 42px 22px; }
.feature-card h2 { margin: 0 0 36px; font-size: 31px; line-height: 1.1; font-weight: 500; letter-spacing: -.035em; }
.feature-card h3 { margin: 0 0 8px; font-size: 15px; line-height: 1.25; font-weight: 500; }
.feature-card p { margin: 0; color: #3f454d; font-size: 13px; line-height: 1.48; }
.feature-card--reverse { grid-template-columns: 1fr 260px; border-radius: 46px 0 0 46px; }
.feature-card--reverse::before { left: auto; right: -110px; border-radius: 0 42px 42px 0; }
.feature-card--reverse .feature-card__visual { grid-column: 2; grid-row: 1; }
.feature-card--reverse .feature-card__copy { grid-column: 1; grid-row: 1; padding: 42px 22px 42px 56px; }
.feature--organizer .feature-card { background: rgba(255,255,255,.5); box-shadow: none; }

.faq { padding: 72px 0 36px; }
.faq__inner { width: min(640px, calc(100% - 64px)); }
.faq h2 { margin: 0 0 34px; text-align: center; font-size: 34px; line-height: 1; font-weight: 500; letter-spacing: -.04em; }
.faq__list { display: grid; gap: 10px; }
.faq details { border: 1px solid rgba(255,255,255,.7); border-radius: 14px; background: rgba(255,255,255,.78); box-shadow: 0 7px 22px rgba(49, 78, 125, .04); }
.faq summary { position: relative; padding: 15px 52px 15px 20px; list-style: none; font-size: 13px; font-weight: 500; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "⌄"; position: absolute; top: 50%; right: 20px; transform: translateY(-56%); color: #4a5562; font-size: 18px; transition: transform .2s ease; }
.faq details[open] summary::after { transform: translateY(-42%) rotate(180deg); }
.faq details p { margin: 0; padding: 0 52px 18px 20px; color: var(--muted); font-size: 12px; line-height: 1.55; }

.contact { padding: 84px 0 92px; }
.contact__inner { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 90px; width: min(800px, calc(100% - 64px)); }
.contact__copy h2 { margin: 0 0 28px; font-size: 32px; line-height: 1.1; font-weight: 500; letter-spacing: -.035em; }
.contact__copy p { margin: 0 0 16px; font-size: 13px; line-height: 1.45; }
.contact__copy p:last-child { max-width: 245px; margin-top: 26px; }
.support-form { display: grid; gap: 10px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.input-group { position: relative; }
.input-group label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.support-form input:not([type="hidden"]), .support-form textarea { width: 100%; border: 1px solid transparent; border-radius: 12px; background: rgba(255,255,255,.9); color: var(--ink); outline: 0; box-shadow: 0 5px 18px rgba(49, 78, 125, .04); transition: border-color .18s ease, box-shadow .18s ease; }
.support-form input:not([type="hidden"]) { height: 45px; padding: 0 16px; }
.support-form textarea { min-height: 112px; max-height: 220px; padding: 14px 16px; resize: vertical; }
.support-form input::placeholder, .support-form textarea::placeholder { color: #a1a8b0; }
.support-form input:focus, .support-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(66, 95, 166, .12); }
.input-group.invalid input, .input-group.invalid textarea { border-color: var(--danger); }
.input-group.valid input, .input-group.valid textarea { border-color: var(--success); }
.input-error { display: block; min-height: 0; margin: 3px 9px 0; color: var(--danger); font-size: 10px; line-height: 1.2; }
.input-error:not(:empty) { min-height: 12px; }
.button--submit { width: 260px; margin: 4px auto 0; }
.button--submit:disabled { opacity: .65; cursor: wait; transform: none; box-shadow: none; }
.form-note { margin: -2px 0 0; text-align: center; color: rgba(50,58,68,.68); font-size: 9px; }
.form-note a { text-decoration: underline; text-underline-offset: 2px; }

.footer { min-height: 190px; padding: 32px 0 38px; background: #fff; }
.footer__inner { display: grid; justify-items: center; gap: 24px; text-align: center; }
.footer__brand { font-size: 18px; }
.footer__links { display: flex; align-items: center; justify-content: center; gap: 100px; font-size: 11px; }
.footer p { margin: 0; color: #777d85; font-size: 9px; line-height: 1.5; }

.notice-modal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 24px; background: rgba(27, 49, 84, .35); opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
.notice-modal.visible { opacity: 1; visibility: visible; }
.notice-modal__card { position: relative; width: min(400px, 100%); padding: 40px; border-radius: 28px; background: #fff; text-align: center; box-shadow: 0 24px 80px rgba(27, 49, 84, .24); }
.notice-modal__card > button { position: absolute; top: 10px; right: 16px; border: 0; background: transparent; color: #777; font-size: 27px; cursor: pointer; }
.notice-modal__card > span { display: grid; width: 48px; height: 48px; margin: 0 auto 18px; place-items: center; border-radius: 50%; background: #e6f8f0; color: var(--success); font-size: 22px; }
.notice-modal__card h2 { margin: 0 0 10px; font-size: 27px; }
.notice-modal__card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

@media (max-width: 900px) {
  .topnav { gap: 24px; margin-right: 24px; }
  .hero__stage { transform: scale(.88); }
  .feature-card { width: min(740px, 100%); }
  .contact__inner { gap: 60px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  .wrap { width: calc(100% - 32px); }
  .topbar { height: 72px; border-bottom: 0; background: linear-gradient(125deg, var(--sky-light) 0%, var(--sky) 52%, var(--sky-light) 100%); backdrop-filter: none; }
  .topbar::before, .topbar::after { content: none; }
  .topbar__inner { position: relative; top: 0; width: calc(100% - 40px); height: 72px; }
  .wordmark { gap: 0; }
  .wordmark span { display: none; }
  .wordmark img { width: 40px; height: 40px; border-radius: 12px; }
  .topbar .button--nav { display: none; }
  .menu-button { display: block; width: 40px; height: 40px; padding: 7px; border-radius: 12px; background: #fff; box-shadow: 0 0 20px rgba(255,255,255,.22); }
  .menu-button span { width: 20px; height: 2.5px; margin: 4px auto; }
  .wordmark, .menu-button { position: relative; z-index: 2; }
  .topnav { position: fixed; inset: 0; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 30px; margin: 0; padding: 130px 32px 48px; background: linear-gradient(125deg, var(--sky-light) 0%, var(--sky) 52%, var(--sky-light) 100%); color: var(--ink); font-size: 20px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
  .topnav a:not(.button) { padding: 8px 12px; }
  .topnav a:not(.button):hover, .topnav a:not(.button):focus-visible { color: var(--blue-dark); }
  .topbar.menu-open .topnav { opacity: 1; visibility: visible; transform: translateY(0); }
  .topbar.menu-open .menu-button span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .topbar.menu-open .menu-button span:nth-child(2) { opacity: 0; }
  .topbar.menu-open .menu-button span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .button--mobile { display: inline-flex; width: min(343px, 100%); min-height: 46px; margin-top: 10px; padding-inline: 34px; font-size: 14px; }
  .hero, .hero__inner { min-height: 920px; }
  .hero__inner { padding: 20px 0 58px; }
  .hero__stage { width: 100%; height: 840px; display: flex; flex-direction: column; align-items: center; padding: 42px 48px 0; transform: none; }
  .hero__cloud { top: 20px; right: 0; left: 0; width: auto; height: 565px; border-radius: 46px; }
  .hero__cloud::before, .hero__cloud::after { display: none; }
  .hero__copy { position: relative; top: auto; left: auto; z-index: 2; order: 1; width: 100%; text-align: left; }
  .hero h1 { font-size: 28px; line-height: 1.18; }
  .hero__copy p { max-width: none; margin: 30px 0 0; font-size: 16px; line-height: 1.44; }
  .hero__phone { position: relative; z-index: 3; order: 2; top: auto; bottom: auto; left: auto; width: 182px; height: 396px; margin-top: 50px; transform: none; }
  .download-card { top: auto; right: 50%; bottom: 0; width: min(343px, calc(100% - 16px)); grid-template-columns: 48px 1fr 1fr; gap: 14px; padding: 18px; transform: translateX(50%); }
  .download-card img { width: 48px; height: 48px; }
  .download-card__metric strong { font-size: 23px; }
  .feature, .feature__wrap { min-height: 630px; }
  .feature { background: linear-gradient(145deg, #fff 0%, #fff 14%, #c2e2fc 14%, #a6d3f8 100%); }
  .feature--organizer { background: linear-gradient(145deg, #b5dbfb 0%, #dff0fe 100%); }
  .feature__wrap { padding: 46px 0; }
  .feature-card, .feature-card--reverse { display: flex; width: 100%; min-height: 535px; flex-direction: column; border-radius: 36px; }
  .feature-card::before, .feature-card--reverse::before { display: none; }
  .feature-card__visual, .feature-card--reverse .feature-card__visual { order: 2; width: 100%; height: 295px; margin-top: auto; }
  .feature-card__visual img { width: 182px; height: auto; }
  .feature-card__copy, .feature-card--reverse .feature-card__copy { order: 1; max-width: none; padding: 34px 30px 0; text-align: left; }
  .feature-card h2 { margin-bottom: 20px; font-size: 27px; }
  .feature-card h3 { font-size: 14px; }
  .feature-card p { font-size: 12px; }
  .faq { padding: 64px 0 34px; }
  .faq__inner { width: calc(100% - 32px); }
  .faq h2 { margin-bottom: 28px; font-size: 31px; }
  .faq summary { font-size: 12px; }
  .contact { padding: 62px 0 72px; }
  .contact__inner { grid-template-columns: 1fr; gap: 36px; width: calc(100% - 32px); }
  .contact__copy { text-align: center; }
  .contact__copy h2 { margin-bottom: 22px; font-size: 30px; }
  .contact__copy p:last-child { max-width: 300px; margin: 22px auto 0; }
  .support-form { width: 100%; max-width: 520px; margin-inline: auto; }
  .footer__links { gap: 44px; }
}

@media (max-width: 430px) {
  .wordmark { font-size: 16px; }
  .wordmark img { width: 34px; height: 34px; }
  .hero, .hero__inner { min-height: 920px; }
  .hero__stage { height: 840px; }
  .hero__copy { width: 100%; }
  .hero h1 { font-size: 28px; }
  .hero__copy p { font-size: 16px; }
  .hero__phone { width: 182px; height: 396px; }
  .download-card { grid-template-columns: 42px 1fr 1fr; min-height: 132px; padding: 15px; border-radius: 24px; }
  .download-card img { width: 42px; height: 42px; border-radius: 12px; }
  .download-card__metric strong { font-size: 20px; }
  .download-card__metric span { font-size: 7px; }
  .feature-card__copy, .feature-card--reverse .feature-card__copy { padding-inline: 24px; }
  .feature-card h2 { font-size: 25px; }
  .form-row { grid-template-columns: 1fr; }
  .button--submit { width: 100%; }
  .footer__links { flex-direction: column; gap: 14px; }
}

@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; }
}
