:root {
    --ink: #181927;
    --muted: #646675;
    --line: #e3e3ea;
    --paper: #fff;
    --wash: #f8f8fb;
    --wash-deep: #f0f0f5;
    --violet: #6f5be7;
    --violet-dark: #5743c9;
    --coral: #ed6f66;
    --coral-dark: #b9474d;
    --mint: #5fc399;
    --blue: #638fe5;
    --yellow: #eab84c;
    --rose-soft: #fff0ed;
    --lavender-soft: #eeecff;
    --shadow: 0 26px 80px rgba(28, 27, 58, .12);
    --radius: 22px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--wash); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
html[lang="ja"] body { font-family: Inter, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; }
html[lang="ko"] body { font-family: Inter, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif; }
html[lang="ar"] body { font-family: Inter, "Noto Sans Arabic", Tahoma, Arial, sans-serif; }
html[lang="ja"] .hero h1, html[lang="ko"] .hero h1 { line-height: 1.08; letter-spacing: -.045em; }
html[lang="ar"] .hero h1, html[lang="ar"] .tool-title-block h1, html[lang="ar"] .section-heading h2, html[lang="ar"] .process-grid h2, html[lang="ar"] .value-grid h2 { line-height: 1.14; letter-spacing: -.025em; }
html[lang="ar"] .eyebrow, html[lang="ar"] .kicker { letter-spacing: 0; text-transform: none; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { max-width: 100%; }
.icon { display: block; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 1000; left: 14px; top: 10px; transform: translateY(-80px); background: var(--ink); color: #fff; padding: 10px 15px; border-radius: 9px; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 90; top: 0; border-bottom: 1px solid transparent; background: rgba(248, 248, 251, .88); backdrop-filter: blur(18px); transition: border-color .2s, box-shadow .2s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(25, 25, 48, .06); }
.header-inner { height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 620; letter-spacing: -.04em; }
.brand, .brand-wordmark, .brand-wordmark b { direction: ltr; unicode-bidi: isolate; }
.brand b { font-weight: 800; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 11px 11px 11px 4px; background: linear-gradient(145deg,#f07d72,#cf535a); color: #fff; font-weight: 850; box-shadow: 0 7px 18px rgba(182,67,76,.18), inset -3px -3px 8px rgba(115,39,45,.12); transform: rotate(-2deg); }
.brand-wordmark, .brand-wordmark b { display: inline-flex; align-items: center; }
.brand-cursor { display: inline-block; width: 2px; height: 21px; margin: 0 1px 0 2px; border-radius: 2px; background: var(--coral); animation: brand-blink 1.1s steps(1) infinite; }
@keyframes brand-blink { 50% { opacity: .16; } }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav a { color: #4f5265; font-size: 14px; font-weight: 650; }
.desktop-nav a:hover { color: var(--ink); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-menu { position: relative; }
.language-menu > button { display: flex; align-items: center; gap: 5px; min-height: 40px; border: 1px solid transparent; border-radius: 11px; background: transparent; cursor: pointer; padding: 9px 10px; font-size: 13px; font-weight: 750; }
.language-menu > button:hover, .language-menu > button[aria-expanded="true"] { border-color: var(--line); background: var(--paper); }
.language-popover { position: absolute; top: calc(100% + 10px); right: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2px; width: min(430px,calc(100vw - 28px)); max-height: min(560px,calc(100vh - 105px)); overflow: auto; padding: 8px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); box-shadow: var(--shadow); }
.language-popover a { display: flex; align-items: center; justify-content: space-between; padding: 9px 10px; border-radius: 9px; font-size: 14px; }
.language-popover a:hover, .language-popover a.is-current { background: var(--lavender-soft); color: var(--violet-dark); }
.language-popover span { color: #8b8d9c; font-size: 11px; font-weight: 800; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); cursor: pointer; }
.menu-toggle i { display: block; width: 17px; height: 2px; margin: 4px auto; background: var(--ink); }
.mobile-nav { position: fixed; inset: 74px 0 auto; padding: 22px 24px 30px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
.mobile-nav a { display: block; padding: 14px 0; border-bottom: 1px solid #eeeeF4; font-size: 17px; font-weight: 700; }

[dir="rtl"] .desktop-nav { margin-right: auto; margin-left: 0; }
[dir="rtl"] .language-popover { right: auto; left: 0; }
[dir="rtl"] .language-popover a { text-align: right; }
[dir="rtl"] .icon--arrow { transform: scaleX(-1); }
[dir="rtl"] .tool-card:hover > i { transform: translateX(-4px); }
[dir="rtl"] .product-body > aside { border-right: 0; border-left: 1px solid #e0e0e8; }
[dir="rtl"] .demo-panel { border-right: 1px solid #e2e2e9; border-left: 0; }
[dir="rtl"] .demo-sign { margin-right: auto; margin-left: 0; }
[dir="rtl"] .faq-list summary { padding-right: 0; padding-left: 38px; }
[dir="rtl"] .skip-link { right: 14px; left: auto; }

.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 13px; padding: 0 20px; cursor: pointer; font-weight: 760; letter-spacing: -.015em; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 42px; padding-inline: 16px; font-size: 13px; }
.button--primary { background: var(--violet); color: #fff; box-shadow: 0 11px 27px rgba(87, 67, 201, .24); }
.button--primary:hover { background: var(--violet-dark); box-shadow: 0 15px 32px rgba(87, 67, 201, .31); }
.button--ink { background: var(--ink); color: #fff; box-shadow: 0 11px 25px rgba(24, 25, 39, .18); }
.button--soft { border: 1px solid var(--line); background: rgba(255,255,255,.68); color: var(--ink); }
.button--paper { background: var(--paper); color: var(--ink); }
.button:disabled { cursor: not-allowed; opacity: .45; transform: none; box-shadow: none; }

.hero { position: relative; overflow: hidden; padding: 92px 0 98px; background: linear-gradient(180deg,#fff 0,#f8f8fb 100%); }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(72px); pointer-events: none; }
.hero-glow--one { width: 420px; height: 420px; left: -250px; top: 100px; background: rgba(237,111,102,.1); }
.hero-glow--two { width: 470px; height: 470px; right: -260px; bottom: -180px; background: rgba(111,91,231,.11); }
.hero-grid { position: relative; display: grid; grid-template-columns: .86fr 1.14fr; gap: 76px; align-items: center; }
.eyebrow, .kicker { color: var(--coral-dark); font-size: 12px; font-weight: 820; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; }
.eyebrow > span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 9px 9px 9px 3px; background: var(--rose-soft); }
.hero h1 { max-width: 620px; margin: 22px 0 22px; font-size: clamp(48px, 5.4vw, 76px); line-height: .98; letter-spacing: -.065em; }
.hero h1::after { display: block; width: 76px; height: 5px; margin-top: 20px; border-radius: 99px; background: var(--coral); content: ""; transform: rotate(-2deg); }
.hero-copy > p { max-width: 590px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; gap: 11px; margin-top: 30px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 26px; color: var(--muted); font-size: 12px; font-weight: 650; }
.trust-row span { display: inline-flex; align-items: center; gap: 6px; }
.trust-row svg { color: var(--violet); }

.product-card { position: relative; min-width: 0; border: 1px solid #dfe0e8; border-radius: 24px 24px 24px 9px; background: var(--paper); box-shadow: 0 35px 100px rgba(31,29,72,.16); transform: rotate(.7deg); }
.product-top { height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 15px; border-bottom: 1px solid #e8e8ef; background: #fbfbfd; border-radius: 24px 24px 0 0; font-size: 10px; }
.product-top > span { display: flex; gap: 5px; }
.product-top i { width: 7px; height: 7px; border-radius: 99px; background: #d5d5de; }
.product-top i:first-child { background: #ff8a70; }.product-top i:nth-child(2) { background: #ffd35c; }.product-top i:last-child { background: #64d7ab; }
.product-top b { color: #747687; font-weight: 650; }
.product-top em { justify-self: end; color: #2e9b75; font-style: normal; font-weight: 750; }
.product-body { height: 430px; display: grid; grid-template-columns: 48px 1fr 134px; overflow: hidden; border-radius: 0 0 24px 9px; background: #eff0f5; }
.product-body > aside { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 13px 6px; border-right: 1px solid #e0e0e8; background: var(--paper); }
.product-body > aside button { width: 34px; height: 34px; border: 0; border-radius: 9px; background: transparent; color: #747687; }
.product-body > aside button.active { background: var(--rose-soft); color: var(--coral-dark); }
.demo-page { align-self: start; width: min(320px, calc(100% - 38px)); min-height: 382px; margin: 23px auto; padding: 34px 31px; background: #fff; box-shadow: 0 8px 24px rgba(29,28,55,.12); color: #25283a; }
.demo-page > small { color: var(--coral-dark); font-size: 8px; font-weight: 850; letter-spacing: .16em; }
.demo-page h2 { margin: 12px 0 23px; font-size: 22px; line-height: 1.08; letter-spacing: -.045em; }
.demo-page p { font-size: 8px; line-height: 1.7; }
.demo-page mark { background: #fff1b8; padding: 2px; }
.demo-selection { position: relative; margin: 20px -4px; padding: 7px 5px; border: 1.5px solid var(--violet); background: #f8f7ff; font-size: 9px; }
.demo-selection i { position: absolute; top: 50%; width: 6px; height: 6px; border-radius: 99px; background: var(--violet); transform: translateY(-50%); }
.demo-selection i:first-of-type { left: -4px; }.demo-selection i:last-of-type { right: -4px; }
.demo-page .lines { height: 5px; margin: 9px 0; background: #ececf1; border-radius: 4px; }
.demo-page .lines.short { width: 72%; }
.demo-sign { margin: 45px 0 0 auto; width: 80px; border-bottom: 1px solid #b9bbc7; color: #3c3c76; font-family: cursive; font-size: 20px; transform: rotate(-7deg); }
.demo-panel { padding: 23px 14px; border-left: 1px solid #e2e2e9; background: var(--paper); }
.demo-panel > small { color: #9a9ba8; font-size: 8px; font-weight: 850; letter-spacing: .15em; }
.demo-panel > strong { display: block; margin: 18px 0 9px; padding: 10px; border: 1px solid #dddde6; border-radius: 8px; font-size: 10px; }
.demo-panel label { display: block; margin-top: 8px; padding: 9px 8px; border: 1px solid #e3e3ea; border-radius: 8px; color: #8a8b99; font-size: 8px; }
.demo-panel label b { display: block; margin-top: 4px; color: #303244; font-size: 9px; }
.demo-panel > span { display: block; margin-top: 18px; padding: 9px; border-radius: 8px; background: #eaf9f3; color: #258963; font-size: 8px; font-weight: 750; }
.floating-chip { position: absolute; padding: 11px 15px; border: 1px solid rgba(224,224,234,.9); border-radius: 12px 12px 12px 4px; background: rgba(255,255,255,.95); box-shadow: 0 15px 34px rgba(25,24,56,.14); font-size: 11px; font-weight: 760; backdrop-filter: blur(8px); }
.floating-chip--left { left: -32px; bottom: 75px; color: #237d5e; }.floating-chip--right { right: -25px; top: 74px; color: #5b4dde; }

.logo-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.76); }
.logo-strip .shell { height: 72px; display: flex; align-items: center; justify-content: center; gap: clamp(18px,4vw,48px); color: #9698a6; font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.logo-strip i { width: 3px; height: 3px; border-radius: 99px; background: #c8c9d2; }

.ai-home-section { overflow: hidden; border-bottom: 1px solid #dedee8; background: radial-gradient(circle at 80% 18%,rgba(111,91,231,.18),transparent 34%),linear-gradient(145deg,#f8f6f4,#f0eff9); }
.ai-home-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(54px,8vw,105px); }
.ai-home-copy h2 { max-width: 560px; margin: 18px 0 23px; font-size: clamp(38px,4.5vw,61px); line-height: 1; letter-spacing: -.06em; }
.ai-home-copy > p { max-width: 580px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.ai-home-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.ai-home-copy > small { display: block; margin-top: 20px; color: #747685; font-size: 11px; line-height: 1.5; }
.ai-home-ui { min-width: 0; overflow: hidden; border: 1px solid #d9d9e3; border-radius: 25px 25px 25px 9px; background: var(--paper); box-shadow: 0 30px 80px rgba(34,30,72,.15); transform: rotate(.55deg); }
.ai-review-top { display: grid; height: 49px; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 16px; border-bottom: 1px solid #e8e8ef; color: #767786; background: #fbfbfd; font-size: 10px; }
.ai-review-top > span { display: flex; gap: 5px; }.ai-review-top i { width: 7px; height: 7px; border-radius: 50%; background: #d2d3db; }.ai-review-top i:first-child { background: #ff8976; }.ai-review-top i:nth-child(2) { background: #f1c95a; }.ai-review-top i:last-child { background: #6bd0a6; }
.ai-review-top b { font-weight: 680; }.ai-review-top em { display: inline-flex; justify-self: end; align-items: center; gap: 5px; color: var(--violet-dark); font-style: normal; font-weight: 800; }
.ai-review-stage { display: grid; grid-template-columns: 1.05fr .95fr; gap: 15px; min-height: 342px; padding: 22px; background: #ebeaf0; }
.ai-review-selection { position: relative; align-self: center; min-height: 240px; padding: 52px 27px 26px; background: #fff; box-shadow: 0 10px 27px rgba(33,31,56,.1); }
.ai-review-selection::before { position: absolute; top: 27px; right: 27px; left: 27px; height: 7px; background: linear-gradient(90deg,#1d1e2c 0 38%,#ed6f66 38% 50%,#e8e8ed 50%); content: ""; }
.ai-review-selection small { display: block; margin-bottom: 44px; color: #9697a3; font-size: 8px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.ai-review-selection p { margin: 0 -7px; padding: 10px 8px; border: 1.5px solid var(--violet); color: #27293a; background: #f8f7ff; font-family: Georgia,serif; font-size: 12px; line-height: 1.7; }
.ai-review-selection > i { position: absolute; top: 130px; width: 8px; height: 8px; border: 2px solid white; border-radius: 50%; background: var(--violet); box-shadow: 0 1px 4px rgba(0,0,0,.2); }.ai-review-selection > i:first-of-type { left: 16px; }.ai-review-selection > i:last-of-type { right: 16px; }
.ai-review-card { align-self: center; overflow: hidden; border: 1px solid #dedee8; border-radius: 17px 17px 17px 6px; background: #fff; box-shadow: 0 15px 38px rgba(38,32,75,.12); }
.ai-review-card header { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px; padding: 16px; border-bottom: 1px solid #ebebf0; }.ai-review-card header > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px 10px 10px 4px; color: var(--violet-dark); background: var(--lavender-soft); }.ai-review-card header small,.ai-review-card header strong { display: block; }.ai-review-card header small { margin-bottom: 3px; color: #898a98; font-size: 8px; }.ai-review-card header strong { font-size: 10px; }
.ai-review-card > p { min-height: 99px; margin: 0; padding: 17px; color: #2b2d3c; font-family: Georgia,serif; font-size: 12px; line-height: 1.7; }
.ai-review-card > div { display: flex; flex-wrap: wrap; gap: 5px; padding: 0 15px 13px; }.ai-review-card > div span,.ai-review-card > div b { padding: 4px 6px; border-radius: 5px; color: #70717e; background: #f2f2f6; font-size: 7px; }.ai-review-card > div b { margin-left: auto; color: #277a58; background: #e7f6ef; }
.ai-review-card > a { display: grid; min-height: 42px; place-items: center; margin: 0 11px 11px; border-radius: 9px; color: white; background: var(--violet); font-size: 10px; font-weight: 820; }
.ai-review-brief { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; margin: 0 22px 22px; padding: 13px 15px; border: 1px solid #dfdfe8; border-radius: 13px 13px 13px 5px; background: #fafafe; }.ai-review-brief > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; color: var(--violet-dark); background: var(--lavender-soft); }.ai-review-brief small,.ai-review-brief strong { display: block; }.ai-review-brief small { margin-bottom: 3px; color: #898a97; font-size: 8px; }.ai-review-brief strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; }.ai-review-brief > svg { color: #777887; }

.section { padding: 100px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 38px; }
.section-heading h2 { margin: 10px 0 0; font-size: clamp(34px,4vw,50px); line-height: 1.04; letter-spacing: -.055em; }
.section-heading p { max-width: 470px; margin: 0; color: var(--muted); line-height: 1.65; }
.section-heading.centered { display: block; max-width: 700px; margin-inline: auto; text-align: center; }
.tool-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.tool-card { position: relative; display: grid; grid-template-columns: auto 1fr auto; gap: 15px; align-items: start; min-height: 158px; padding: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px 20px 20px 8px; background: var(--paper); transition: transform .2s, border-color .2s, box-shadow .2s; }
.tool-card:after { content: ""; position: absolute; right: -45px; bottom: -60px; width: 130px; height: 130px; border-radius: 999px; opacity: .08; background: var(--card-accent); }
.tool-card:hover { z-index: 2; transform: translateY(-5px); border-color: color-mix(in srgb,var(--card-accent),#fff 55%); box-shadow: 0 22px 60px rgba(28,27,58,.1); }
.tool-card > i { color: #999aa8; transition: transform .2s; }.tool-card:hover > i { transform: translateX(4px); color: var(--ink); }
.tool-icon { display: grid; place-items: center; flex: none; width: 46px; height: 46px; border-radius: 13px; background: color-mix(in srgb,var(--card-accent),#fff 84%); color: color-mix(in srgb,var(--card-accent),#111 18%); }
.tool-card h3 { margin: 2px 0 8px; font-size: 17px; letter-spacing: -.025em; }
.tool-card p { margin: 0; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; color: var(--muted); font-size: 12px; line-height: 1.55; }
.accent-violet { --card-accent: var(--violet); }.accent-coral { --card-accent: var(--coral); }.accent-mint { --card-accent: var(--mint); }.accent-blue { --card-accent: var(--blue); }.accent-yellow { --card-accent: var(--yellow); }
.process-section { background: #1c1d2b; color: #fff; }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.process-grid h2 { margin: 14px 0; font-size: clamp(38px,4.2vw,58px); line-height: 1.02; letter-spacing: -.055em; }
.process-grid > div p { max-width: 480px; color: #b5b6c5; line-height: 1.65; }
.process-grid .kicker { color: #f59a92; }
.process-grid ol { margin: 0; padding: 0; list-style: none; }
.process-grid li { display: grid; grid-template-columns: 58px 1fr; align-items: center; min-height: 88px; border-bottom: 1px solid rgba(255,255,255,.12); }
.process-grid li:first-child { border-top: 1px solid rgba(255,255,255,.12); }
.process-grid li span { color: #848696; font-size: 12px; }.process-grid li b { font-size: 20px; letter-spacing: -.02em; }
.principle-section { padding-block: 70px; }
.principle-card { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; padding: 50px; overflow: hidden; border-radius: 30px 30px 30px 11px; background: linear-gradient(120deg,#e56560,#6752d4); color: #fff; box-shadow: 0 28px 70px rgba(74,58,170,.24); }
.principle-card:after { content: ""; position: absolute; right: 13%; top: -140px; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; }
.principle-mark { display: grid; place-items: center; width: 74px; height: 74px; border: 1px solid rgba(255,255,255,.3); border-radius: 22px; background: rgba(255,255,255,.13); font-size: 36px; font-weight: 850; }
.principle-card .kicker { color: #ffe0dc; }.principle-card h2 { margin: 8px 0; font-size: 32px; letter-spacing: -.04em; }.principle-card p { max-width: 660px; margin: 0; color: #f6e9f0; line-height: 1.55; }

.tool-hero { position: relative; overflow: hidden; padding: 42px 0 80px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 50% 8%,#fff 0,rgba(255,255,255,.78) 40%,transparent 76%); }
.tool-orb { position: absolute; left: 50%; top: 110px; width: 660px; height: 360px; transform: translateX(-50%); border-radius: 999px; filter: blur(60px); opacity: .1; background: var(--orb); pointer-events: none; }
.orb-violet { --orb: var(--violet); }.orb-coral { --orb: var(--coral); }.orb-mint { --orb: var(--mint); }.orb-blue { --orb: var(--blue); }.orb-yellow { --orb: var(--yellow); }
.tool-hero-inner { position: relative; }
.breadcrumbs { display: flex; gap: 8px; color: #858795; font-size: 12px; }.breadcrumbs a:hover { color: var(--coral-dark); }
.tool-title-block { max-width: 780px; margin: 42px auto 34px; text-align: center; }
.tool-hero-icon { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 18px; border-radius: 18px 18px 18px 6px; background: color-mix(in srgb,var(--card-accent),#fff 83%); color: color-mix(in srgb,var(--card-accent),#111 14%); box-shadow: 0 13px 30px color-mix(in srgb,var(--card-accent),transparent 78%); }
.tool-title-block h1 { margin: 15px 0 14px; font-size: clamp(46px,6vw,72px); line-height: 1; letter-spacing: -.065em; }
.tool-title-block > p { max-width: 720px; margin: auto; color: var(--muted); font-size: 17px; line-height: 1.65; }
.task-card { width: min(800px,100%); margin: 0 auto; padding: 18px; border: 1px solid #dedee8; border-radius: 26px 26px 26px 10px; background: rgba(255,255,255,.95); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.ai-start-card { width: min(800px,100%); margin: 0 auto; padding: 18px; border: 1px solid #dedee8; border-radius: 26px 26px 26px 10px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.ai-start-card > label { display: grid; gap: 10px; color: #464859; font-size: 12px; font-weight: 820; }
.ai-start-card textarea { min-height: 180px; padding: 17px 18px; resize: vertical; border: 1px solid #dcdde7; border-radius: 16px 16px 16px 6px; outline: 0; color: var(--ink); background: #fafafe; font: inherit; font-size: 16px; font-weight: 520; line-height: 1.55; }
.ai-start-card textarea:focus { border-color: var(--violet); background: var(--paper); box-shadow: 0 0 0 4px rgba(111,91,231,.12); }
.ai-start-examples { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 11px; }
.ai-start-examples button { min-height: 36px; padding: 0 12px; border: 1px solid #dedee8; border-radius: 999px; cursor: pointer; color: #5b5d6e; background: #f8f8fc; font-size: 11px; font-weight: 760; }
.ai-start-examples button:hover { border-color: #bbb3ec; color: var(--violet-dark); background: var(--lavender-soft); }
.ai-start-card > p { min-height: 18px; margin: 12px 2px 0; color: var(--muted); font-size: 11px; }
.ai-start-card > p.is-error { color: var(--coral-dark); }
.ai-start-card > footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 8px; padding-top: 14px; border-top: 1px solid #e9e9ef; }
.ai-start-card > footer > span { max-width: 285px; color: #737584; font-size: 10px; line-height: 1.45; }
.ai-start-card.is-working textarea,.ai-start-card.is-working .ai-start-examples { opacity: .55; pointer-events: none; }
.ai-start-card.is-working [data-ai-starter-submit] { cursor: wait; }
.task-drop { display: flex; align-items: center; gap: 17px; min-height: 128px; padding: 24px; border: 1.5px dashed #d0d1dd; border-radius: 18px 18px 18px 7px; background: #fafafe; cursor: pointer; transition: border-color .2s,background .2s; }
.task-drop:hover, .task-drop.is-dragging { border-color: var(--violet); background: var(--lavender-soft); }
.drop-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px 16px 16px 5px; background: var(--lavender-soft); color: var(--violet); }
.task-drop > span:nth-child(2) { min-width: 0; flex: 1; }.task-drop strong { display: block; font-size: 17px; letter-spacing: -.02em; }.task-drop small { display: block; margin-top: 5px; color: var(--muted); }.task-drop .button { pointer-events: none; }
.selected-files { display: grid; gap: 7px; margin-top: 10px; }
.selected-file { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 11px; align-items: center; padding: 11px 13px; border: 1px solid var(--line); border-radius: 11px; background: var(--paper); }
.selected-file b { display: block; max-width: 520px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }.selected-file small { color: var(--muted); font-size: 10px; }
.task-options { margin: 14px 0 0; padding: 16px; border: 1px solid var(--line); border-radius: 14px; }.task-options legend { padding: 0 6px; color: var(--muted); font-size: 11px; font-weight: 750; }
.option-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; }.option-grid label { cursor: pointer; }.option-grid input { position: absolute; opacity: 0; }.option-grid span { display: grid; min-height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 10px; color: #685f68; font-size: 11px; font-weight: 700; }.option-grid input:checked + span { border-color: var(--violet); background: var(--lavender-soft); color: var(--violet-dark); box-shadow: inset 0 0 0 1px var(--violet); }
.task-field { display: block; margin-top: 14px; }.task-field > span { display: block; margin: 0 0 6px 3px; font-size: 11px; font-weight: 750; }.task-field input { width: 100%; height: 48px; border: 1px solid var(--line); border-radius: 11px; padding: 0 14px; background: var(--paper); outline: none; }.task-field input:focus { border-color: var(--violet); box-shadow: 0 0 0 3px var(--lavender-soft); }.task-field small { display: block; margin: 5px 3px 0; color: var(--muted); font-size: 10px; }
.task-assurances { display: flex; flex-wrap: wrap; justify-content: center; gap: 19px; padding: 16px 4px 13px; color: var(--muted); font-size: 10px; font-weight: 650; }.task-assurances span { display: inline-flex; align-items: center; gap: 5px; }.task-assurances svg { color: var(--violet); }
.task-submit { width: 100%; }
.task-status { display: flex; align-items: center; gap: 11px; margin-top: 10px; padding: 13px; border-radius: 11px; background: var(--lavender-soft); color: var(--violet-dark); font-size: 12px; font-weight: 700; }
.task-status i { width: 18px; height: 18px; border: 2px solid #cfc0e6; border-top-color: var(--violet); border-radius: 99px; animation: spin .8s linear infinite; }
.task-status.is-error { background: #fce7e2; color: #a33f43; }.task-status.is-error i { display: none; }
.task-result { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; margin-top: 10px; padding: 13px; border: 1px solid #b8ddcc; border-radius: 13px; background: #edf8f2; }.result-check { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 99px; background: var(--mint); color: #fff; font-weight: 850; }.task-result strong { display: block; font-size: 13px; }.task-result small { color: #5d766e; font-size: 10px; }
@keyframes spin { to { transform: rotate(360deg); } }

.tool-process { background: var(--paper); }
.step-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; margin: 0; padding: 0; list-style: none; }
.step-cards li { min-height: 190px; padding: 26px; border: 1px solid var(--line); border-radius: 20px 20px 20px 8px; background: var(--wash); }.step-cards span { color: var(--coral-dark); font-size: 11px; font-weight: 850; }.step-cards b { display: block; margin: 30px 0 11px; font-size: 19px; letter-spacing: -.03em; }.step-cards p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.value-section { background: #1c1d2b; color: #fff; }.value-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: center; }.value-grid h2 { margin: 13px 0; font-size: clamp(38px,4.4vw,57px); line-height: 1.02; letter-spacing: -.055em; }.value-grid p { max-width: 600px; color: #b5b6c5; line-height: 1.7; }.value-grid .kicker { color: #f59a92; }.value-grid ul { margin: 0; padding: 0; list-style: none; }.value-grid li { display: flex; align-items: center; gap: 10px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 15px; font-weight: 700; }.value-grid li:first-child { border-top: 1px solid rgba(255,255,255,.12); }.value-grid svg { color: #76d6ae; }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }.faq-grid h2 { margin: 12px 0; font-size: 45px; letter-spacing: -.05em; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { padding: 23px 38px 23px 0; cursor: pointer; font-size: 16px; font-weight: 750; }.faq-list p { max-width: 690px; margin: -9px 0 22px; color: var(--muted); line-height: 1.65; }
.related-section { padding-top: 20px; }.related-section .section-heading { margin-bottom: 22px; }.related-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }.related-grid a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; min-height: 82px; padding: 14px; border: 1px solid var(--line); border-radius: 15px 15px 15px 6px; background: var(--paper); transition: transform .18s,box-shadow .18s; }.related-grid a:hover { transform: translateY(-3px); box-shadow: 0 14px 35px rgba(28,27,58,.08); }.related-grid .tool-icon { width: 40px; height: 40px; border-radius: 11px; }.related-grid b { font-size: 12px; }

.legal-page { max-width: 880px; padding-top: 90px; padding-bottom: 120px; }.legal-page h1 { max-width: 800px; margin: 16px 0 22px; font-size: clamp(46px,7vw,78px); line-height: 1; letter-spacing: -.065em; }.legal-lead { color: var(--muted); font-size: 21px !important; }.legal-page h2 { margin: 45px 0 10px; font-size: 24px; letter-spacing: -.035em; }.legal-page p { color: #55586b; font-size: 15px; line-height: 1.78; }.security-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 50px 0; }.security-cards section { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }.security-cards section > b { color: var(--violet); font-size: 11px; }.security-cards h2 { margin: 25px 0 10px; font-size: 19px; }.security-cards p { margin: 0; font-size: 12px; }
.recovery-page { min-height: 70vh; display: grid; place-items: center; text-align: center; }.recovery-page > div { max-width: 620px; }.recovery-page h1 { margin: 15px 0; font-size: 52px; letter-spacing: -.06em; }.recovery-page p { color: var(--muted); line-height: 1.7; }.recovery-page .button { margin-top: 15px; }

.site-footer { margin-top: 70px; padding: 70px 0 25px; border-top: 1px solid var(--line); background: var(--paper); }.footer-grid { display: grid; grid-template-columns: 1fr 180px 180px; gap: 50px; }.brand--footer { font-size: 22px; }.footer-grid > div p { color: var(--muted); }.footer-grid nav { display: flex; flex-direction: column; gap: 10px; font-size: 12px; }.footer-grid nav strong { margin-bottom: 7px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }.footer-grid nav a { color: var(--muted); }.footer-grid nav a:hover { color: var(--coral-dark); }.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 20px; border-top: 1px solid var(--line); color: #9a8e95; font-size: 10px; }

@media (max-width: 1050px) {
    .hero-grid { grid-template-columns: 1fr; gap: 70px; }.hero-copy { max-width: 720px; text-align: center; margin-inline: auto; }.hero-copy .eyebrow { justify-content: center; }.hero h1::after { margin-inline: auto; }.hero-copy > p { margin-inline: auto; }.hero-actions,.trust-row { justify-content: center; }.product-card { width: min(720px,100%); margin: auto; }.tool-grid { grid-template-columns: repeat(2,1fr); }.related-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 760px) {
    .shell { width: min(100% - 28px,1180px); }.desktop-nav,.header-actions > .button { display: none; }.language-menu > button { min-height: 38px; padding-inline: 8px; }.language-popover { position: fixed; top: 58px; right: 14px; left: 14px; grid-template-columns: 1fr; width: auto; max-height: calc(100vh - 76px); }.menu-toggle { display: block; }.header-inner { height: 66px; }.mobile-nav { inset: 66px 0 auto; }.hero { padding: 66px 0 72px; }.hero h1 { font-size: clamp(44px,14vw,64px); }.hero-copy > p { font-size: 16px; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.product-body { height: 370px; grid-template-columns: 41px 1fr; }.demo-panel { display: none; }.demo-page { min-height: 330px; padding: 27px 24px; }.floating-chip--left { left: -6px; bottom: 45px; }.floating-chip--right { right: -6px; top: 65px; }.logo-strip .shell { overflow: hidden; justify-content: space-between; }.logo-strip i { display: none; }.section { padding: 72px 0; }.section-heading { display: block; }.section-heading p { margin-top: 17px; }.tool-grid { grid-template-columns: 1fr; }.tool-card { min-height: 132px; }.process-grid,.value-grid,.faq-grid,.ai-home-grid { grid-template-columns: 1fr; gap: 45px; }.ai-home-copy { text-align: center; }.ai-home-copy h2,.ai-home-copy > p { margin-inline: auto; }.ai-home-copy .eyebrow,.ai-home-actions { justify-content: center; }.ai-home-actions { flex-direction: column; }.ai-home-actions .button { width: 100%; }.ai-home-ui { width: min(700px,100%); margin-inline: auto; transform: none; }.ai-review-stage { grid-template-columns: 1fr; }.ai-review-selection { min-height: 205px; }.ai-review-card { margin-top: -52px; margin-left: 12%; }.ai-review-top { grid-template-columns: 1fr auto; }.ai-review-top b { display: none; }.ai-review-brief { margin: 0 12px 12px; }.principle-card { grid-template-columns: 1fr; padding: 34px 28px; }.principle-card .button { justify-self: start; }.tool-hero { padding-top: 25px; }.tool-title-block { margin-top: 30px; }.tool-title-block h1 { font-size: 48px; }.task-card,.ai-start-card { padding: 11px; border-radius: 18px; }.ai-start-card > footer { align-items: stretch; flex-direction: column; }.ai-start-card > footer > span { max-width: none; }.ai-start-card > footer .button { width: 100%; }.task-drop { flex-direction: column; text-align: center; padding: 22px; }.task-drop .button { width: 100%; }.option-grid { grid-template-columns: repeat(2,1fr); }.task-assurances { gap: 9px 14px; }.task-result { grid-template-columns: auto 1fr; }.task-result .button { grid-column: 1 / -1; }.step-cards { grid-template-columns: 1fr; }.related-grid { grid-template-columns: 1fr; }.security-cards { grid-template-columns: 1fr; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div { grid-column: 1/-1; }.footer-bottom { align-items: start; flex-direction: column; gap: 8px; }.site-footer { margin-top: 25px; }
    [dir="rtl"] .language-popover { right: 14px; left: 14px; }
}
@media (max-width: 420px) {
    .product-body { height: 330px; }.demo-page { width: calc(100% - 22px); margin: 12px auto; min-height: 306px; }.floating-chip { font-size: 9px; }.tool-title-block h1 { font-size: 42px; }.recovery-page h1 { font-size: 41px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .brand-cursor { animation: none !important; } *,*:before,*:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
