@font-face {
    font-family: 'Product Inter';
    src: url('/fonts/filament/filament/inter/inter-latin-wght-normal-DIHYUR35.woff2') format('woff2');
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}
:root {
    --product-black: #17191c;
    --product-muted: #626872;
    --product-blue: #1a73e8;
    --product-line: #e4e8ee;
    --header-height: 84px;
    --content-width: min(90%, 1480px);
    --ease-out: cubic-bezier(.22, 1, .36, 1);
}
.product-document { scroll-behavior: smooth; scroll-snap-type: y proximity; }
.product-page { margin: 0; background: #fff; color: var(--product-black); font-family: 'Product Inter', Arial, sans-serif; font-size: 18px; line-height: 1.5; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }
.product-page a { color: inherit; text-decoration: none; }
.product-page button, .product-page input { font: inherit; }
.product-page button, .product-page a { -webkit-tap-highlight-color: transparent; }
.product-page :focus-visible { outline: 3px solid #1a73e8; outline-offset: 5px; }
.skip-link { position: fixed; left: 20px; top: -100px; padding: 12px 20px; background: #fff; z-index: 200; }
.skip-link:focus { top: 12px; }
.product-header { position: fixed; inset: 0 0 auto; height: var(--header-height); z-index: 100; background: transparent; transition: background .4s, box-shadow .4s, backdrop-filter .4s; }
.product-header.is-scrolled { background: rgb(255 255 255 / 76%); backdrop-filter: blur(22px) saturate(145%); -webkit-backdrop-filter: blur(22px) saturate(145%); box-shadow: 0 7px 30px rgb(30 40 55 / 7%); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.product-brand { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; font-size: 22px; font-weight: 650; letter-spacing: -.8px; }
.product-brand > svg { width: 38px; height: 38px; flex: 0 0 auto; display: block; }
.brand-wordmark { color: #17191c; white-space: nowrap; }
.brand-pro { color: #737981; font-weight: 450; margin-left: 5px; }
.brand-wave { stroke-dasharray: 40; stroke-dashoffset: 0; }
.product-brand:hover .brand-wave { animation: brand-draw .8s var(--ease-out); }
.product-navigation { display: flex; gap: 25px; align-items: center; height: 100%; }
.product-navigation a { position: relative; display: flex; align-items: center; height: 100%; font-size: 16px; color: #656b74; transition: color .2s; white-space: nowrap; }
.product-navigation a.is-current, .product-navigation a:hover { color: #1a73e8; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.sign-in { font-size: 16px; }
.product-button { background: #1a73e8; color: #fff !important; border: 1px solid #1a73e8; border-radius: 100px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 17px 27px; font-size: 18px; font-weight: 560; line-height: 1.4; white-space: nowrap; transition: background .2s, box-shadow .3s, transform .3s var(--ease-out); cursor: pointer; }
.product-button:hover { background: #155fc1; box-shadow: 0 10px 30px #1a73e826; transform: translateY(-3px); }
.product-button span { font-size: 25px; line-height: 1; }
.button-small { padding: 12px 22px; font-size: 16px; gap: 16px; }
.text-button { display: inline-flex; align-items: center; gap: 17px; font-size: 18px; font-weight: 560; padding: 14px 0; }
.text-button span { font-size: 25px; transition: transform .2s; }
.text-button:hover span { transform: translate(3px, -3px); }
.menu-toggle { display: none; background: none; padding: 10px; border: 0; }
.menu-toggle span { display: block; height: 2px; width: 23px; background: #17191c; margin: 6px 0; }
.mobile-menu { position: absolute; top: 100%; left: 0; right: 0; background: rgb(255 255 255 / 96%); box-shadow: 0 15px 20px #1926370a; padding: 12px max(5%, calc((100% - 1480px) / 2)) 24px; }
.mobile-menu:not([hidden]) { display: grid; gap: 2px; }
.mobile-menu a { padding: 13px 0; font-size: 19px; }
.section-shell { width: var(--content-width); margin: 0 auto; }
.product-section { min-height: 100vh; min-height: 100svh; position: relative; display: flex; flex-direction: column; justify-content: center; padding: calc(var(--header-height) + 38px) 0 76px; scroll-snap-align: start; isolation: isolate; overflow: clip; }
.product-kicker { font-size: 14px; font-weight: 600; letter-spacing: 1.5px; display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: #626872; }
.google-dots { display: inline-flex; gap: 5px; align-items: center; }
.google-dots i { width: 7px; height: 7px; border-radius: 50%; background: #4285f4; }
.google-dots i:nth-child(2) { background: #ea4335; }
.google-dots i:nth-child(3) { background: #fbbc05; }
.google-dots i:nth-child(4) { background: #34a853; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 1%; align-items: center; }
.hero-copy { z-index: 3; }
.hero-copy h1 { font-size: clamp(74px, 6.1vw, 104px); font-weight: 590; letter-spacing: -.065em; line-height: 1.01; margin: 0 0 25px; }
.muted-heading { color: #81868f; }
.hero-description { font-size: clamp(20px, 1.6vw, 25px); line-height: 1.6; letter-spacing: -.025em; color: #626872; margin-bottom: 27px; }
.hero-actions { display: flex; gap: 25px; align-items: center; flex-wrap: wrap; }
.hero-product { position: relative; min-width: 0; }
.model-stage { height: min(69svh, 660px); min-height: 0; position: relative; display: grid; place-items: center; perspective: 1500px; cursor: grab; touch-action: pan-y; user-select: none; -webkit-user-select: none; outline-offset: 0 !important; border-radius: 40px; }
.model-stage.is-dragging { cursor: grabbing; }
.model-hint { display: flex; align-items: center; justify-content: center; gap: 9px; font-size: 14px; color: #737b87; margin: 12px 0 0; line-height: 1.5; }
.model-hint svg { width: 22px; height: 22px; flex-shrink: 0; }
.model-hint-touch { display: none; }
@media (pointer: coarse) {
    .model-hint-pointer { display: none; }
    .model-hint-touch { display: inline; }
}
.model-rotator { --card-size: min(40vw, 65svh, 610px); width: var(--card-size); height: var(--card-size); position: relative; transform-style: preserve-3d; -webkit-transform-style: preserve-3d; transform: rotateX(10deg) rotateY(-23deg) rotateZ(7deg); will-change: transform; }
.review-model { position: relative; width: 100%; height: 100%; transform-style: preserve-3d; -webkit-transform-style: preserve-3d; }
.hero-product .review-model { animation: card-float 7s ease-in-out infinite; }
.is-dragging .review-model { animation-play-state: paused; }
.card-front, .card-reverse, .card-edge { position: absolute; inset: 0; border-radius: 6%; }
.card-front { background: #fff; overflow: hidden; transform: translateZ(6.1px); backface-visibility: hidden; -webkit-backface-visibility: hidden; box-shadow: inset 0 0 0 1px #ffffff88; }
.card-art { width: 100%; height: 100%; display: block; }
.card-edge { transform: translateZ(calc(var(--layer) * 1px - 6px)); background: #d3d6df; border: 1px solid #e4e5e9; box-shadow: inset 0 0 1px #fff; }
.card-edge:nth-of-type(2n) { background: #c9cdd6; }
.card-sheen { position: absolute; inset: 0; background: linear-gradient(120deg, transparent 5%, rgb(255 255 255 / 14%) 35%, transparent 60%); opacity: .8; pointer-events: none; }
.card-reverse { padding: 0; margin: 0; transform: rotateY(180deg) translateZ(6.1px); backface-visibility: hidden; -webkit-backface-visibility: hidden; background: #e5d7b0; overflow: hidden; }
.model-shadow { width: 65%; height: 32px; position: absolute; bottom: 2%; left: 19%; border-radius: 50%; background: #172649; filter: blur(25px); opacity: .17; transform: rotate(-6deg); pointer-events: none; }
.product-orbit { position: absolute; width: 97%; aspect-ratio: 1; border: 1px solid #edf0f4; border-radius: 50%; pointer-events: none; }
.orbit-two { width: 76%; border-color: #f0f3f7; }.orbit-one::after { content: ''; position: absolute; width: 90%; inset: 5%; border-radius: 50%; background: radial-gradient(circle, #f0f1f580 0, #fff0 67%); }
.orbit-dot { position: absolute; border-radius: 50%; pointer-events: none; }.dot-blue { width: 10px; height: 10px; top: 20%; right: 8%; background: #4285f4; }.dot-yellow { width: 7px; height: 7px; bottom: 17%; left: 7%; background: #fbbc05; }.dot-red { width: 5px; height: 5px; top: 7%; left: 25%; background: #ea4335; }.dot-green { width: 6px; height: 6px; bottom: 8%; right: 24%; background: #34a853; }
.section-bottom { position: absolute; inset: auto 0 23px; display: flex; justify-content: space-between; align-items: center; color: #727b88; font-size: 13px; font-weight: 500; letter-spacing: .6px; gap: 20px; }
.scroll-cue { display: flex; align-items: center; gap: 12px; }
.scroll-line { width: 1px; height: 24px; background: #d8dce2; position: relative; overflow: hidden; }
.scroll-line::after { content: ''; display: block; height: 10px; background: #1a73e8; animation: scroll-line 2.5s ease infinite; }
.section-number { font-variant-numeric: tabular-nums; }
.section-indicator { position: fixed; right: 17px; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 16px; z-index: 40; }
.section-indicator a { width: 6px; height: 6px; border-radius: 50%; background: #c9d0db; position: relative; transition: background .3s, transform .3s; }
.section-indicator a::before { content: ''; position: absolute; inset: -7px; border-radius: 50%; }
.section-indicator .is-current { background: #4285f4; transform: scale(1.25); box-shadow: 0 0 0 5px #4285f415; }
.section-copy h2 { font-size: clamp(52px, 4.3vw, 76px); line-height: 1.04; font-weight: 560; letter-spacing: -.06em; margin: 0 0 24px; }
.section-copy > p { font-size: 21px; line-height: 1.65; color: #626c79; max-width: 550px; letter-spacing: -.025em; }
.blue-heading { color: #1a73e8; }
.experience-section { background: #f7f7f8; }
.experience-grid { display: grid; grid-template-columns: 1.2fr 1fr; column-gap: 4%; row-gap: 0; align-items: center; }
.experience-visual { min-width: 0; grid-column: 1; grid-row: 1 / span 2; }
.experience-copy { grid-column: 2; align-self: end; }
.experience-details { grid-column: 2; align-self: start; }
.counter-experience { width: 100%; }
.counter-art { display: block; width: 100%; height: auto; }
.experience-steps { display: grid; gap: 10px; list-style: none; padding: 0; margin: 26px 0 0; }
.experience-step { position: relative; width: 100%; display: flex; align-items: center; text-align: left; gap: 17px; padding: 18px 21px; border: 1px solid transparent; background: #ffffff45; border-radius: 16px; color: #59616d; overflow: hidden; transition: background .4s, border-color .4s, box-shadow .4s, color .4s; }
.experience-step::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: #1a73e8; transform: scaleX(var(--step-progress, 0)); transform-origin: left; opacity: 0; transition: opacity .3s; }
.experience-step.is-current { color: #17191c; background: white; border-color: #dce5f1; box-shadow: 0 9px 27px #273e5c09, 0 2px 5px #273e5c04; }
.experience-step.is-current::before { opacity: 1; }
.experience-step > span:first-child { display: grid; place-items: center; flex: 0 0 40px; width: 40px; height: 40px; border-radius: 12px; background: #eef0f3; color: #798391; font-size: 14px; font-weight: 600; font-variant-numeric: tabular-nums; transition: color .4s, background .4s, box-shadow .4s; }
.experience-step.is-current > span:first-child { background: #1a73e8; color: white; box-shadow: 0 4px 12px #1a73e829; }
.experience-step > span:last-child { min-width: 0; }
.experience-steps strong { display: block; font-size: 19px; font-weight: 600; letter-spacing: -.4px; line-height: 1.4; }
.experience-steps small { display: block; font-size: 16px; margin-top: 5px; color: #6c7787; line-height: 1.5; }
.audience-section { background: #fafafa; }
.audience-section .section-next { flex-shrink: 0; white-space: nowrap; }
.audience-grid { display: grid; gap: 28px; position: relative; }
.audience-grid > .reveal { min-width: 0; }
.audience-header { display: block; }
.audience-title .product-kicker { margin-bottom: 16px; }
.audience-title h2 { font-size: clamp(42px, 3.6vw, 60px); line-height: 1.05; font-weight: 560; letter-spacing: -.055em; margin: 0; }
.industry-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; list-style: none; padding: 0; margin: 0; }
.industry-list li { --industry-color: #1a73e8; --industry-tint: #edf3ff; display: flex; align-items: center; gap: 14px; padding: 21px 18px; min-width: 0; border: 1px solid #eaedf1; border-radius: 17px; background: #fff; box-shadow: 0 2px 3px #23395502; transition: border-color .25s, box-shadow .3s, transform .3s var(--ease-out); }
.industry-list li:nth-child(4n+2) { --industry-color: #a84767; --industry-tint: #fbeef2; }
.industry-list li:nth-child(4n+3) { --industry-color: #b57512; --industry-tint: #fff5df; }
.industry-list li:nth-child(4n+4) { --industry-color: #188038; --industry-tint: #ecf6ef; }
.industry-list li:hover { border-color: var(--industry-color); box-shadow: 0 10px 28px #2339550a; transform: translateY(-4px); }
.industry-icon { display: grid; place-items: center; width: 45px; height: 45px; flex-shrink: 0; border-radius: 14px; background: var(--industry-tint); color: var(--industry-color); transition: transform .3s var(--ease-out); }
.industry-list li:hover .industry-icon { transform: rotate(-7deg) scale(1.06); }
.industry-icon svg { width: 28px; height: 28px; }
.industry-label { font-size: 20px; font-weight: 550; line-height: 1.3; letter-spacing: -.5px; }
.industry-label small { display: block; font-size: 13px; color: #7b828d; font-weight: 400; letter-spacing: -.1px; margin-top: 5px; }
.motion-ready .industry-gallery.is-visible .industry-list li { animation: industry-arrive .65s var(--ease-out) both; animation-delay: calc(var(--industry-index) * .055s); }
.audience-more { display: flex; justify-content: center; align-items: center; gap: 12px; font-size: 15px; color: #6d7580; margin: 17px 0 0; }
.review-research { border-top: 1px solid #dde2e8; padding-top: 22px; }
.research-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin: 0; }
.research-stats > div { display: flex; align-items: center; gap: 19px; padding: 0 26px; border-left: 1px solid #e1e5ea; min-width: 0; }
.research-stats > div:first-child { padding-left: 0; border-left: 0; }
.research-stats > div:last-child { padding-right: 0; }
.research-stats > div:nth-child(1) dt { color: #1a73e8; }
.research-stats > div:nth-child(2) dt { color: #188038; }
.research-stats dt { flex-shrink: 0; font-size: clamp(76px, 6.2vw, 104px); font-weight: 550; line-height: 1; letter-spacing: -.065em; color: #17191c; }
.stat-display { display: inline-flex; align-items: baseline; white-space: nowrap; }
.stat-display [data-count-to] { display: inline-block; width: 2ch; text-align: right; font-variant-numeric: tabular-nums; }
.stat-unit { font-size: .43em; margin-left: 3px; letter-spacing: -.04em; color: inherit; }
.research-stats dd { margin: 0; font-size: 17px; line-height: 1.5; color: #68707b; letter-spacing: -.15px; }
.research-source { margin: 18px 0 0; font-size: 12px; line-height: 1.6; color: #858b94; }
.research-source a { color: #737c88; text-decoration: underline; text-underline-offset: 3px; }
.research-source a:hover { color: #1a73e8; }
.research-source > span { margin-left: 8px; }
@keyframes industry-arrive { from { opacity: 0; translate: 0 14px; } to { opacity: 1; translate: 0 0; } }
@media (min-width: 1101px) and (max-width: 1350px) {
    .product-navigation { gap: 17px; }
    .product-navigation a { font-size: 15px; }
    .header-inner { gap: 18px; }
    .header-actions { gap: 17px; }
    .industry-list li { padding: 18px 13px; gap: 10px; }
    .industry-label { font-size: 18px; }
    .industry-label small { font-size: 12px; }
    .research-stats > div { padding: 0 18px; gap: 13px; }
}
@media (min-width: 901px) and (max-height: 820px) {
    .audience-grid { gap: 24px; }
    .audience-title h2 { font-size: clamp(44px, 3.4vw, 58px); }
    .industry-list li { padding-top: 17px; padding-bottom: 17px; }
    .review-research { padding-top: 18px; }
}
@media (max-width: 1100px) {
    .industry-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .research-stats > div { display: block; padding: 0 20px; }
    .research-stats dd { margin-top: 12px; font-size: 16px; }
    .research-source > span { display: block; margin: 5px 0 0; }
}
@media (max-width: 600px) {
    .audience-grid { gap: 28px; }
    .audience-title h2 { font-size: clamp(38px, 10vw, 50px); }
    .industry-list { gap: 10px; }
    .industry-list li { display: block; padding: 18px 14px; border-radius: 16px; }
    .industry-icon { width: 43px; height: 43px; margin-bottom: 13px; }
    .industry-label { font-size: 18px; }
    .industry-label small { font-size: 12px; line-height: 1.5; }
    .audience-more { font-size: 15px; }
    .review-research { padding-top: 10px; }
    .research-stats { grid-template-columns: 1fr; }
    .research-stats > div, .research-stats > div:first-child, .research-stats > div:last-child { display: flex; gap: 22px; padding: 22px 0; border-left: 0; border-bottom: 1px solid #e1e5ea; }
    .research-stats dt { font-size: 80px; }
    .research-stats dd { margin: 0; font-size: 17px; }
    .research-source { font-size: 12px; }
}
.control-grid { display: grid; grid-template-columns: 1fr 1.18fr; gap: 7%; align-items: center; }
.control-features { display: flex; flex-direction: column; gap: 17px; margin: 29px 0 20px; }
.control-features span { font-size: 19px; display: flex; gap: 14px; align-items: center; color: #586474; }
.control-features i { color: #1a73e8; width: 24px; font-size: 24px; font-style: normal; text-align: center; }
.dashboard-scene { position: relative; padding: 8px 0; }
.dashboard-scene::before { content: ''; position: absolute; inset: -30px; border-radius: 50%; background: radial-gradient(ellipse, #eceef1 0, transparent 70%); z-index: -1; }
.dashboard-preview { background: #fff; border: 1px solid #dde4ee; box-shadow: 0 25px 65px #17395c0a; border-radius: 18px; overflow: hidden; }
.preview-header { border-bottom: 1px solid #edf0f4; display: flex; justify-content: space-between; align-items: center; padding: 15px 24px; font-size: 16px; font-weight: 600; letter-spacing: -.5px; }
.mini-brand-icon { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 7px; background: #1a73e8; color: #fff; font-size: 14px; margin-right: 7px; font-style: normal; }
.preview-avatar { width: 28px; height: 28px; display: grid; place-items: center; font-size: 14px; color: #6d7690; background: #eef2f9; border-radius: 50%; }
.preview-body { padding: 24px; }
.preview-body > h3 { font-size: 27px; font-weight: 580; letter-spacing: -1px; margin: 0 0 22px; }
.preview-metrics { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid #edf0f4; padding-bottom: 13px; }
.preview-metrics > div > span { display: block; font-size: 15px; color: #68778b; margin-bottom: 4px; }
.preview-metrics strong { font-size: 42px; line-height: 1.2; font-weight: 500; letter-spacing: -2px; }
.preview-metrics strong .trend { font-size: 22px; color: #34a853; margin-left: 12px; }
.preview-chart { position: relative; height: 115px; margin: 18px 0 22px; }
.preview-chart > svg { width: 100%; height: calc(100% - 24px); position: relative; }
.chart-grid { position: absolute; inset: 0 0 24px; background: repeating-linear-gradient(to bottom, #edf1f6 0 1px, transparent 1px 30px); }
.chart-labels { display: flex; justify-content: space-between; font-size: 13px; color: #748399; }
.chart-line { stroke-dasharray: 600; stroke-dashoffset: 600; transition: stroke-dashoffset 1.7s var(--ease-out); }
.is-visible .chart-line { stroke-dashoffset: 0; }
.destination-preview { border: 1px solid #e3e9f1; border-radius: 10px; padding: 13px; line-height: 1.3; }
.destination-preview > div { display: flex; gap: 8px; align-items: center; }
.destination-preview svg { height: 21px; width: 21px; flex-shrink: 0; }
.destination-preview strong { font-size: 15px; font-weight: 600; }
.connected-dot { margin-left: auto; font-size: 13px; color: #188038; }
.connected-dot::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #34a853; margin-right: 4px; }
.destination-url { display: block; padding: 12px 0; font-family: ui-monospace, monospace; font-size: 14px; color: #637188; overflow-wrap: anywhere; }
.destination-preview button { padding: 0; background: none; border: 0; font-size: 15px; color: #1a73e8; }
.destination-preview button span { margin-left: 12px; }
.permanent-link-note { position: relative; width: fit-content; display: flex; align-items: center; gap: 12px; padding: 14px 18px; background: white; border: 1px solid #e0e7ef; border-radius: 13px; box-shadow: 0 10px 25px #1d333509; margin: -12px 0 0 auto; line-height: 1.4; }
.note-check { color: #188038; background: #e6f4ea; width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; font-size: 17px; }
.permanent-link-note strong { font-size: 16px; font-weight: 600; display: block; }
.permanent-link-note div > span { font-size: 13px; color: #68778c; display: block; margin-top: 3px; }
.dashboard-disclaimer { text-align: center; color: #6e7c90; font-size: 13px; margin: 14px 0 0; }
.product-section.plan-section { padding: 0; background: #fafafa; }
.presentation-plan { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
.plan-price-panel, .plan-details { min-height: 100vh; min-height: 100svh; display: flex; align-items: center; min-width: 0; padding-top: calc(var(--header-height) + 46px); padding-bottom: 88px; }
.plan-price-panel { position: relative; overflow: hidden; background: #1a73e8; color: white; padding-left: max(5vw, calc((100vw - 1480px) / 2)); padding-right: 5vw; isolation: isolate; }
.plan-price-content, .plan-feature-content { width: 100%; }
.plan-label { display: block; font-size: 13px; font-weight: 550; letter-spacing: 1.6px; color: #ffffffdb; margin-bottom: 24px; }
.plan-price-content h2 { font-size: clamp(42px, 4vw, 66px); font-weight: 550; letter-spacing: -.06em; line-height: 1.07; margin: 0 0 34px; }
.presentation-price { display: flex; align-items: baseline; font-size: clamp(120px, 13vw, 205px); font-weight: 550; letter-spacing: -.075em; line-height: 1; white-space: nowrap; }
.presentation-price > span { align-self: flex-start; font-size: .4em; line-height: 1.4; margin-right: 5px; letter-spacing: -.04em; }
.presentation-price small { font-size: clamp(22px, 2vw, 30px); font-weight: 450; letter-spacing: -.03em; margin-left: 16px; }
.plan-price-content > p { font-size: 22px; line-height: 1.5; letter-spacing: -.025em; margin: 27px 0 28px; color: #ffffffe6; }
.plan-billing-note { font-size: 14px; color: #ffffffd9; line-height: 1.6; }
.plan-atmosphere { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: -1; }
.plan-atmosphere > span { position: absolute; border-radius: 50%; width: 44vw; aspect-ratio: 1; border: 1px solid #ffffff20; right: -27vw; top: -10vw; }
.plan-atmosphere > span:nth-child(2) { width: 37vw; right: -23vw; top: -6.5vw; background: #ffffff05; }
.plan-atmosphere > span:nth-child(3) { width: 45vw; top: auto; right: auto; left: -23vw; bottom: -37vw; border: 70px solid #ffffff08; }
.plan-section.is-in-view .plan-atmosphere > span { animation: plan-shape-drift 14s ease-in-out infinite alternate; }
.plan-section.is-in-view .plan-atmosphere > span:nth-child(2) { animation-delay: -5s; }
@keyframes plan-shape-drift { to { transform: translate(-20px, 30px) scale(1.08); } }
.plan-details { padding-left: 5vw; padding-right: max(5vw, calc((100vw - 1480px) / 2)); }
.plan-details .product-kicker { font-size: 12px; margin-bottom: 23px; }
.plan-details h3 { font-size: clamp(36px, 3.4vw, 55px); font-weight: 550; line-height: 1.1; letter-spacing: -.055em; margin: 0; }
.plan-inclusions { display: grid; gap: 18px; list-style: none; padding: 0; margin: 30px 0; }
.plan-inclusions li { font-size: 18px; line-height: 1.5; color: #515966; padding-left: 36px; position: relative; }
.plan-inclusions li::before { content: '✓'; position: absolute; top: 1px; left: 0; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: #eaf1fb; color: #1a73e8; font-size: 14px; font-weight: 600; }
.plan-additional { padding-top: 22px; border-top: 1px solid #e1e5eb; margin-bottom: 28px; }
.plan-additional > span { display: block; font-size: 14px; color: #717985; margin-bottom: 5px; }
.plan-additional strong { display: flex; flex-wrap: wrap; gap: 6px 18px; justify-content: space-between; font-size: 19px; font-weight: 550; letter-spacing: -.4px; }
.plan-additional strong > span { color: #1a73e8; }
.plan-section .section-bottom > span { color: #ffffffbd; }
.questions-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 9%; align-items: start; }
.questions-section .section-copy h2 { font-size: 56px; }
.product-faq details { border-bottom: 1px solid #e0e6ee; }
.product-faq summary { list-style: none; cursor: pointer; padding: 17px 0; font-size: 18px; font-weight: 550; display: flex; justify-content: space-between; gap: 18px; align-items: center; letter-spacing: -.3px; }
.product-faq summary::-webkit-details-marker { display: none; }
.product-faq summary span { font-weight: 400; font-size: 25px; color: #78879d; transition: transform .25s; }
.product-faq details[open] summary span { transform: rotate(45deg); color: #1a73e8; }
.product-faq details p { font-size: 17px; color: #626f82; line-height: 1.7; padding: 0 25px 12px 0; }
.motion-ready .reveal { opacity: 0; transform: translateY(48px) scale(.975); transition: opacity .8s var(--ease-out), transform 1.1s var(--ease-out); }
.motion-ready .reveal.is-visible { opacity: 1; transform: translateY(0) scale(1); }
.section-copy.reveal { transition-delay: .09s; }
@keyframes card-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-11px); } }
@keyframes scroll-line { 0% { transform: translateY(-10px); } 100% { transform: translateY(36px); } }
@supports (animation-timeline: view()) {
    @media (prefers-reduced-motion: no-preference) and (min-width: 901px) {
        .product-section > .section-shell:not(.section-bottom):not(.product-footer) { animation: section-arrival linear both; animation-timeline: view(); animation-range: entry 0% entry 95%; }
        .hero-product { animation: hero-departure linear both; animation-timeline: view(); animation-range: exit 0% exit 95%; }
        @keyframes section-arrival { from { opacity: .35; translate: 0 65px; } to { opacity: 1; translate: 0 0; } }
        @keyframes hero-departure { from { translate: 0 0; } to { translate: 0 -60px; } }
    }
}
@media (min-width: 1101px) and (max-height: 820px) {
    .product-section { padding-top: 108px; padding-bottom: 60px; }
    .product-kicker { margin-bottom: 18px; font-size: 13px; }
    .hero-copy h1 { font-size: clamp(68px, 5.8vw, 84px); margin-bottom: 20px; }
    .hero-description { font-size: 20px; margin-bottom: 23px; }
    .model-stage { height: 69svh; }
    .model-rotator { --card-size: min(40vw, 65svh); }
    .section-copy h2 { font-size: 52px; margin-bottom: 20px; }
    .section-copy > p { font-size: 20px; line-height: 1.55; }
    .experience-steps { margin-top: 20px; }
    .experience-step { padding: 15px 19px; }
    .experience-steps strong { font-size: 18px; }
    .experience-steps small { font-size: 16px; }
    .preview-body { padding: 19px 23px; }
    .preview-body > h3 { margin-bottom: 16px; }
    .preview-chart { height: 91px; margin: 14px 0 20px; }
    .preview-metrics strong { font-size: 38px; }
    .permanent-link-note { padding: 11px 15px; }
    .questions-section .section-copy h2 { font-size: 52px; }
    .product-faq summary { padding: 13px 0; }
}
@media (min-width: 1101px) and (max-height: 760px) {
    .product-section { padding-top: 100px; padding-bottom: 58px; }
    .experience-copy > p { margin-bottom: 8px; }
    .dashboard-scene { padding: 0; }
}
@media (max-width: 1100px) {
    .product-navigation { display: none; }
    .menu-toggle { display: block; }

    .hero-grid { gap: 1%; }
    .hero-copy h1 { font-size: 65px; }
    .hero-description { font-size: 20px; }
    .hero-description br { display: none; }
    .hero-actions { gap: 12px; }
    .hero-actions .product-button { padding: 15px 23px; font-size: 17px; }
    .hero-actions .text-button { font-size: 17px; }
    .model-stage { height: min(60svh, 500px); }
    .model-rotator { --card-size: min(40vw, 440px); }
    .experience-grid, .control-grid { gap: 5%; }
    .section-copy h2 { font-size: 46px; }
    .section-copy > p { font-size: 19px; }
    .experience-steps strong { font-size: 17px; }
    .experience-steps small { font-size: 15px; }
    .preview-body { padding: 20px; }
    .destination-preview > div { flex-wrap: wrap; }
    .destination-preview .connected-dot { display: none; }
    .questions-grid { gap: 6%; }
    .questions-section .section-copy h2 { font-size: 46px; }
}
@media (max-width: 900px) {
    .product-document { scroll-snap-type: none; }
    .experience-grid, .control-grid { grid-template-columns: 1fr; gap: 38px; }
    .experience-grid { display: flex; flex-direction: column; gap: 0; }
    .experience-copy { order: 0; align-self: stretch; }
    .experience-visual { order: 1; width: 100%; margin: 20px 0 8px; }
    .experience-details { order: 2; align-self: stretch; }
    .section-copy > p { max-width: 650px; }
    .counter-experience { max-width: 680px; margin: auto; }
    .dashboard-scene { max-width: 650px; width: 100%; margin: auto; }
    .experience-step { padding: 18px 20px; }
    .experience-steps strong { font-size: 21px; }
    .experience-steps small { font-size: 18px; }
    .section-copy h2 { font-size: 58px; }
    .hero-copy h1 { font-size: 56px; }
    .model-rotator { --card-size: 37vw; }
    .questions-grid { grid-template-columns: 1fr; gap: 20px; }
    .product-faq summary { font-size: 20px; }
}
@media (max-width: 600px) {
    :root { --header-height: 74px; --content-width: 88%; }
    .header-inner { gap: 10px; }
    .product-brand { font-size: 17px; gap: 7px; letter-spacing: -.6px; }
    .product-brand > svg { height: 30px; width: 30px; }
    .header-actions { gap: 6px; }
    .header-actions .sign-in { display: none; }
    .button-small { padding: 10px 14px; font-size: 14px; gap: 8px; }
    .button-small span { display: none; }
    .menu-toggle { padding-right: 0; }

    .product-section { padding: 106px 0 70px; }
    .overview-section { padding-top: 119px; }
    .hero-grid { display: flex; flex-direction: column; gap: 22px; }
    .hero-copy { width: 100%; text-align: center; }
    .product-kicker { font-size: 12px; letter-spacing: 1px; margin-bottom: 22px; gap: 9px; }
    .google-dots { gap: 4px; }
    .google-dots i { width: 6px; height: 6px; }
    .hero-copy .product-kicker { justify-content: center; }
    .hero-copy h1 { font-size: clamp(48px, 12.9vw, 74px); line-height: 1.03; margin-bottom: 24px; }
    .hero-copy h1 br:first-child { display: none; }
    .hero-description { font-size: 19px; max-width: 360px; margin: 0 auto 24px; line-height: 1.55; }
    .hero-actions { justify-content: center; gap: 7px 20px; }
    .hero-actions .product-button { padding: 15px 22px; font-size: 17px; gap: 16px; }
    .hero-actions .text-button { font-size: 17px; gap: 10px; }
    .hero-product { width: 100%; }
    .model-stage { height: clamp(330px, 98vw, 470px); min-height: 0; max-width: 500px; margin: auto; }
    .model-rotator { --card-size: min(82vw, 400px); }
    .product-orbit { width: 95%; }
    .orbit-two { width: 74%; }
    .section-bottom { font-size: 11px; bottom: 22px; letter-spacing: .4px; }
    .section-indicator { display: none; }
    .section-copy h2 { font-size: 47px; margin-bottom: 22px; }
    .section-copy > p { font-size: 20px; line-height: 1.6; }
    .experience-grid { gap: 0; }
    .experience-steps { margin-top: 25px; }
    .experience-step { padding: 17px 14px; gap: 13px; }
    .experience-step > span:first-child { width: 35px; height: 35px; flex-basis: 35px; font-size: 13px; border-radius: 10px; }
    .experience-steps strong { font-size: 18px; }
    .experience-steps small { font-size: 16px; }

    .control-grid { gap: 28px; }
    .control-features { margin: 25px 0 15px; }
    .control-features span { font-size: 18px; }
    .dashboard-scene::before { inset: 0; }
    .preview-header { padding: 15px 18px; font-size: 15px; }
    .preview-body { padding: 19px; }
    .preview-body > h3 { font-size: 26px; }
    .preview-metrics > div > span { font-size: 14px; }
    .preview-metrics strong { font-size: 36px; }
    .destination-preview strong { font-size: 14px; }
    .destination-url { font-size: 12px; }
    .destination-preview button { font-size: 14px; }
    .permanent-link-note { margin: -12px 0 0 auto; padding: 12px; gap: 9px; }
    .permanent-link-note strong { font-size: 14px; }
    .permanent-link-note div > span { font-size: 12px; }
    .dashboard-disclaimer { font-size: 12px; }
    .questions-section .section-copy h2 { font-size: 47px; }
    .product-faq summary { font-size: 18px; padding: 19px 0; }
}
@media (max-width: 375px) {
    .product-brand { font-size: 15px; }
    .product-brand > svg { width: 27px; height: 27px; }
    .button-small { font-size: 13px; padding: 10px 12px; }
    .hero-copy h1 { font-size: 46px; }
    .hero-description { font-size: 18px; }
    .model-rotator { --card-size: 80vw; }
    .section-copy h2 { font-size: 43px; }
}
@media (min-width: 901px) and (max-height: 820px) {
    .plan-price-panel, .plan-details { padding-top: 112px; padding-bottom: 65px; }
    .plan-label, .plan-details .product-kicker { margin-bottom: 18px; }
    .plan-price-content h2 { font-size: 46px; margin-bottom: 25px; }
    .presentation-price { font-size: 150px; }
    .plan-price-content > p { margin: 20px 0 24px; font-size: 20px; }
    .plan-details h3 { font-size: 40px; }
    .plan-inclusions { gap: 13px; margin: 24px 0; }
    .plan-additional { padding-top: 18px; margin-bottom: 23px; }
}
@media (max-width: 900px) {
    .presentation-plan { grid-template-columns: 1fr; }
    .plan-price-panel, .plan-details { padding: 120px 6% 90px; }
    .plan-price-content, .plan-feature-content { max-width: 650px; margin: auto; }
    .plan-price-content h2 { font-size: clamp(46px, 8vw, 66px); }
    .presentation-price { font-size: clamp(120px, 26vw, 200px); }
    .plan-details h3 { font-size: clamp(40px, 7vw, 55px); }
    .plan-atmosphere > span { width: 95vw; right: -55vw; top: -15vw; }
    .plan-atmosphere > span:nth-child(2) { width: 80vw; right: -48vw; top: -7vw; }
    .plan-atmosphere > span:nth-child(3) { width: 100vw; left: -40vw; bottom: -75vw; }
    .plan-section .section-bottom > span { color: #727b88; }
}
@media (max-width: 600px) {
    .plan-price-content > p { font-size: 21px; }
    .presentation-price small { font-size: 25px; margin-left: 12px; }
    .plan-inclusions li { font-size: 17px; }
    .plan-additional strong { font-size: 18px; }
    .plan-details .product-button { width: 100%; font-size: 17px; }
    .plan-label, .plan-details .product-kicker { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
    .product-document { scroll-behavior: auto; scroll-snap-type: none; }
    .product-page *, .product-page *::before, .product-page *::after { animation: none !important; transition: none !important; }
    .motion-ready .reveal { opacity: 1; transform: none; }
    .model-rotator { will-change: auto; }
    .chart-line { stroke-dashoffset: 0; }
}
.section-next { display: flex; align-items: center; gap: 14px; }
.section-next i { display: grid; place-items: center; font-size: 19px; font-style: normal; width: 33px; height: 33px; border: 1px solid #d6dfed; border-radius: 50%; transition: background .2s, transform .3s; }
.section-next:hover i { background: #e7effd; transform: translateY(3px); }

.experience-section .section-bottom { justify-content: flex-end; }

.questions-section { justify-content: center; }
.product-faq details[open] p { animation: faq-answer .4s var(--ease-out); }
.invitation-section { background: #fff; text-align: center; }
.final-invitation { position: relative; z-index: 1; padding: 20px 0; }
.final-invitation h2 .muted-heading { color: #1a73e8; }
.invitation-emblem { position: relative; width: 72px; height: 72px; margin: 0 auto 40px; transform: rotate(-8deg); }
.invitation-emblem > svg { position: relative; z-index: 1; width: 100%; height: 100%; box-shadow: 0 14px 30px #1a73e81c, 0 4px 8px #1a73e810; border-radius: 21px; }
.invitation-ripple { position: absolute; inset: -13px; border: 1px solid #d5dae2; border-radius: 28px; animation: invitation-signal 4s ease-out infinite; animation-play-state: paused; }
.ripple-delayed { animation-delay: 2s; }
.invitation-section.is-in-view .invitation-ripple { animation-play-state: running; }
.invitation-section.is-in-view .invitation-emblem { animation: invitation-float 6s ease-in-out infinite; }
.final-invitation h2 { font-size: clamp(62px, 7vw, 108px); line-height: 1.04; letter-spacing: -.065em; font-weight: 570; margin: 0 0 25px; }
.final-invitation h2 > span { display: block; }
.final-invitation > p { font-size: 23px; color: #707782; line-height: 1.5; margin: 0 auto 34px; }
.invitation-button { position: relative; overflow: hidden; padding: 10px 11px 10px 28px; gap: 27px; box-shadow: 0 7px 20px #1a73e81a; max-width: 100%; }
.invitation-button .invitation-button-label { font-size: 18px; line-height: 1.4; }
.invitation-button .invitation-arrow { display: grid; place-items: center; flex: 0 0 46px; width: 46px; height: 46px; border-radius: 50%; background: #fff; color: #1a73e8; }
.invitation-arrow svg { transition: transform .3s var(--ease-out); }
.invitation-button:hover .invitation-arrow svg { transform: rotate(45deg); }
.invitation-button:focus-visible { outline: 3px solid #1a73e8; outline-offset: 6px; }
.invitation-button::after { content: ''; position: absolute; top: 0; bottom: 0; left: -60%; width: 40%; background: linear-gradient(100deg, transparent, #ffffff30, transparent); transform: skewX(-20deg); animation: invitation-shine 7s ease-in-out infinite; animation-play-state: paused; pointer-events: none; }
.invitation-section.is-in-view .invitation-button::after { animation-play-state: running; }
.invitation-atmosphere { position: absolute; inset: 0; pointer-events: none; overflow: hidden; background: radial-gradient(ellipse at 50% 47%, #fff 22%, #fafbfe 58%, #fff 80%); }
.invitation-atmosphere > span { position: absolute; width: min(76vw, 1040px); aspect-ratio: 1; left: 50%; top: 50%; border: 1px solid #e8edf5; border-radius: 50%; transform: translate(-50%, -50%); }
.invitation-atmosphere > span:nth-child(2) { width: min(60vw, 820px); border-color: #e8edf5; }
.invitation-atmosphere > span:nth-child(3) { width: min(94vw, 1280px); border-color: #f1f3f7; }
.invitation-atmosphere > span:first-child::after { content: ''; position: absolute; width: 9px; height: 9px; border-radius: 50%; top: 16%; left: 13%; background: #fbbc05; }
.invitation-atmosphere > span:nth-child(2)::after { content: ''; position: absolute; width: 7px; height: 7px; border-radius: 50%; bottom: 14%; right: 14%; background: #34a853; }
.invitation-atmosphere > span:nth-child(3)::after { content: ''; position: absolute; width: 7px; height: 7px; border-radius: 50%; bottom: 22%; left: 8%; background: #4285f4; }
.invitation-section.is-in-view .invitation-atmosphere > span { animation: atmosphere-drift 10s ease-in-out infinite alternate; }
.invitation-section.is-in-view .invitation-atmosphere > span:nth-child(2) { animation-delay: -4s; animation-direction: alternate-reverse; }
@keyframes brand-draw { from { stroke-dashoffset: 40; } to { stroke-dashoffset: 0; } }
@keyframes faq-answer { from { opacity: 0; transform: translateY(-7px); } to { opacity: 1; transform: translateY(0); } }
@keyframes invitation-float { 0%,100% { transform: translateY(0) rotate(-8deg); } 50% { transform: translateY(-7px) rotate(-3deg); } }
@keyframes invitation-signal { 0% { opacity: .8; transform: scale(.85); } 75%,100% { opacity: 0; transform: scale(1.75); } }
@keyframes invitation-shine { 0%,60% { left: -60%; } 85%,100% { left: 140%; } }
@keyframes atmosphere-drift { from { transform: translate(-50%, -50%) rotate(-6deg); } to { transform: translate(-50%, -52%) rotate(6deg); } }
@media (min-width: 1101px) and (max-height: 760px) {
    .invitation-emblem { width: 56px; height: 56px; margin-bottom: 24px; }
    .final-invitation h2 { font-size: 70px; margin-bottom: 20px; }
    .final-invitation > p { font-size: 21px; margin-bottom: 24px; }
}
@media (max-width: 600px) {
    .final-invitation h2 { font-size: clamp(47px, 12.8vw, 68px); margin-bottom: 24px; }
    .final-invitation > p { font-size: 20px; max-width: 290px; margin: 0 auto 27px; }
    .invitation-emblem { width: 57px; height: 57px; margin-bottom: 32px; }
    .invitation-button { padding: 10px 10px 10px 20px; gap: 14px; max-width: 100%; white-space: normal; text-align: left; }
    .invitation-button .invitation-button-label { font-size: 16px; }
    .invitation-button .invitation-arrow { width: 42px; height: 42px; flex-basis: 42px; }
    .invitation-atmosphere > span { width: 125vw; }
    .invitation-atmosphere > span:nth-child(2) { width: 95vw; }
    .invitation-atmosphere > span:nth-child(3) { width: 160vw; }
    .invitation-section .section-bottom { font-size: 10px; letter-spacing: 0; }
}

.landing-contact { margin-top: 25px; scroll-margin-top: calc(var(--header-height) + 24px); }
.motion-ready .reveal:has(.landing-contact[open]) { opacity: 1; transform: none; transition: none; }
.landing-contact > summary { list-style: none; display: inline-flex; align-items: center; gap: 18px; font-size: 19px; font-weight: 550; cursor: pointer; padding: 10px 0; }
.landing-contact > summary::-webkit-details-marker { display: none; }
.landing-contact > summary > span { font-size: 26px; color: #1a73e8; transition: transform .25s; }
.landing-contact[open] > summary > span { transform: rotate(90deg); }
.landing-contact-body { padding-top: 17px; max-width: 530px; }
.landing-contact-body > p { font-size: 16px; color: #727b89; }
.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.landing-contact .form-label { font-size: 14px; font-weight: 550; color: #626d7c; }
.landing-contact .form-control { padding: 12px 14px; border-radius: 11px; border-color: #dce3ec; font-size: 16px; }
.landing-contact .form-control:focus { border-color: #7cacef; box-shadow: 0 0 0 3px #1a73e80d; }
.landing-contact .product-button { margin-top: 20px; font-size: 16px; padding: 13px 22px; }
.contact-errors { color: #b34940; font-size: 14px; margin: 16px 0; }
.landing-contact-body > .contact-success { color: #188038; font-size: 16px; }
@media (max-width: 600px) { .contact-fields { grid-template-columns: 1fr; gap: 0; } }

/* Fill the viewport below the fixed header, allowing taller content to grow. */
.product-footer { position: relative; isolation: isolate; display: flex; min-height: calc(100vh - var(--header-height)); min-height: calc(100svh - var(--header-height)); scroll-margin-top: var(--header-height); scroll-snap-align: start; background: #1a73e8; color: #fff; padding: 54px 0 30px; }
.footer-content { position: relative; z-index: 1; display: flex; flex-direction: column; }
.footer-topline { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; }
.footer-brand > svg { width: 40px; height: 40px; flex-shrink: 0; }
.footer-brand .brand-wordmark { font-size: 25px; font-weight: 600; color: #fff; }
.footer-brand .brand-pro { color: #d3e5ff; }
.footer-brand:hover { color: #fff; }
.footer-back-top { display: inline-flex; align-items: center; gap: 16px; color: #fff; font-size: 15px; }
.footer-back-top > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #ffffff55; border-radius: 50%; font-size: 22px; transition: transform .25s, background .25s; }
.footer-back-top:hover { color: #fff; }
.footer-back-top:hover > span { background: #ffffff18; transform: translateY(-4px); }
.footer-main { flex: 1; align-content: center; display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(0, .7fr) minmax(0, .7fr); gap: clamp(30px, 5vw, 80px); padding: 70px 0 68px; }
.footer-intro h2 { font-size: clamp(42px, 4.4vw, 70px); line-height: 1.08; letter-spacing: -.055em; font-weight: 550; margin: 0 0 30px; }
.footer-intro h2 > span { color: #c9dfff; }
.footer-contact-link { display: inline-flex; align-items: center; gap: 22px; padding-bottom: 8px; border-bottom: 1px solid #ffffff80; font-size: 20px; font-weight: 550; color: #fff; }
.footer-contact-link span { transition: transform .25s; }
.footer-contact-link:hover { color: #fff; border-color: #fff; }
.footer-contact-link:hover span { transform: translate(3px,-3px); }
.footer-link-group { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; padding-top: 7px; }
.footer-link-group h3 { font-size: 14px; font-weight: 550; letter-spacing: .07em; text-transform: uppercase; color: #d3e5ff; margin: 0 0 10px; }
.footer-link-group a { color: #fff; font-size: 18px; line-height: 1.5; text-decoration: none; text-underline-offset: 6px; }
.footer-link-group a:hover { text-decoration: underline; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 26px; border-top: 1px solid #ffffff35; }
.footer-fineprint p { margin: 0; font-size: 14px; line-height: 1.7; color: #e0edff; }
.footer-fineprint p + p { font-size: 13px; color: #d3e5ff; }
.footer-legal { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-left: auto; }
.footer-legal a { font-size: 15px; color: #fff; text-underline-offset: 5px; }
.footer-legal a:hover { text-decoration: underline; }
.product-footer .language-switcher { color: #fff; }
.product-footer .language-switcher summary { border-color: #ffffff50; }
.product-footer .language-switcher summary:hover,.product-footer .language-switcher[open] summary { background: #ffffff15; border-color: #ffffff80; }
.product-footer .language-chevron { color: #fff; }
.product-footer .language-options { top: auto; bottom: calc(100% + 10px); }
.product-footer a:focus-visible,.product-footer summary:focus-visible { outline: 2px solid #fff; outline-offset: 5px; border-radius: 4px; }
.footer-atmosphere { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.footer-atmosphere > span { position: absolute; width: 530px; aspect-ratio: 1; border: 1px solid #ffffff12; border-radius: 50%; right: -140px; top: -245px; }
.footer-atmosphere > span:nth-child(2) { width: 690px; right: -220px; top: -325px; }
.footer-atmosphere > span:nth-child(3) { width: 850px; right: -300px; top: -405px; }
.footer-atmosphere i { position: absolute; width: 9px; height: 9px; background: #fbbc05; border-radius: 50%; right: 195px; top: 104px; }
@media (prefers-reduced-motion: no-preference) { .footer-atmosphere > span { animation: footer-signal 7s ease-in-out infinite alternate; } .footer-atmosphere > span:nth-child(2) { animation-delay: -2s; } .footer-atmosphere > span:nth-child(3) { animation-delay: -4s; } }
@keyframes footer-signal { from { transform: scale(.96); opacity: .5; } to { transform: scale(1.04); opacity: 1; } }
@media (max-width: 1100px) { .footer-main { grid-template-columns: minmax(0, 1.4fr) 1fr 1fr; gap: 30px; } .footer-intro h2 { font-size: 43px; } .footer-bottom { flex-wrap: wrap; gap: 20px; } .footer-fineprint { flex: 1 0 100%; } .footer-legal { margin-left: 0; } }
@media (max-width: 600px) { .product-footer { padding: 36px 0 25px; } .footer-brand .brand-wordmark { font-size: 21px; } .footer-brand > svg { width: 34px; height: 34px; } .footer-back-top { font-size: 0; gap: 0; } .footer-main { grid-template-columns: 1fr 1fr; gap: 44px 22px; padding: 44px 0; } .footer-intro { grid-column: 1 / -1; } .footer-intro h2 { font-size: clamp(39px, 9vw, 52px); } .footer-link-group { gap: 13px; } .footer-link-group a { font-size: 17px; } .footer-link-group h3 { font-size: 13px; } .footer-bottom { gap: 22px 15px; } .footer-legal { gap: 18px; } .footer-legal a { font-size: 14px; } .footer-fineprint p + p { max-width: 300px; } .footer-atmosphere i { right: 70px; top: 100px; } }
