:root {
  color-scheme: light;
  font-family: "Google Sans", "Segoe UI", Arial, "Noto Sans Hebrew", sans-serif;
  color: #202124;
  background: #ffffff;
  --blue: #1a73e8;
  --blue-hover: #1967d2;
  --blue-dark: #061946;
  --blue-soft: #e8f0fe;
  --ink: #202124;
  --muted: #5f6368;
  --line: #dadce0;
  --surface: #f8fafd;
  --white: #ffffff;
  --shadow: 0 18px 55px rgba(26, 49, 94, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--white); }
a { color: inherit; }
svg { display: block; }
.section-frame { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }

.announcement { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 7px 20px; color: #dbe8ff; background: var(--blue-dark); font-size: 13px; }
.announcement a { color: #fff; font-weight: 800; text-underline-offset: 3px; }
.site-header { position: sticky; z-index: 20; top: 0; min-height: 76px; display: flex; align-items: center; gap: 38px; padding: 10px max(24px, calc((100vw - 1220px) / 2)); border-bottom: 1px solid rgba(32, 33, 36, .09); background: rgba(255, 255, 255, .94); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 23px; font-weight: 800; }
.brand-mark, .mini-mark { display: grid; place-items: center; color: #fff; background: var(--blue); font-weight: 800; }
.brand-mark { width: 44px; height: 44px; border-radius: 14px; box-shadow: 0 7px 18px rgba(26, 115, 232, .2); }
.site-nav { display: flex; gap: 28px; margin-inline-end: auto; }
.site-nav a, .quiet-link { position: relative; padding: 10px 0; color: #3c4043; text-decoration: none; font-size: 15px; font-weight: 650; }
.site-nav a::after, .quiet-link::after { position: absolute; right: 0; bottom: 4px; width: 0; height: 2px; content: ""; background: var(--blue); transition: width .2s ease; }
.site-nav a:hover::after, .quiet-link:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 22px; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border: 1px solid transparent; border-radius: 12px; text-decoration: none; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 21px; height: 21px; fill: currentColor; }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 8px 22px rgba(26, 115, 232, .24); }
.button-primary:hover { background: var(--blue-hover); box-shadow: 0 12px 28px rgba(26, 115, 232, .3); }
.button-outline { border-color: #9aa0a6; color: #3c4043; background: #fff; }
.button-outline svg { transform: scaleX(-1); }
.button-outline:hover { border-color: var(--blue); color: var(--blue); background: #f8fbff; }
.button-light { color: var(--blue-dark); background: #fff; box-shadow: 0 10px 26px rgba(0, 0, 0, .16); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: 14px; }

.hero { min-height: 720px; display: grid; grid-template-columns: .9fr 1.2fr; align-items: center; gap: 66px; padding-block: 70px 88px; }
.eyebrow { margin: 0 0 17px; color: var(--blue); font-size: 14px; font-weight: 800; letter-spacing: .035em; }
.hero h1 { margin: 0; color: var(--ink); font-size: clamp(54px, 6.2vw, 88px); line-height: 1; letter-spacing: -3.6px; }
.hero h1 span { color: var(--blue); }
.hero-lead { max-width: 590px; margin: 27px 0; color: var(--muted); font-size: 20px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 18px; margin: 20px 0 0; padding: 0; color: #3c4043; list-style: none; font-size: 13px; font-weight: 650; }
.hero-facts li { display: flex; align-items: center; gap: 7px; }
.hero-facts span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: var(--blue-soft); font-weight: 900; }
.hero-product { position: relative; min-height: 555px; direction: ltr; }
.product-glow { position: absolute; inset: 40px 0 0 10%; border-radius: 48%; background: linear-gradient(135deg, #e8f0fe, #e3f5f1 58%, #fef3e8); filter: blur(2px); transform: rotate(-4deg); }
.desktop-window { position: absolute; inset: 35px 0 10px 5%; overflow: hidden; border: 1px solid #cdd7e7; border-radius: 24px; background: #fff; box-shadow: 0 28px 70px rgba(20, 48, 94, .2); }
.desktop-bar { height: 45px; display: flex; align-items: center; gap: 7px; padding: 0 17px; border-bottom: 1px solid #e5e9f0; background: #f8fafd; }
.desktop-bar span { width: 9px; height: 9px; border-radius: 50%; background: #bdc1c6; }
.desktop-bar b { margin-left: auto; color: #6d747d; font-size: 11px; font-weight: 650; }
.desktop-body { height: calc(100% - 45px); display: grid; grid-template-columns: 190px 1fr; }
.demo-list { padding: 14px 9px; border-right: 1px solid #e2e7ef; background: #fff; }
.demo-search { margin: 0 5px 10px; padding: 11px 12px; border-radius: 10px; color: #8a9099; background: #f1f3f4; font-size: 10px; }
.demo-thread { display: flex; align-items: center; gap: 9px; padding: 10px 8px; border-radius: 11px; }
.demo-thread.active { background: var(--blue-soft); }
.demo-thread i { flex: 0 0 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: #5b76a7; font-size: 12px; font-style: normal; font-weight: 700; }
.demo-thread.active i { background: var(--blue); }
.demo-thread span { min-width: 0; display: grid; gap: 4px; }
.demo-thread b, .demo-thread small { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.demo-thread b { font-size: 11px; }
.demo-thread small { color: #7d838b; font-size: 8px; }
.demo-chat { display: flex; flex-direction: column; background: #f5f7fb; }
.demo-chat-title { display: grid; gap: 3px; padding: 15px 20px; border-bottom: 1px solid #e2e7ef; background: #fff; }
.demo-chat-title > b { font-size: 13px; }
.demo-chat-title small { color: #64707d; font-size: 9px; }
.demo-chat-title small b { display: inline-block; width: 6px; height: 6px; margin-left: 3px; border-radius: 50%; background: #188038; }
.demo-messages { flex: 1; display: flex; flex-direction: column; gap: 10px; padding: 25px; direction: rtl; }
.demo-bubble, .phone-bubble { margin: 0; padding: 11px 13px; border-radius: 15px; line-height: 1.45; }
.demo-bubble { max-width: 75%; font-size: 10px; box-shadow: 0 2px 7px rgba(31, 56, 98, .06); }
.demo-bubble.person { align-self: flex-start; border-bottom-left-radius: 5px; color: #174ea6; background: #dbe9ff; }
.demo-bubble.helper { align-self: flex-end; border-bottom-right-radius: 5px; background: #fff; }
.demo-composer { margin: 13px; padding: 12px 14px; border: 1px solid #d7dde7; border-radius: 13px; direction: rtl; color: #8a9099; background: #fff; font-size: 10px; }
.demo-composer span, .phone-input span { float: left; display: grid; place-items: center; border-radius: 7px; color: #fff; background: var(--blue); font-weight: 800; }
.demo-composer span { width: 22px; height: 22px; margin-top: -5px; }
.phone-window { position: absolute; right: -5px; bottom: -10px; width: 218px; height: 435px; overflow: hidden; border: 7px solid #16213a; border-radius: 37px; direction: rtl; background: #f5f7fb; box-shadow: 0 26px 52px rgba(12, 31, 67, .3); }
.phone-speaker { position: absolute; z-index: 2; top: 7px; left: 50%; width: 55px; height: 6px; border-radius: 999px; background: #16213a; transform: translateX(-50%); }
.phone-head { height: 72px; display: flex; align-items: center; gap: 8px; padding: 20px 13px 8px; border-bottom: 1px solid #e0e5ed; background: #fff; }
.mini-mark { width: 28px; height: 28px; border-radius: 9px; font-size: 12px; }
.phone-head b { font-size: 13px; }
.phone-head i { margin-right: auto; font-style: normal; }
.phone-content { height: 292px; display: flex; flex-direction: column; gap: 10px; padding: 20px 12px; }
.phone-bubble { max-width: 87%; font-size: 10px; }
.phone-bubble.person { align-self: flex-start; border-bottom-left-radius: 5px; color: #174ea6; background: #dbe9ff; }
.phone-bubble.helper { align-self: flex-end; border-bottom-right-radius: 5px; background: #fff; box-shadow: 0 2px 6px rgba(31, 56, 98, .07); }
.phone-input { margin: 8px; padding: 12px; border-radius: 13px; color: #8a9099; background: #fff; font-size: 9px; }
.phone-input span { width: 20px; height: 20px; margin-top: -5px; }

.benefit-strip { border-block: 1px solid #e6e9ef; background: #f8fafd; }
.benefit-strip > div { min-height: 116px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.benefit-strip article { min-height: 62px; display: flex; align-items: center; gap: 13px; padding: 0 26px; border-left: 1px solid #e0e4eb; }
.benefit-strip article:last-child { border-left: 0; }
.benefit-strip svg { flex: 0 0 28px; width: 28px; fill: var(--blue); }
.benefit-strip span { display: grid; gap: 5px; }
.benefit-strip b { font-size: 14px; }
.benefit-strip small { color: var(--muted); font-size: 12px; }

.uses-section { padding-block: 125px; }
.section-heading { max-width: 780px; margin: 0 auto 52px; text-align: center; }
.section-heading h2, .web-copy h2, .privacy-inner h2, .download-section h2 { margin: 0; font-size: clamp(39px, 5vw, 64px); line-height: 1.07; letter-spacing: -2.2px; }
.section-heading > p:last-child { max-width: 650px; margin: 21px auto 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.use-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.use-card { position: relative; min-height: 390px; display: flex; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid #e1e5ec; border-radius: 24px; background: #fff; box-shadow: 0 7px 22px rgba(30, 55, 96, .06); }
.use-card::before { position: absolute; inset: 0 0 auto; height: 5px; content: ""; background: var(--card-accent); }
.use-card .use-number { position: absolute; top: 30px; left: 30px; color: #9aa0a6; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.feature-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; color: var(--card-accent); background: var(--card-soft); }
.feature-icon svg { width: 28px; height: 28px; fill: currentColor; }
.use-card h3 { margin: 29px 0 12px; font-size: 24px; }
.use-card > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.use-card blockquote { margin: auto 0 0; padding: 15px 17px; border: 0; border-radius: 13px; color: #3c4043; background: var(--card-soft); font-size: 14px; font-weight: 650; line-height: 1.55; }
.use-blue { --card-accent: #1a73e8; --card-soft: #e8f0fe; }
.use-green { --card-accent: #188038; --card-soft: #e6f4ea; }
.use-orange { --card-accent: #e37400; --card-soft: #fef3e8; }
.use-purple { --card-accent: #7b1fa2; --card-soft: #f3e8fd; }
.use-red { --card-accent: #d93025; --card-soft: #fce8e6; }
.use-slate { --card-accent: #3c5f8a; --card-soft: #edf2f8; }

.how-section { padding-block: 110px; background: #f8fafd; }
.how-inner { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 80px; }
.section-heading.compact { margin: 0; text-align: right; }
.section-heading.compact h2 { font-size: clamp(38px, 4.4vw, 58px); }
.how-grid { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.how-grid li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 24px; border: 1px solid #e0e4eb; border-radius: 18px; background: #fff; }
.how-grid li > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; color: #174ea6; background: var(--blue-soft); font-size: 18px; font-weight: 850; }
.how-grid h3 { margin: 2px 0 7px; font-size: 20px; }
.how-grid p { margin: 0; color: var(--muted); line-height: 1.6; }

.web-feature { min-height: 700px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; margin-block: 120px; padding: 72px; border-radius: 32px; color: #fff; background: linear-gradient(135deg, #061946, #0b2d68); overflow: hidden; }
.web-copy .eyebrow { color: #8ab4f8; }
.web-copy > p:not(.eyebrow) { max-width: 560px; margin: 23px 0; color: #d5e3fa; font-size: 18px; line-height: 1.7; }
.check-list { display: grid; gap: 13px; margin: 26px 0 31px; padding: 0; list-style: none; color: #e8f0fe; }
.check-list li { display: flex; align-items: flex-start; gap: 11px; line-height: 1.5; }
.check-list span { flex: 0 0 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: #174ea6; background: #aecbfa; font-weight: 850; }
.web-demo { overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 22px; color: var(--ink); background: #fff; box-shadow: 0 28px 60px rgba(0,0,0,.28); transform: rotate(-1deg); }
.web-demo-top { height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid #e4e8ef; }
.demo-brand { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; }
.demo-brand i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: var(--blue); font-style: normal; }
.secure-state { display: flex; align-items: center; gap: 7px; color: #5f6368; font-size: 10px; }
.secure-state b { width: 7px; height: 7px; border-radius: 50%; background: #188038; box-shadow: 0 0 0 4px #e6f4ea; }
.web-demo-body { min-height: 390px; display: grid; grid-template-columns: 165px 1fr; direction: ltr; }
.web-demo-body aside { padding: 18px 10px; border-right: 1px solid #e4e8ef; direction: rtl; background: #fbfcff; }
.web-demo-body aside > small { display: block; margin: 0 8px 12px; color: #7a8088; font-weight: 700; }
.web-demo-body aside p { display: flex; align-items: center; gap: 8px; margin: 4px 0; padding: 10px 8px; border-radius: 10px; }
.web-demo-body aside p.selected { background: var(--blue-soft); }
.web-demo-body aside p > i { flex: 0 0 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: #6682ad; font-size: 10px; font-style: normal; font-weight: 750; }
.web-demo-body aside p.selected > i { background: var(--blue); }
.web-demo-body aside p > span { min-width: 0; display: grid; gap: 3px; }
.web-demo-body aside b { font-size: 10px; white-space: nowrap; }
.web-demo-body aside small { overflow: hidden; color: #80868b; font-size: 8px; white-space: nowrap; text-overflow: ellipsis; }
.web-demo-chat { display: flex; flex-direction: column; direction: rtl; background: #f5f7fb; }
.web-demo-chat header { display: grid; gap: 3px; padding: 17px 20px; border-bottom: 1px solid #e3e7ee; background: #fff; }
.web-demo-chat header b { font-size: 13px; }
.web-demo-chat header small { color: #6f7680; font-size: 9px; }
.web-demo-messages { flex: 1; display: flex; flex-direction: column; gap: 10px; padding: 25px 20px; }
.web-demo-messages p { max-width: 86%; margin: 0; padding: 11px 13px; border-radius: 13px; font-size: 10px; line-height: 1.6; }
.from-user { align-self: flex-start; color: #174ea6; background: #dbe9ff; }
.from-app { align-self: flex-end; background: #fff; box-shadow: 0 2px 7px rgba(25,49,92,.08); }
.web-demo-input { margin: 12px; padding: 11px 13px; border: 1px solid #d9dee7; border-radius: 12px; color: #8a9098; background: #fff; font-size: 9px; }
.web-demo-input b { float: left; width: 21px; height: 21px; display: grid; place-items: center; margin-top: -5px; border-radius: 6px; color: #fff; background: var(--blue); }

.privacy-section { color: #e8f0fe; background: #07162f; }
.privacy-inner { min-height: 430px; display: grid; grid-template-columns: 250px 1fr; align-items: center; gap: 80px; }
.privacy-symbol { width: 210px; height: 210px; display: grid; place-items: center; border-radius: 52px; background: #102b5c; transform: rotate(5deg); }
.privacy-symbol svg { width: 104px; height: 104px; fill: #8ab4f8; transform: rotate(-5deg); }
.eyebrow.light { color: #8ab4f8; }
.privacy-inner p:last-child { max-width: 750px; color: #bdcff0; font-size: 18px; line-height: 1.75; }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; padding-block: 125px; }
.faq-heading { margin: 0; text-align: right; }
.faq-heading h2 { font-size: clamp(38px, 4.4vw, 58px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 0 24px 45px; cursor: pointer; list-style: none; font-size: 19px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 18px; left: 0; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; content: "+"; color: var(--blue); background: var(--blue-soft); font-size: 22px; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -6px 0 23px; padding-left: 55px; color: var(--muted); font-size: 16px; line-height: 1.75; }

.download-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; padding-block: 115px; }
.download-section > div:first-child > p:last-child { max-width: 620px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.download-card { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; padding: 34px; border: 1px solid #dce2eb; border-radius: 24px; background: #f8fafd; box-shadow: var(--shadow); }
.download-mark { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 20px; color: #fff; background: var(--blue); font-size: 30px; font-weight: 850; }
.download-card div { display: grid; gap: 6px; }
.download-card b { font-size: 19px; }
.download-card small { color: var(--muted); }
.download-card .button { grid-column: 1 / -1; margin-top: 8px; }
.download-web-link { grid-column: 1 / -1; color: var(--blue); text-align: center; text-underline-offset: 3px; font-size: 14px; font-weight: 700; }

.site-footer { padding-block: 58px; color: #e8f0fe; background: #051127; }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 28px; }
.footer-brand { color: #fff; }
.footer-inner p { color: #aebfdd; text-align: left; }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-inner nav a { color: #ccd9ef; text-decoration: none; font-size: 14px; }
.footer-inner small { color: #8496b7; text-align: left; }

@media (max-width: 1040px) {
  .site-nav { display: none; }
  .header-actions { margin-right: auto; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-copy { max-width: 760px; }
  .hero-product { width: min(790px, 100%); }
  .benefit-strip > div { grid-template-columns: repeat(2, 1fr); padding-block: 16px; }
  .benefit-strip article:nth-child(2) { border-left: 0; }
  .use-grid { grid-template-columns: repeat(2, 1fr); }
  .how-inner, .faq-section { grid-template-columns: 1fr; gap: 48px; }
  .web-feature { grid-template-columns: 1fr; gap: 55px; padding: 60px; }
  .privacy-inner { grid-template-columns: 190px 1fr; gap: 45px; }
  .privacy-symbol { width: 170px; height: 170px; }
}

@media (max-width: 700px) {
  .section-frame { width: min(100% - 28px, 1220px); }
  .announcement { justify-content: space-between; font-size: 12px; }
  .site-header { min-height: 68px; padding: 10px 14px; }
  .brand { font-size: 19px; }
  .brand-mark { width: 39px; height: 39px; border-radius: 12px; }
  .header-actions .quiet-link { display: none; }
  .button-small { min-height: 42px; padding-inline: 13px; font-size: 12px; }
  .hero { min-height: auto; gap: 32px; padding-block: 52px 65px; }
  .hero h1 { font-size: clamp(48px, 15vw, 68px); letter-spacing: -2.5px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: grid; }
  .hero-facts { gap: 12px; }
  .hero-product { min-height: 430px; }
  .desktop-window { inset: 20px 0 0; }
  .desktop-body { grid-template-columns: 84px 1fr; }
  .demo-list { padding-inline: 6px; }
  .demo-search, .demo-thread span { display: none; }
  .demo-thread { justify-content: center; }
  .phone-window { width: 154px; height: 320px; border-width: 5px; border-radius: 28px; }
  .phone-head { height: 58px; padding-top: 15px; }
  .phone-content { height: 205px; }
  .phone-bubble { font-size: 8px; }
  .benefit-strip > div, .use-grid { grid-template-columns: 1fr; }
  .benefit-strip article { border-bottom: 1px solid #e0e4eb; border-left: 0; padding-block: 16px; }
  .benefit-strip article:last-child { border-bottom: 0; }
  .uses-section { padding-block: 82px; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .web-copy h2, .privacy-inner h2, .download-section h2 { letter-spacing: -1.4px; }
  .use-card { min-height: 365px; padding: 26px; border-radius: 20px; }
  .how-section { padding-block: 75px; }
  .how-grid li { grid-template-columns: 46px 1fr; padding: 20px; }
  .how-grid li > span { width: 46px; height: 46px; border-radius: 13px; }
  .web-feature { width: 100%; margin-block: 0; padding: 70px 20px; border-radius: 0; }
  .web-demo-body { min-height: 345px; grid-template-columns: 86px 1fr; }
  .web-demo-body aside { padding-inline: 5px; }
  .web-demo-body aside > small, .web-demo-body aside p > span { display: none; }
  .web-demo-body aside p { justify-content: center; }
  .web-demo-top { padding-inline: 12px; }
  .secure-state { font-size: 8px; }
  .privacy-inner { grid-template-columns: 1fr; gap: 26px; padding-block: 72px; }
  .privacy-symbol { width: 115px; height: 115px; border-radius: 30px; }
  .privacy-symbol svg { width: 60px; height: 60px; }
  .faq-section { gap: 36px; padding-block: 82px; }
  .faq-list summary { padding-block: 21px; font-size: 17px; }
  .faq-list details p { padding-left: 0; }
  .download-section { grid-template-columns: 1fr; gap: 34px; padding-block: 82px; }
  .download-card { padding: 23px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner p, .footer-inner small { text-align: right; }
}

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