/* eliro — responsive layout. */
:root {
  --ink:#152d50;
  --muted:#66778d;
  --accent:#1768e6;
  --accent-deep:#135aca;
  --soft:#f3f8fd;
  --border:#dde6ef;
  --body:#fff;
  --radius:18px;
  --content:1180px;
  color-scheme:light;
  font-synthesis:none
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:100px
}
body {
  margin:0;
  background:var(--body);
  color:var(--ink);
  font-family:'Segoe UI',Arial,sans-serif;
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased
}
button,input,select {
  font:inherit
}
button,a,summary,select {
  -webkit-tap-highlight-color:transparent
}
button,a {
  touch-action:manipulation
}
a {
  color:inherit;
  text-decoration:none
}
button {
  cursor:pointer
}
button:disabled {
  cursor:default
}
img {
  display:block;
  max-width:100%;
  height:auto
}
h1,h2,h3,p {
  margin:0
}
h1,h2,h3 {
  line-height:1.14;
  letter-spacing:-.04em;
  font-weight:700
}
h2 {
  font-size:clamp(32px,3.2vw,44px)
}
h3 {
  font-size:21px;
  letter-spacing:-.025em
}
em {
  font-style:normal;
  color:var(--accent)
}
button {
  color:inherit
}
a,button,summary,select {
  outline-offset:5px
}
:focus-visible {
  outline:3px solid var(--accent)
}
::selection {
  color:#fff;
  background:var(--accent)
}
.container {
  width:min(var(--content),calc(100% - 80px));
  margin-inline:auto
}
.icon {
  width:22px;
  height:22px;
  flex-shrink:0;
  vertical-align:middle
}
.skip-link {
  position:fixed;
  z-index:20;
  left:20px;
  top:-90px;
  background:white;
  padding:12px 20px;
  border-radius:8px;
  color:var(--ink)
}
.skip-link:focus {
  top:12px
}
.hero-shell {
  background:#f3f8ff;
  position:relative;
  isolation:isolate;
  overflow:clip
}
.header {
  position:relative;
  z-index:5
}
.header-inner {
  height:104px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  border-bottom:1px solid #dce7f3
}
.brand {
  display:inline-flex;
  align-items:center;
  gap:8px;
  line-height:1;
  color:var(--ink);
  flex-shrink:0
}
.brand>svg {
  width:33px;
  height:33px;
  color:var(--accent)
}
.brand>span {
  font-size:38px;
  font-weight:750;
  letter-spacing:-2px
}
.brand-dot {
  color:var(--accent)
}
.navigation {
  display:flex;
  align-items:center;
  gap:30px
}
.navigation>a {
  font-size:14px;
  font-weight:600;
  white-space:nowrap
}
.navigation>a:not(.button):hover,.footer a:not(.brand):hover {
  color:var(--accent)
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  background:var(--accent);
  color:#fff;
  border:1px solid transparent;
  border-radius:9px;
  min-height:56px;
  padding:14px 25px;
  font-weight:600;
  font-size:15px;
  line-height:1.4;
  transition:background .18s,transform .18s,box-shadow .18s
}
.button:hover {
  background:var(--accent-deep);
  transform:translateY(-2px);
  box-shadow:0 8px 20px #143c801c
}
.button-small {
  min-height:44px;
  padding:11px 18px;
  gap:15px
}
.button-small .icon {
  width:17px;
  height:17px
}
.button-dark {
  background:var(--ink)
}
.button-dark:hover {
  background:var(--accent)
}
.button-white {
  background:white;
  color:var(--ink)
}
.button-white:hover {
  background:#eef3ff;
  color:var(--ink)
}
.text-link {
  display:inline-flex;
  align-items:center;
  gap:12px;
  font-weight:600;
  font-size:14px;
  background:none;
  border:0;
  padding:0;
  line-height:1.5
}
.text-link:hover {
  color:var(--accent)
}
.text-link .icon {
  width:19px
}
.menu-toggle {
  display:none
}
.hero {
  display:grid;
  grid-template-columns:1.02fr 1fr;
  align-items:center;
  gap:12px;
  min-height:624px;
  padding-block:65px 74px
}
.eyebrow {
  font-size:10px;
  font-weight:700;
  letter-spacing:1.8px;
  color:var(--accent);
  display:flex;
  align-items:center;
  gap:9px;
  line-height:1.5;
  margin-bottom:20px
}
.status-dot {
  width:7px;
  height:7px;
  background:var(--accent);
  border-radius:50%;
  box-shadow:0 0 0 5px #1768e60b
}
.hero h1 {
  font-size:clamp(44px,4.5vw,62px);
  line-height:1.08;
  letter-spacing:-2.8px
}
.hero-description {
  color:var(--muted);
  font-size:16px;
  line-height:1.8;
  margin-top:26px
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:28px;
  margin-top:31px
}
.hero-notes {
  display:flex;
  align-items:center;
  gap:23px;
  margin-top:24px;
  color:var(--muted);
  font-size:11px
}
.hero-notes span {
  display:flex;
  align-items:center;
  gap:5px
}
.hero-notes .icon {
  width:14px;
  height:14px;
  color:var(--accent)
}
.hero-visual {
  position:relative;
  padding:35px 0 35px 5px;
  isolation:isolate;
  min-width:0
}
.hero-image {
  width:110%;
  max-width:none;
  margin-left:-2%;
  position:relative;
  z-index:1
}
.visual-orbit {
  position:absolute;
  z-index:-1;
  border:1px solid #dbe8fa;
  border-radius:50%;
  width:450px;
  height:450px;
  left:60px;
  top:0
}
.orbit-two {
  width:355px;
  height:355px;
  left:106px;
  top:48px;
  background:#eaf2fd
}
.visual-plus {
  position:absolute;
  font-size:26px;
  color:#f5a94b;
  font-weight:300
}
.plus-one {
  top:0;
  left:70px
}
.plus-two {
  right:6px;
  bottom:18px;
  color:#82b2f4
}
.visual-label {
  position:absolute;
  z-index:2;
  bottom:5px;
  left:44px;
  background:white;
  display:flex;
  gap:13px;
  align-items:center;
  padding:15px 19px;
  border:1px solid #e4ecf6;
  border-radius:12px;
  box-shadow:0 15px 40px #244e8520;
  font-size:11px;
  line-height:1.6;
  color:var(--muted)
}
.visual-label>.icon {
  color:var(--accent);
  width:29px;
  height:29px
}
.visual-label strong {
  font-size:12px;
  color:var(--ink)
}
.label-dot {
  width:6px;
  height:6px;
  background:#52bd90;
  border-radius:50%;
  margin-left:18px
}
.visual-caption {
  position:absolute;
  bottom:-24px;
  right:4px;
  font-size:9px;
  color:#768ba6;
  letter-spacing:.5px
}
.platform-strip {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:28px 0;
  border-top:1px solid #dce7f3;
  color:var(--muted);
  font-size:13px
}
.platform-strip>div {
  display:flex;
  gap:43px
}
.platform-strip a {
  display:flex;
  align-items:center;
  gap:9px;
  color:var(--ink);
  font-weight:600;
  font-size:13px
}
.platform-strip a:hover {
  color:var(--accent)
}
.platform-strip .icon {
  width:19px;
  height:19px
}
.section {
  padding-block:100px
}
.section-heading {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
  margin-bottom:42px
}
.section-heading .eyebrow {
  margin-bottom:14px
}
.section-heading>p,.section-heading>div>p:not(.eyebrow) {
  color:var(--muted);
  font-size:14px
}
.benefits-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:35px
}
.benefit {
  position:relative;
  padding:30px 30px 32px 0;
  border-top:1px solid var(--border)
}
.feature-icon {
  width:49px;
  height:49px;
  display:grid;
  place-items:center;
  color:var(--accent);
  background:var(--soft);
  border-radius:13px;
  margin-bottom:26px
}
.feature-icon .icon {
  width:27px;
  height:27px
}
.card-number {
  position:absolute;
  right:28px;
  top:39px;
  color:#a1b3c9;
  font-size:11px;
  letter-spacing:1px
}
.benefit h3 {
  margin-bottom:14px
}
.benefit p {
  color:var(--muted);
  font-size:14px;
  line-height:1.9
}
.everyday-section {
  background:var(--soft);
  padding:87px 0
}
.everyday-grid {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:100px;
  align-items:center
}
.everyday-visual {
  position:relative
}
.everyday-visual img {
  width:100%;
  max-height:450px;
  object-fit:contain
}
.image-note {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  background:#fff;
  width:max-content;
  max-width:100%;
  margin:22px auto 0;
  padding:11px 18px;
  border:1px solid var(--border);
  border-radius:30px;
  color:var(--muted);
  font-size:11px
}
.image-note .icon {
  color:var(--accent);
  width:17px;
  height:17px
}
.section-description {
  color:var(--muted);
  font-size:14px;
  line-height:1.9;
  margin-top:23px;
  max-width:440px
}
.everyday-copy h2 {
  font-size:45px
}
.use-case {
  display:flex;
  gap:16px;
  align-items:flex-start;
  margin-top:22px
}
.use-case>.icon {
  color:var(--accent);
  margin-top:2px;
  width:21px;
  height:21px
}
.use-case h3 {
  font-size:16px;
  line-height:1.5;
  letter-spacing:-.3px
}
.use-case p {
  color:var(--muted);
  font-size:12px;
  margin-top:3px;
  line-height:1.7
}
.devices-section {
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:100px;
  align-items:center
}
.devices-copy>.text-link {
  color:var(--accent);
  margin-top:26px
}
.device-picker {
  border:1px solid var(--border);
  border-radius:var(--radius);
  overflow:hidden;
  background:var(--soft)
}
.device-tabs {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-bottom:1px solid var(--border);
  background:#fff;
  padding:0 15px
}
.device-tabs button {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  border:0;
  border-bottom:3px solid transparent;
  background:none;
  color:var(--muted);
  font-size:12px;
  padding:20px 6px;
  min-height:62px
}
.device-tabs button[aria-selected=true] {
  color:var(--accent);
  border-bottom-color:var(--accent);
  font-weight:700
}
.device-tabs button:hover {
  background:var(--soft)
}
.device-tabs button:focus-visible {
  outline-offset:-5px
}
.device-tabs .icon {
  width:17px;
  height:17px
}
.device-panel {
  padding:28px 34px 30px;
  min-height:316px
}
.device-panel-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:20px
}
.device-big-icon {
  color:var(--accent);
  display:grid;
  place-items:center;
  width:45px;
  height:45px;
  border:1px solid var(--border);
  background:white;
  border-radius:12px
}
.device-big-icon .icon {
  width:26px;
  height:26px
}
.device-badge {
  font-size:9px;
  color:var(--muted);
  letter-spacing:1px;
  font-weight:600
}
.device-panel h3 {
  font-size:24px
}
.device-panel>p:not(.device-footnote) {
  font-size:13px;
  color:var(--muted);
  margin-top:12px;
  min-height:63px;
  line-height:1.8
}
.device-panel>.button {
  min-height:45px;
  font-size:13px;
  padding:12px 20px;
  margin-top:19px
}
.device-panel .device-footnote {
  font-size:10px;
  color:var(--muted);
  margin-top:13px
}
.setup-section {
  background:var(--soft);
  padding:85px 0
}
.centered {
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:0
}
.centered>p:last-child {
  margin-top:20px
}
.steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  list-style:none;
  padding:0;
  margin:45px 0;
  gap:55px;
  counter-reset:step
}
.steps li {
  position:relative
}
.steps li:not(:last-child):after {
  content:'';
  position:absolute;
  top:25px;
  left:75px;
  right:0;
  border-top:1px dashed #b5c8dd
}
.step-number {
  display:grid;
  place-items:center;
  background:#fff;
  border:1px solid var(--border);
  color:var(--accent);
  border-radius:50%;
  width:50px;
  height:50px;
  font-size:15px;
  font-weight:700;
  margin-bottom:24px
}
.steps h3 {
  font-size:19px;
  line-height:1.4
}
.steps p {
  font-size:13px;
  color:var(--muted);
  line-height:1.9;
  margin-top:12px;
  min-height:74px
}
.steps .text-link {
  font-size:12px;
  color:var(--accent);
  margin-top:13px
}
.step-note {
  display:block;
  color:var(--muted);
  font-size:10px;
  margin-top:17px
}
.setup-help {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border-top:1px solid var(--border);
  padding-top:27px;
  font-size:12px;
  color:var(--muted)
}
.setup-help>span {
  display:flex;
  align-items:center;
  gap:10px
}
.setup-help>span .icon {
  color:var(--accent);
  width:20px;
  height:20px
}
.setup-help>.text-link {
  font-size:12px;
  flex-shrink:0;
  color:var(--accent)
}
.faq-section {
  display:grid;
  grid-template-columns:.9fr 1.3fr;
  gap:75px
}
.faq-heading>p:not(.eyebrow) {
  font-size:14px;
  color:var(--muted);
  margin-top:20px
}
.faq-symbol {
  font-size:100px;
  line-height:1.2;
  letter-spacing:-7px;
  color:var(--accent);
  opacity:.15;
  font-weight:700;
  transform:rotate(-12deg);
  width:100px;
  margin-top:10px
}
.faq-list details {
  border-bottom:1px solid var(--border)
}
.faq-list details:first-child {
  border-top:1px solid var(--border)
}
.faq-list summary {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:22px;
  list-style:none;
  cursor:pointer;
  padding:22px 0;
  font-size:15px;
  font-weight:600;
  line-height:1.5
}
.faq-list summary::-webkit-details-marker {
  display:none
}
.faq-list summary>span {
  font-size:25px;
  line-height:1;
  font-weight:300;
  color:var(--accent);
  transition:transform .18s
}
.faq-list details[open] summary>span {
  transform:rotate(45deg)
}
.faq-list details[open] summary {
  color:var(--accent)
}
.faq-list details>p {
  color:var(--muted);
  font-size:13px;
  line-height:1.85;
  padding:0 32px 23px 0
}
.final-section {
  padding-bottom:70px
}
.final-cta {
  isolation:isolate;
  position:relative;
  overflow:hidden;
  background:var(--accent);
  border-radius:20px;
  padding:48px 55px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  color:#fff
}
.final-cta .eyebrow {
  color:#cfddff;
  font-size:9px;
  margin-bottom:16px
}
.final-cta h2 {
  font-size:32px;
  max-width:510px;
  line-height:1.25;
  letter-spacing:-1px
}
.final-cta p:not(.eyebrow) {
  font-size:13px;
  color:#d6e5ff;
  margin-top:15px
}
.final-cta .button {
  flex-shrink:0;
  position:relative;
  z-index:1
}
.cta-ring {
  position:absolute;
  border:1px solid #ffffff21;
  border-radius:50%;
  width:390px;
  height:390px;
  right:-40px;
  top:-70px;
  z-index:-1
}
.ring-two {
  width:500px;
  height:500px;
  right:-95px;
  top:-125px
}
.footer {
  padding-bottom:28px
}
.footer-top {
  display:flex;
  align-items:center;
  gap:35px;
  padding-bottom:30px;
  border-bottom:1px solid var(--border)
}
.footer-top>p {
  font-size:12px;
  color:var(--muted)
}
.footer-top>.text-link {
  margin-left:auto;
  font-size:12px
}
.footer-top .brand>span {
  font-size:31px
}
.footer-top .brand>svg {
  width:27px;
  height:27px
}
.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:25px;
  padding-top:22px;
  font-size:10px;
  color:var(--muted)
}
.footer-bottom nav {
  display:flex;
  gap:25px
}
.guide-dialog {
  width:min(510px,calc(100% - 32px));
  max-height:calc(100dvh - 40px);
  border:1px solid var(--border);
  border-radius:20px;
  padding:32px;
  color:var(--ink);
  background:white;
  box-shadow:0 30px 100px #10254b55
}
.guide-dialog::backdrop {
  background:#1023429c;
  backdrop-filter:blur(5px)
}
.dialog-close {
  position:absolute;
  right:17px;
  top:17px;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid var(--border);
  border-radius:50%;
  background:white
}
.dialog-close:hover {
  background:var(--soft)
}
.dialog-logo svg {
  width:36px;
  height:36px;
  color:var(--accent);
  margin-bottom:17px
}
.guide-dialog .eyebrow {
  font-size:9px;
  margin-bottom:10px
}
.guide-dialog h2 {
  font-size:28px;
  letter-spacing:-1px;
  line-height:1.2;
  padding-right:15px
}
.guide-dialog>p:not(.eyebrow) {
  color:var(--muted);
  font-size:13px;
  line-height:1.7;
  margin-top:14px
}
.guide-dialog label {
  display:block;
  font-size:12px;
  font-weight:600;
  margin:23px 0 8px
}
.guide-dialog select {
  width:100%;
  padding:11px;
  border:1px solid var(--border);
  border-radius:8px;
  background:var(--soft);
  color:var(--ink)
}
.dialog-steps {
  list-style:none;
  counter-reset:guide;
  padding:0;
  display:grid;
  gap:17px;
  margin:23px 0
}
.dialog-steps li {
  counter-increment:guide;
  position:relative;
  padding-left:39px;
  font-size:12px;
  line-height:1.65
}
.dialog-steps li:before {
  content:counter(guide);
  position:absolute;
  left:0;
  top:0;
  width:27px;
  height:27px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--soft);
  color:var(--accent);
  font-weight:700
}
.dialog-steps strong,.dialog-steps span {
  display:block
}
.dialog-steps span {
  color:var(--muted);
  margin-top:3px
}
.guide-dialog>.button {
  width:100%;
  font-size:14px;
  min-height:48px
}
.guide-dialog>.text-link {
  font-size:11px;
  margin-top:17px;
  color:var(--accent)
}
.guide-dialog .key-note {
  padding:12px 14px;
  background:var(--soft);
  border-radius:8px;
  font-size:11px!important
}
body.dialog-open {
  overflow:hidden
}
.theme-violet {
  --ink:#271c47;
  --muted:#777187;
  --accent:#7450d4;
  --accent-deep:#603cbd;
  --soft:#f7f5fc;
  --border:#e8e3f1;
  --radius:17px
}
.theme-violet .hero-shell {
  background:#24154b;
  color:#fff
}
.theme-violet .header-inner {
  border-bottom-color:#ffffff16
}
.theme-violet .header .brand {
  color:#fff
}
.theme-violet .header .brand>svg,.theme-violet .header .brand-dot {
  color:#bb9afc
}
.theme-violet .header .navigation>a:not(.button):hover {
  color:#d5baff
}
.theme-violet .hero {
  min-height:635px;
  gap:20px;
  padding-block:65px 100px
}
.theme-violet .hero h1 {
  font-size:60px
}
.theme-violet .hero h1 em {
  color:#bca0ff
}
.theme-violet .hero .eyebrow {
  color:#c6abff
}
.theme-violet .hero-description {
  color:#c9bfdc
}
.theme-violet .hero-notes {
  color:#b9accf
}
.theme-violet .hero-notes .icon {
  color:#c1a5ff
}
.theme-violet .hero .status-dot {
  background:#baa2ff;
  box-shadow:0 0 0 5px #baa2ff15
}
.theme-violet .hero .text-link:hover {
  color:#c6abff
}
.theme-violet .hero-visual {
  padding:45px 0 35px
}
.theme-violet .hero-image {
  width:114%;
  margin-left:-2%
}
.theme-violet .visual-orbit {
  border-color:#a183d51a;
  background:none;
  top:-15px
}
.theme-violet .orbit-two {
  background:#b591ff05
}
.theme-violet .visual-label {
  border-color:#ffffff21;
  background:#362354;
  color:#ccbbdf;
  left:65px;
  bottom:-15px;
  box-shadow:0 15px 40px #140a3033
}
.theme-violet .visual-label strong {
  color:#fff
}
.theme-violet .visual-label>.icon {
  color:#c6abff
}
.theme-violet .visual-caption {
  bottom:-44px;
  color:#9f8bbc
}
.theme-violet .visual-plus {
  color:#cfa6ff
}
.theme-violet .platform-strip {
  border-top-color:#ffffff16;
  color:#b9accf;
  padding-bottom:76px
}
.theme-violet .platform-strip a {
  color:#e5dcf5
}
.theme-violet .platform-strip a:hover {
  color:#bca0ff
}
.hero-wave {
  position:absolute;
  bottom:-1px;
  left:0;
  height:45px;
  width:100%;
  pointer-events:none
}
.theme-violet .benefit {
  padding:28px;
  border:1px solid var(--border);
  border-radius:16px
}
.theme-violet .benefit:nth-child(2) {
  background:var(--accent);
  border-color:var(--accent);
  color:white
}
.theme-violet .benefit:nth-child(2) .feature-icon {
  background:#ffffff1f;
  color:white
}
.theme-violet .benefit:nth-child(2) p,.theme-violet .benefit:nth-child(2) .card-number {
  color:#eee4ff
}
.theme-violet .benefits-grid {
  gap:24px
}
.theme-violet .everyday-grid {
  gap:105px
}
.theme-violet .everyday-visual img {
  max-height:430px;
  max-width:465px;
  margin:auto
}
.theme-violet .final-cta {
  background:#2b194e
}
.theme-violet .final-cta .eyebrow,.theme-violet .final-cta p:not(.eyebrow) {
  color:#c5b0e6
}
.theme-violet .button {
  border-radius:30px
}
.theme-violet .final-cta {
  border-radius:24px
}
@media(min-width:1500px) {
  .hero {
    min-height:680px
  }
  .theme-violet .hero {
    min-height:680px
  }
}
@media(max-width:1150px) {
  .container {
    width:calc(100% - 56px)
  }
  .navigation {
    gap:21px
  }
  .header-inner {
    gap:25px
  }
  .hero h1,.theme-violet .hero h1 {
    font-size:53px
  }
  .hero-actions {
    gap:20px
  }
  .hero-actions .text-link {
    font-size:12px
  }
  .hero-actions .button {
    padding:15px 20px
  }
  .hero-description {
    font-size:15px
  }
  .everyday-grid,.theme-violet .everyday-grid,.devices-section {
    gap:60px
  }
  .visual-orbit {
    left:0;
    width:380px;
    height:380px
  }
  .orbit-two {
    left:40px;
    top:40px;
    width:300px;
    height:300px
  }
  .hero-image {
    width:106%
  }
  .theme-violet .hero-image {
    width:108%
  }
  .platform-strip>div {
    gap:30px
  }
  .navigation>a {
    font-size:12px
  }
  .nav-cta {
    gap:10px;
    padding-inline:14px
  }
  .benefit {
    padding-right:15px
  }
  .benefit h3 {
    font-size:19px
  }
  .final-cta {
    padding:40px
  }
  .final-cta h2 {
    font-size:28px
  }
  .device-tabs {
    padding:0 8px
  }
  .device-panel {
    padding-inline:26px
  }
}
@media(max-width:900px) {
  .header-inner {
    height:82px
  }
  .menu-toggle {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:6px;
    background:none;
    border:1px solid var(--border);
    border-radius:9px;
    width:43px;
    height:43px
  }
  .menu-toggle span {
    width:18px;
    height:2px;
    background:currentColor;
    transition:transform .18s
  }
  .menu-toggle[aria-expanded=true] span:first-child {
    transform:translateY(4px) rotate(45deg)
  }
  .menu-toggle[aria-expanded=true] span:last-child {
    transform:translateY(-4px) rotate(-45deg)
  }
  .navigation {
    display:none;
    position:absolute;
    left:28px;
    right:28px;
    top:76px;
    background:white;
    color:var(--ink);
    border:1px solid var(--border);
    border-radius:12px;
    padding:16px;
    box-shadow:0 12px 35px #14274920;
    flex-direction:column;
    align-items:stretch;
    gap:2px
  }
  .navigation.is-open {
    display:flex
  }
  .navigation>a {
    font-size:14px;
    padding:10px 12px
  }
  .navigation>.button {
    margin-top:8px
  }
  .theme-violet .header .navigation>a:not(.button):hover {
    color:var(--accent)
  }
  .theme-violet .menu-toggle {
    border-color:#ffffff30
  }
  .hero,.theme-violet .hero {
    min-height:auto;
    padding-block:65px 70px
  }
  .hero h1,.theme-violet .hero h1 {
    font-size:43px;
    letter-spacing:-1.9px
  }
  .hero-description {
    font-size:13px
  }
  .desktop-break {
    display:none
  }
  .hero-actions {
    align-items:flex-start;
    flex-direction:column;
    gap:17px;
    margin-top:26px
  }
  .hero-notes {
    font-size:9px;
    gap:13px
  }
  .visual-orbit {
    width:290px;
    height:290px;
    top:35px;
    left:10px
  }
  .orbit-two {
    width:220px;
    height:220px;
    top:70px;
    left:45px
  }
  .visual-label {
    left:15px;
    bottom:0;
    padding:11px 12px;
    font-size:10px
  }
  .visual-label strong {
    font-size:10px
  }
  .visual-label>.icon {
    width:23px;
    height:23px
  }
  .label-dot {
    margin-left:0
  }
  .visual-caption {
    font-size:8px
  }
  .theme-violet .visual-label {
    left:15px;
    bottom:0
  }
  .theme-violet .visual-caption {
    bottom:-29px
  }
  .platform-strip>div {
    gap:22px
  }
  .platform-strip {
    font-size:11px
  }
  .platform-strip a {
    font-size:11px;
    gap:5px
  }
  .section {
    padding-block:75px
  }
  .section-heading {
    align-items:start;
    gap:30px
  }
  .section-heading>p {
    font-size:12px
  }
  .section-heading h2 {
    font-size:32px
  }
  .eyebrow {
    font-size:9px
  }
  .benefits-grid {
    gap:22px
  }
  .benefit {
    padding-top:24px
  }
  .benefit p {
    font-size:12px
  }
  .benefit h3 {
    font-size:18px;
    line-height:1.3
  }
  .theme-violet .benefit {
    padding:22px 18px
  }
  .card-number {
    right:15px;
    top:33px
  }
  .everyday-grid,.theme-violet .everyday-grid,.devices-section {
    gap:40px
  }
  .everyday-copy h2 {
    font-size:36px
  }
  .section-description {
    font-size:13px
  }
  .everyday-section,.setup-section {
    padding-block:65px
  }
  .image-note {
    font-size:9px
  }
  .device-tabs button {
    flex-direction:column;
    font-size:10px;
    gap:5px;
    padding-block:14px
  }
  .device-panel {
    padding:24px;
    min-height:340px
  }
  .device-badge {
    font-size:8px;
    letter-spacing:.5px
  }
  .device-panel>p:not(.device-footnote) {
    font-size:12px;
    min-height:85px
  }
  .steps {
    gap:30px
  }
  .steps h3 {
    font-size:17px
  }
  .steps p {
    font-size:12px;
    min-height:113px
  }
  .step-note {
    font-size:9px
  }
  .setup-help {
    font-size:11px
  }
  .setup-help>.text-link {
    font-size:11px
  }
  .faq-section {
    gap:40px;
    grid-template-columns:.8fr 1.2fr
  }
  .faq-heading h2 {
    font-size:31px
  }
  .faq-list summary {
    font-size:13px
  }
  .faq-list details>p {
    font-size:12px
  }
  .final-cta {
    padding:36px;
    gap:30px
  }
  .final-cta h2 {
    font-size:26px
  }
  .final-cta .button {
    padding-inline:18px;
    gap:12px;
    font-size:13px
  }
  .footer-bottom>span:last-child {
    display:none
  }
}
@media(max-width:640px) {
  html {
    scroll-padding-top:25px
  }
  .container {
    width:calc(100% - 40px)
  }
  .header-inner {
    height:76px
  }
  .brand>span {
    font-size:34px
  }
  .brand>svg {
    width:29px;
    height:29px
  }
  .navigation {
    left:20px;
    right:20px;
    top:70px
  }
  .hero,.theme-violet .hero {
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:30px;
    padding-block:42px 28px
  }
  .hero h1,.theme-violet .hero h1 {
    font-size:clamp(39px,10vw,54px);
    line-height:1.09;
    letter-spacing:-1.9px
  }
  .hero .eyebrow {
    font-size:9px;
    margin-bottom:19px
  }
  .hero-description {
    font-size:14px;
    line-height:1.85;
    margin-top:23px;
    max-width:340px
  }
  .hero-actions {
    flex-direction:row;
    align-items:center;
    gap:19px;
    margin-top:25px
  }
  .hero-actions .button {
    font-size:12px;
    min-height:50px;
    gap:13px;
    padding:13px 17px
  }
  .hero-actions .button .icon {
    width:18px;
    height:18px
  }
  .hero-actions .text-link {
    font-size:11px;
    gap:7px
  }
  .hero-notes {
    font-size:10px;
    gap:20px;
    margin-top:20px
  }
  .hero-visual,.theme-violet .hero-visual {
    padding:16px 0 33px;
    width:min(100%,410px);
    margin-inline:auto
  }
  .hero-image,.theme-violet .hero-image {
    width:100%;
    margin-left:0
  }
  .visual-orbit {
    top:0;
    left:calc(50% - 145px)
  }
  .orbit-two {
    left:calc(50% - 110px);
    top:35px
  }
  .visual-plus.plus-one {
    left:10px;
    top:-8px
  }
  .visual-label,.theme-violet .visual-label {
    left:10px;
    bottom:11px;
    padding:10px 13px
  }
  .visual-caption,.theme-violet .visual-caption {
    bottom:-8px;
    right:0;
    font-size:7px
  }
  .plus-two {
    bottom:20px;
    right:0
  }
  .platform-strip {
    flex-direction:column;
    align-items:center;
    gap:16px;
    padding:23px 0
  }
  .platform-strip>span {
    font-size:10px
  }
  .platform-strip>div {
    width:100%;
    justify-content:space-between;
    gap:10px
  }
  .platform-strip a {
    font-size:10px;
    gap:5px
  }
  .platform-strip .icon {
    width:16px;
    height:16px
  }
  .theme-violet .platform-strip {
    padding-bottom:52px
  }
  .hero-wave {
    height:25px
  }
  .section {
    padding-block:57px
  }
  .section-heading {
    flex-direction:column;
    gap:16px;
    margin-bottom:29px
  }
  .section-heading h2 {
    font-size:30px
  }
  .section-heading>p {
    font-size:13px
  }
  .eyebrow {
    font-size:8px;
    letter-spacing:1.3px;
    margin-bottom:15px
  }
  .benefits-grid {
    grid-template-columns:1fr;
    gap:15px
  }
  .benefit {
    padding:23px 0 20px 68px;
    min-height:130px
  }
  .feature-icon {
    position:absolute;
    left:0;
    top:25px;
    margin:0;
    width:46px;
    height:46px
  }
  .card-number {
    display:none
  }
  .benefit h3 {
    font-size:18px;
    margin-bottom:10px
  }
  .benefit p {
    font-size:13px;
    line-height:1.8
  }
  .theme-violet .benefit {
    padding:25px 22px 25px 82px
  }
  .theme-violet .feature-icon {
    left:21px;
    top:26px;
    width:42px;
    height:42px
  }
  .theme-violet .benefits-grid {
    gap:13px
  }
  .everyday-grid,.theme-violet .everyday-grid {
    grid-template-columns:1fr;
    gap:35px
  }
  .everyday-visual {
    max-width:350px;
    margin:auto;
    order:2
  }
  .everyday-copy h2 {
    font-size:37px
  }
  .everyday-copy h2 br:nth-of-type(2) {
    display:none
  }
  .everyday-copy h2 em:before {
    content:' '
  }
  .everyday-section,.setup-section {
    padding-block:55px
  }
  .section-description {
    font-size:13px;
    margin-top:19px
  }
  .use-case {
    margin-top:22px;
    gap:13px
  }
  .use-case h3 {
    font-size:15px
  }
  .use-case p {
    font-size:12px
  }
  .everyday-visual img,.theme-violet .everyday-visual img {
    max-height:290px
  }
  .image-note {
    font-size:10px;
    margin-top:15px
  }
  .devices-section {
    grid-template-columns:1fr;
    gap:30px
  }
  .devices-copy h2 {
    font-size:34px
  }
  .device-tabs button {
    flex-direction:row;
    font-size:11px;
    gap:5px;
    padding-block:17px;
    min-height:56px
  }
  .device-panel {
    padding:25px;
    min-height:300px
  }
  .device-badge {
    font-size:8px
  }
  .device-panel>p:not(.device-footnote) {
    min-height:65px;
    font-size:13px
  }
  .device-panel>.button {
    margin-top:15px
  }
  .centered {
    gap:0
  }
  .centered h2 {
    font-size:30px;
    max-width:280px
  }
  .centered>p:last-child {
    font-size:12px;
    margin-top:15px
  }
  .steps {
    grid-template-columns:1fr;
    gap:30px;
    margin:34px 0
  }
  .steps li {
    padding-left:66px
  }
  .steps li:not(:last-child):after {
    left:22px;
    top:54px;
    bottom:-22px;
    width:1px;
    height:auto;
    border-top:0;
    border-left:1px dashed #b5c8dd
  }
  .step-number {
    position:absolute;
    left:0;
    top:0;
    width:45px;
    height:45px;
    font-size:13px
  }
  .steps h3 {
    font-size:18px
  }
  .steps p {
    font-size:13px;
    min-height:0;
    margin-top:9px
  }
  .steps .text-link {
    font-size:12px;
    margin-top:10px
  }
  .step-note {
    font-size:10px;
    margin-top:9px
  }
  .setup-help {
    flex-direction:column;
    align-items:flex-start;
    gap:16px;
    font-size:11px
  }
  .setup-help>span {
    align-items:flex-start;
    line-height:1.8
  }
  .setup-help>span .icon {
    margin-top:3px
  }
  .setup-help>.text-link {
    margin-left:30px;
    font-size:12px
  }
  .faq-section {
    grid-template-columns:1fr;
    gap:28px
  }
  .faq-heading h2 {
    font-size:33px
  }
  .faq-heading>p:not(.eyebrow) {
    font-size:13px
  }
  .faq-heading>p br {
    display:none
  }
  .faq-symbol {
    display:none
  }
  .faq-list summary {
    font-size:14px;
    padding-block:20px
  }
  .faq-list details>p {
    font-size:13px
  }
  .final-section {
    padding-bottom:48px
  }
  .final-cta {
    padding:31px 25px;
    flex-direction:column;
    align-items:flex-start;
    gap:26px;
    border-radius:16px
  }
  .final-cta h2 {
    font-size:28px;
    line-height:1.25
  }
  .final-cta .eyebrow {
    font-size:8px;
    letter-spacing:1px;
    max-width:250px
  }
  .final-cta p:not(.eyebrow) {
    font-size:12px
  }
  .final-cta .button {
    font-size:13px;
    min-height:48px
  }
  .footer-top {
    flex-wrap:wrap;
    gap:16px 20px;
    padding-bottom:23px
  }
  .footer-top>p {
    order:3;
    width:100%;
    font-size:12px
  }
  .footer-top>.text-link {
    font-size:11px
  }
  .footer-bottom {
    flex-direction:column;
    gap:13px;
    padding-top:18px;
    font-size:10px
  }
  .footer-bottom nav {
    gap:20px;
    flex-wrap:wrap
  }
  .guide-dialog {
    padding:27px 24px;
    border-radius:16px;
    max-height:calc(100dvh - 24px)
  }
  .guide-dialog h2 {
    font-size:25px
  }
  .guide-dialog>p:not(.eyebrow) {
    font-size:12px
  }
  .dialog-logo svg {
    width:30px;
    height:30px;
    margin-bottom:13px
  }
  .dialog-steps {
    gap:14px
  }
  .dialog-steps li {
    font-size:11px
  }
  .guide-dialog label {
    margin-top:18px
  }
  .dialog-close {
    width:34px;
    height:34px;
    top:14px;
    right:14px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important
  }
}
@media print {
  .header,.hero-visual,.visual-plus,.visual-orbit,.final-section,.footer,.guide-dialog,.menu-toggle {
    display:none!important
  }
  .hero-shell,.setup-section,.everyday-section {
    background:#fff!important;
    color:#111!important
  }
  .hero h1 em {
    color:#111!important
  }
  .container {
    width:100%
  }
  .section {
    padding-block:25px
  }
  .hero {
    min-height:0!important
  }
  .faq-list details>p {
    display:block
  }
  .button {
    border:1px solid #333;
    color:#111;
    background:none
  }
}
.access-section {
  padding-block:0 90px;
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:100px;
  align-items:center
}
.access-card {
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:30px 34px;
  background:#fff
}
.access-price {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  padding-bottom:23px;
  border-bottom:1px solid var(--border)
}
.access-price h3 {
  font-size:17px;
  max-width:120px;
  line-height:1.4
}
.access-price p {
  display:flex;
  align-items:baseline;
  gap:8px;
  white-space:nowrap
}
.access-price strong {
  font-size:35px;
  font-weight:650;
  letter-spacing:-1.5px
}
.access-price span {
  font-size:12px;
  color:var(--muted)
}
.access-card dl {
  margin:20px 0
}
.access-card dl>div {
  display:flex;
  justify-content:space-between;
  gap:25px;
  font-size:12px;
  padding:6px 0
}
.access-card dt {
  color:var(--muted)
}
.access-card dd {
  margin:0;
  text-align:right
}
.telegram-row {
  display:flex;
  align-items:center;
  gap:20px
}
.telegram-row>.button {
  min-height:43px;
  padding:11px 17px;
  font-size:12px;
  gap:15px
}
.telegram-row>span {
  font-size:10px;
  color:var(--muted)
}
.telegram-link[aria-disabled=true] {
  opacity:.5;
  cursor:not-allowed;
  box-shadow:none;
  transform:none;
}
.legal-notice {
  font-size:10px;
  color:var(--muted);
  line-height:1.8;
  max-width:870px;
  padding-top:20px
}
.dialog-telegram {
  margin-top:20px;
  border-top:1px solid var(--border);
  padding-top:17px
}
.dialog-telegram .text-link {
  font-size:12px
}
.dialog-telegram>p {
  font-size:11px;
  color:var(--muted);
  margin-top:8px
}
.hero .hero-description {
  max-width:415px
}
.theme-violet .hero h1 {
  font-size:55px
}
.theme-violet .benefit:nth-child(2) {
  background:var(--soft);
  border-color:var(--border);
  color:var(--ink)
}
.theme-violet .benefit:nth-child(2) p,.theme-violet .benefit:nth-child(2) .card-number {
  color:var(--muted)
}
.theme-violet .benefit:nth-child(2) .feature-icon {
  background:#ece5fb;
  color:var(--accent)
}
@media(max-width:1150px) {
  .access-section {
    gap:60px
  }
  .theme-violet .hero h1 {
    font-size:53px
  }
  .hero h1 {
    font-size:53px
  }
  .hero h1 em {
    letter-spacing:-2.8px
  }
}
@media(max-width:900px) {
  .access-section {
    gap:40px;
    padding-bottom:65px
  }
  .access-card {
    padding:24px
  }
  .access-price {
    gap:15px
  }
  .access-price strong {
    font-size:28px
  }
  .access-price h3 {
    font-size:14px
  }
  .access-price p {
    gap:5px
  }
  .access-price span {
    font-size:10px
  }
  .telegram-row {
    flex-direction:column;
    align-items:flex-start;
    gap:10px
  }
  .hero h1,.theme-violet .hero h1 {
    font-size:39px
  }
}
@media(max-width:640px) {
  .access-section {
    grid-template-columns:1fr;
    gap:28px;
    padding-bottom:55px
  }
  .access-copy h2 {
    font-size:34px
  }
  .access-card {
    padding:25px
  }
  .access-price strong {
    font-size:33px
  }
  .access-price h3 {
    font-size:16px
  }
  .telegram-row {
    flex-direction:row;
    align-items:center;
    gap:16px
  }
  .telegram-row>.button {
    padding-inline:14px
  }
  .hero h1,.theme-violet .hero h1 {
    font-size:clamp(35px,9.8vw,52px)
  }
  .hero h1 em {
    letter-spacing:-2px
  }
  .hero-notes {
    font-size:9px;
    gap:14px
  }
  .everyday-copy h2 br:nth-of-type(2) {
    display:initial
  }
  .everyday-copy h2 em:before {
    content:none
  }
}
