:root {
  --ink: #11120f;
  --muted: #66665f;
  --paper: #f3f1e9;
  --paper-deep: #e7e3d7;
  --white: #fbfaf6;
  --acid: #d7ff4f;
  --line: rgba(17, 18, 15, 0.16);
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--acid); color: var(--ink); }
:focus-visible { outline: 3px solid #5f8f2f; outline-offset: 4px; border-radius: 3px; }

.skip-link {
  position: fixed;
  top: -60px;
  left: 16px;
  z-index: 100;
  background: var(--ink);
  color: var(--white);
  padding: 12px 18px;
  border-radius: 6px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px clamp(24px, 4vw, 72px);
  transition: background .3s ease, border-color .3s ease, padding .3s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  padding-top: 15px;
  padding-bottom: 15px;
  background: rgba(243, 241, 233, .88);
  backdrop-filter: blur(18px);
  border-color: var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.02em;
}
.brand-mark {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  background: transparent url("/assets/long-lasting-apps-icon-512.png?v=20260812-1") center / contain no-repeat;
}
.brand-mark i { display: none; }
.site-header nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 48px); font-size: 13px; font-weight: 600; }
.language-switch { display: inline-flex; align-items: center; gap: 2px; padding: 3px; color: var(--muted); background: rgba(17,18,15,.06); border-radius: 999px; font-size: 10px; letter-spacing: .08em; }
.language-switch a, .language-switch strong { min-width: 36px; min-height: 36px; display: grid; place-items: center; padding: 0 7px; border-radius: 999px; }
.language-switch strong { color: var(--ink); background: var(--white); box-shadow: 0 1px 5px rgba(17,18,15,.08); }
.language-switch a:hover { color: var(--ink); background: rgba(255,255,255,.55); }
.site-header nav > a:not(.nav-contact) { position: relative; }
.site-header nav > a:not(.nav-contact)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -5px;
  height: 1px;
  background: var(--ink);
  transition: right .25s ease;
}
.site-header nav > a:hover::after { right: 0; }
.nav-contact { border: 1px solid var(--ink); padding: 11px 16px; border-radius: 999px; transition: .25s ease; }
.nav-contact:hover { background: var(--ink); color: var(--white); }

.hero {
  min-height: 100svh;
  max-width: var(--max);
  margin: 0 auto;
  padding: 140px clamp(24px, 6vw, 96px) 38px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  grid-template-rows: 1fr auto;
  gap: 40px;
  overflow: hidden;
}
.hero-copy { align-self: center; padding-bottom: 30px; position: relative; z-index: 3; }
.hero-simple {
  grid-template-columns: 1fr;
  min-height: 760px;
  align-content: space-between;
}
.hero-simple .hero-copy { max-width: 920px; padding-top: 44px; }
.hero-simple .hero-intro { max-width: 680px; }
.eyebrow, .section-number {
  margin: 0 0 34px;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span, .availability span, .project-status span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6daa3b;
  box-shadow: 0 0 0 4px rgba(109, 170, 59, .13);
}
h1, h2, blockquote { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; }
h1 { font-size: clamp(72px, 8.6vw, 142px); line-height: .82; margin: 0 0 42px; }
.hero-intro { max-width: 550px; font-size: clamp(18px, 1.45vw, 23px); line-height: 1.55; letter-spacing: -.025em; color: #44443f; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 44px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 35px; padding: 16px 21px; border-radius: 4px; font-size: 13px; font-weight: 700; }
.button-dark { background: var(--ink); color: var(--white); transition: transform .25s ease, background .25s ease; }
.button-dark:hover { transform: translateY(-3px); background: #30312b; }
.text-link { font-size: 12px; font-weight: 650; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }

.hero-footer { grid-column: 1/-1; display: flex; justify-content: space-between; align-items: flex-end; border-top: 1px solid var(--line); padding-top: 24px; }
.hero-footer p { margin: 0; font-size: 13px; }
.hero-footer strong { font-weight: 750; }
.availability { display: flex; align-items: center; gap: 10px; color: var(--muted); }

.marquee { overflow: hidden; background: var(--ink); color: var(--paper); padding: 19px 0; }
.marquee div { width: 100%; display: flex; align-items: center; justify-content: center; gap: clamp(18px, 3vw, 35px); padding: 0 24px; }
.marquee span { font-family: Georgia, serif; font-size: 19px; font-style: italic; }
.marquee i { color: var(--acid); font-style: normal; font-size: 11px; }

.section { max-width: var(--max); margin: 0 auto; padding: 140px clamp(24px, 6vw, 96px); }
.section-heading { display: grid; grid-template-columns: minmax(180px, .55fr) 1.45fr; align-items: start; margin-bottom: 80px; }
.section-heading h2, .contact h2 { margin: 0; font-size: clamp(54px, 6vw, 96px); line-height: .95; }
.section-number { color: var(--muted); margin-top: 13px; }

.project-card { background: var(--ink); color: var(--white); display: grid; grid-template-columns: 1.08fr .92fr; min-height: 690px; }
.project-card + .project-card { margin-top: 36px; }
.project-visual { min-height: 690px; background: #c9ff55; position: relative; overflow: hidden; display: grid; place-items: center; }
.project-glow { position: absolute; width: 650px; height: 650px; background: radial-gradient(circle, #f0ffb4 0, transparent 65%); }
.project-phone { position: relative; width: 276px; aspect-ratio: 9/19.5; border: 8px solid #20211e; background: #060809; border-radius: 43px; overflow: hidden; transform: rotate(6deg); box-shadow: 0 35px 70px rgba(12,30,6,.27); }
.project-phone img { width: 100%; height: 100%; object-fit: cover; }
.visual-caption { position: absolute; left: 25px; bottom: 20px; margin: 0; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: #34420f; font-weight: 750; }
.project-copy { padding: clamp(45px, 6vw, 82px); display: flex; flex-direction: column; justify-content: space-between; }
.project-status { display: flex; align-items: center; gap: 10px; text-transform: uppercase; font-size: 10px; letter-spacing: .14em; margin: 0 0 28px; color: #b9b9af; }
.project-status span { background: var(--acid); box-shadow: 0 0 0 4px rgba(215,255,79,.1); }
.project-copy h3 { max-width: 520px; font-family: Georgia, serif; font-weight: 400; font-size: clamp(54px, 5vw, 86px); line-height: .9; letter-spacing: -.06em; margin: 0 0 24px; }
.project-lead { font-size: 19px; color: #c6c6bd; line-height: 1.45; max-width: 350px; }
.project-details > p { color: #b8b8af; max-width: 480px; line-height: 1.65; font-size: 14px; margin-bottom: 40px; }
.project-details ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.18); }
.project-details li { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.18); display: flex; justify-content: space-between; gap: 15px; font-size: 11px; }
.project-details li span { color: #8f9088; }
.project-details li strong { font-weight: 600; }

.pin-card { background: #0d2d60; }
.pin-card .project-copy { grid-column: 1; grid-row: 1; background: #0d2d60; }
.pin-card .pin-visual { grid-column: 2; grid-row: 1; background: #ff7547; }
.pin-card .project-status span { background: #ff7547; box-shadow: 0 0 0 4px rgba(255,117,71,.14); }
.pin-card .project-notify { color: #ffd4c5; border-bottom-color: rgba(255,212,197,.55); }
.pin-card .visual-caption { color: #4c170d; }
.pin-halo { position: absolute; width: 530px; height: 530px; border: 1px solid rgba(13,45,96,.2); border-radius: 50%; }
.pin-halo::after { content: ""; position: absolute; inset: 80px; border: 1px solid rgba(13,45,96,.16); border-radius: 50%; }
.pin-icon-frame { position: relative; z-index: 2; width: min(62%, 350px); aspect-ratio: 1; border-radius: 24%; overflow: hidden; transform: rotate(-5deg); box-shadow: 0 35px 70px rgba(61,20,9,.28); }
.pin-icon-frame img { width: 100%; height: 100%; object-fit: cover; }
.dearmailo-card { background: #10194c; }
.dearmailo-card .project-copy { background: #10194c; }
.dearmailo-card .dearmailo-visual { background: #dce7ff; }
.dearmailo-card .project-status span { background: #63bfff; box-shadow: 0 0 0 4px rgba(99,191,255,.15); }
.dearmailo-card .project-notify { color: #b9dcff; border-bottom-color: rgba(185,220,255,.5); }
.dearmailo-card .visual-caption { color: #15224f; }
.dearmailo-halo { position: absolute; width: 540px; height: 540px; border: 1px solid rgba(20,44,119,.16); border-radius: 50%; }
.dearmailo-halo::after { content: ""; position: absolute; inset: 82px; border: 1px solid rgba(20,44,119,.13); border-radius: 50%; }
.dearmailo-icon-frame { position: relative; z-index: 2; width: min(62%, 350px); aspect-ratio: 1; border-radius: 24%; overflow: hidden; transform: rotate(4deg); box-shadow: 0 35px 75px rgba(12,31,92,.3); }
.dearmailo-icon-frame img { width: 100%; height: 100%; object-fit: cover; }

.principles { border-top: 1px solid var(--line); }
.principle-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle { padding: 34px 40px 48px; min-height: 430px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.principle:last-child { border-right: 0; }
.principle-index { margin: 0 0 70px; font-size: 10px; color: var(--muted); }
.principle-icon { width: 62px; height: 62px; margin-bottom: 35px; position: relative; }
.principle h3 { font-family: Georgia, serif; font-size: 35px; font-weight: 400; letter-spacing: -.04em; margin: 0 0 18px; }
.principle > p:last-child { color: var(--muted); line-height: 1.65; font-size: 13px; max-width: 310px; margin: auto 0 0; }
.icon-focus { border: 1px solid var(--ink); border-radius: 50%; }
.icon-focus::before, .icon-focus::after { content: ""; position: absolute; background: var(--paper); }
.icon-focus::before { width: 80px; height: 25px; top: 18px; left: -9px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.icon-focus::after { height: 80px; width: 25px; left: 18px; top: -9px; border-left: 1px solid var(--ink); border-right: 1px solid var(--ink); }
.icon-focus i { position: absolute; z-index: 2; width: 9px; height: 9px; background: var(--acid); border-radius: 50%; left: 26px; top: 26px; }
.icon-durable i { position: absolute; border: 1px solid var(--ink); border-radius: 50%; }
.icon-durable i:first-child { inset: 0; }
.icon-durable i:last-child { inset: 13px; background: var(--acid); }
.icon-private { border: 1px solid var(--ink); border-radius: 31px 31px 9px 9px; height: 48px; margin-top: 14px; }
.icon-private::before { content: ""; position: absolute; width: 30px; height: 30px; border: 1px solid var(--ink); border-bottom: 0; border-radius: 20px 20px 0 0; left: 15px; top: -19px; }
.icon-private i { position: absolute; width: 7px; height: 7px; background: var(--acid); border: 1px solid var(--ink); border-radius: 50%; left: 26px; top: 17px; }

.statement { background: #d9ff63; padding: 150px clamp(24px, 8vw, 130px); }
.statement-inner { max-width: 1120px; margin: 0 auto; }
.statement blockquote { font-size: clamp(50px, 6.5vw, 105px); line-height: .98; margin: 70px 0 80px; max-width: 1100px; }
.signature { font-family: Georgia, serif; font-style: italic; font-size: 18px; }
.signature span { font-family: Inter, sans-serif; font-style: normal; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; margin-left: 14px; }

.contact { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; min-height: 680px; }
.contact-copy > p:last-child { max-width: 480px; color: var(--muted); font-size: 16px; line-height: 1.65; margin-top: 38px; }
.contact-circle { justify-self: end; width: min(330px, 28vw); aspect-ratio: 1; border: 1px solid var(--ink); border-radius: 50%; display: flex; flex-direction: column; justify-content: space-between; padding: 45px; transition: background .35s ease, color .35s ease, transform .35s ease; }
.contact-circle:hover { background: var(--ink); color: var(--white); transform: rotate(4deg); }
.contact-circle span { font-family: Georgia, serif; font-size: 28px; max-width: 150px; line-height: 1.05; }
.contact-circle strong { font-size: 38px; font-weight: 300; align-self: flex-end; }

.company-bridge {
  background: #12385b;
  color: var(--white);
  padding: 110px clamp(24px, 6vw, 96px);
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: clamp(60px, 9vw, 150px);
}
.company-bridge > div:first-child { max-width: 780px; }
.company-bridge .section-number { color: #9db4c8; }
.company-bridge h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 5vw, 76px); font-weight: 400; line-height: 1.02; letter-spacing: -.05em; }
.company-bridge-details > p { color: #bed0df; line-height: 1.65; margin: 0 0 38px; }
.company-bridge dl { margin: 0 0 42px; border-top: 1px solid rgba(255,255,255,.22); }
.company-bridge dl div { display: grid; grid-template-columns: 135px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.22); font-size: 12px; }
.company-bridge dt { color: #8fa8bc; }
.company-bridge dd { margin: 0; font-weight: 650; }
.button-light { background: var(--white); color: #12385b; justify-content: space-between; transition: transform .25s ease; }
.button-light:hover { transform: translateY(-3px); }

footer { background: var(--ink); color: var(--white); padding: 62px clamp(24px, 6vw, 96px) 30px; display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 35px; align-items: start; }
.footer-legal { color: #93948d; font-size: 11px; line-height: 1.7; }
.footer-legal p { margin: 3px 0 0; }
.footer-links { display: flex; gap: 24px; font-size: 11px; padding-top: 4px; }
.footer-links a:hover { color: var(--acid); }
.copyright { grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,.17); padding-top: 24px; margin: 35px 0 0; font-size: 10px; color: #7d7e77; }

.reveal { opacity: 1; transform: none; }
.reveal.visible { opacity: 1; transform: none; }

.legal-page { min-height: 100vh; background: var(--white); }
.legal-header { position: static; border-bottom: 1px solid var(--line); }
.legal-main { max-width: 820px; margin: 0 auto; padding: 100px 24px 140px; }
.legal-main .eyebrow { margin-bottom: 28px; }
.legal-main h1 { font-size: clamp(58px, 9vw, 100px); margin-bottom: 35px; }
.legal-intro { font-size: 20px; line-height: 1.55; color: #4b4b46; margin-bottom: 70px; }
.legal-section { border-top: 1px solid var(--line); padding: 32px 0; display: grid; grid-template-columns: 180px 1fr; gap: 35px; }
.legal-section h2 { font-family: Inter, sans-serif; font-size: 12px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; margin: 4px 0; }
.legal-section p { margin: 0; color: #52524c; line-height: 1.7; font-size: 15px; }
.legal-section a { text-decoration: underline; text-underline-offset: 3px; }
.legal-owner { color: #77776f; font-size: 12px; line-height: 1.6; border-top: 1px solid var(--line); padding-top: 28px; margin-top: 40px; }

.company-page { --company-ink: #123552; --company-muted: #5c7182; --company-line: rgba(18,53,82,.14); background: #f7f8f8; color: var(--company-ink); }
.company-header { position: static; background: #fff; border-bottom: 1px solid var(--company-line); padding-top: 14px; padding-bottom: 14px; }
.company-header .brand { gap: 14px; }
.company-header-logo { width: 38px; height: 38px; object-fit: contain; }
.company-header nav a, .company-header .language-switch strong { color: var(--company-ink); }
.company-header .nav-contact { border-color: var(--company-ink); }
.company-header .nav-contact:hover { background: var(--company-ink); color: #fff; }
.company-main { overflow: hidden; }
.company-hero-simple {
  min-height: 650px;
  padding: 110px clamp(24px, 7vw, 112px);
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  align-items: center;
  gap: clamp(60px, 9vw, 140px);
  max-width: var(--max);
  margin: 0 auto;
}
.company-kicker, .company-section-heading > p, .company-apps-link > div:first-child > p { margin: 0 0 26px; color: #557b9a; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .15em; }
.company-hero-copy h1 { color: var(--company-ink); font-size: clamp(58px, 6.8vw, 104px); line-height: .92; margin: 0 0 34px; }
.company-hero-copy > p:not(.company-kicker) { color: var(--company-muted); font-size: clamp(17px, 1.3vw, 20px); line-height: 1.65; max-width: 720px; }
.simple-link { display: inline-block; margin-top: 28px; color: var(--company-ink); font-size: 13px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.company-logo-simple { justify-self: end; width: min(100%, 340px); }
.company-logo-simple img { width: 100%; height: auto; object-fit: contain; }
.company-services, .company-details { max-width: var(--max); margin: 0 auto; padding: 110px clamp(24px, 7vw, 112px); border-top: 1px solid var(--company-line); }
.company-section-heading { display: grid; grid-template-columns: .5fr 1.5fr; gap: 40px; margin-bottom: 68px; }
.company-section-heading h2 { max-width: 850px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 4.8vw, 70px); line-height: 1.02; font-weight: 400; letter-spacing: -.045em; }
.service-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--company-line); }
.service-list article { padding: 32px 32px 45px 0; border-right: 1px solid var(--company-line); }
.service-list article + article { padding-left: 32px; }
.service-list article:last-child { border-right: 0; }
.service-list span { color: #7790a4; font-size: 10px; }
.service-list h3 { margin: 58px 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: 29px; font-weight: 400; }
.service-list p { color: var(--company-muted); line-height: 1.7; font-size: 14px; margin: 0; max-width: 340px; }
.company-details { background: #fff; max-width: none; }
.company-details > * { max-width: calc(var(--max) - 14vw); margin-left: auto; margin-right: auto; }
.company-facts-simple { margin-top: 0; }
.company-facts-simple div { display: grid; grid-template-columns: .5fr 1.5fr; gap: 40px; padding: 19px 0; border-top: 1px solid var(--company-line); }
.company-facts-simple div:last-child { border-bottom: 1px solid var(--company-line); }
.company-facts-simple dt { color: var(--company-muted); font-size: 12px; }
.company-facts-simple dd { margin: 0; font-size: 15px; font-weight: 650; }
.company-facts-simple a { text-decoration: underline; text-underline-offset: 3px; }
.company-contact-note { color: var(--company-muted); font-size: 12px; margin: 28px 0 0; }
.project-notify { display: inline-flex; align-items: center; gap: 12px; margin-top: 28px; color: var(--acid); font-size: 12px; font-weight: 700; border-bottom: 1px solid rgba(215,255,79,.5); padding-bottom: 5px; }
.djurpass-card { background: #063f38; }
.djurpass-card .project-copy { background: #063f38; }
.djurpass-card .djurpass-visual { background: #efe9db; }
.djurpass-card .project-status span { background: #42c9a4; box-shadow: 0 0 0 4px rgba(66,201,164,.15); }
.djurpass-card .project-notify { color: #a9ead7; border-bottom-color: rgba(169,234,215,.5); }
.djurpass-card .visual-caption { color: #174c44; }
.djurpass-halo { position: absolute; width: 540px; height: 540px; border: 1px solid rgba(0,91,78,.16); border-radius: 50%; }
.djurpass-halo::after { content: ""; position: absolute; inset: 82px; border: 1px solid rgba(0,91,78,.13); border-radius: 50%; }
.djurpass-icon-frame { position: relative; z-index: 2; width: min(62%, 350px); aspect-ratio: 1; border-radius: 24%; overflow: hidden; transform: rotate(-3deg); box-shadow: 0 35px 75px rgba(0,55,47,.28); }
.djurpass-icon-frame img { width: 100%; height: 100%; object-fit: cover; }
.company-apps-link { background: var(--company-ink); color: #fff; padding: 100px clamp(24px, 7vw, 112px); display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.company-apps-link > div { max-width: 680px; }
.company-apps-link > div:first-child { justify-self: end; width: 100%; }
.company-apps-logo { width: 72px; height: 72px; margin: 0 0 30px; }
.company-apps-link > div:first-child > p { color: #92acc0; }
.company-apps-link h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 5vw, 78px); font-weight: 400; letter-spacing: -.05em; }
.company-apps-link > div:last-child > p { color: #c4d2dc; line-height: 1.7; margin: 36px 0 30px; }
.simple-company-footer { grid-template-columns: 1.2fr auto; }
.simple-company-footer strong { font-size: 13px; }
.simple-company-footer > div:first-child p { margin: 9px 0 0; color: #8d918e; font-size: 11px; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 135px; }
  .hero-footer { margin-top: 10px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading .section-number { margin-bottom: 35px; }
  .project-card { grid-template-columns: 1fr; }
  .pin-card .project-copy, .pin-card .pin-visual { grid-column: 1; grid-row: auto; }
  .project-copy { min-height: 650px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle { border-right: 0; border-bottom: 1px solid var(--line); min-height: 360px; }
  .principle:last-child { border-bottom: 0; }
  .contact { grid-template-columns: 1fr; gap: 65px; }
  .contact-circle { justify-self: start; width: 280px; }
  .company-bridge, .company-hero-simple, .company-section-heading, .company-apps-link { grid-template-columns: 1fr; }
  .company-hero-simple { padding-top: 80px; }
  .company-logo-simple { justify-self: start; width: 260px; }
  .service-list { grid-template-columns: 1fr; }
  .service-list article, .service-list article + article { border-right: 0; border-bottom: 1px solid var(--company-line); padding: 30px 0 40px; }
  .service-list h3 { margin-top: 35px; }
  .company-apps-link > div:first-child { justify-self: start; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-links { justify-self: end; }
}

@media (max-width: 640px) {
  .site-header { padding: 16px 20px; }
  .site-header nav > a:not(.nav-contact) { display: none; }
  .nav-contact { min-height: 44px; display: inline-flex; align-items: center; padding: 9px 13px; }
  .brand { font-size: 13px; }
  .language-switch a, .language-switch strong { min-width: 40px; min-height: 40px; }
  .site-header nav { gap: 7px; }
  .hero { padding: 120px 20px 30px; }
  h1 { font-size: clamp(66px, 22vw, 90px); }
  .hero-intro { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-footer { align-items: flex-start; flex-direction: column; gap: 14px; }
  .section { padding: 95px 20px; }
  .section-heading { margin-bottom: 50px; }
  .section-heading h2, .contact h2 { font-size: clamp(49px, 15vw, 70px); }
  .project-visual { min-height: 560px; }
  .project-phone { width: 220px; }
  .project-copy { min-height: 600px; padding: 45px 28px; }
  .pin-icon-frame { width: min(68%, 300px); }
  .dearmailo-icon-frame { width: min(68%, 300px); }
  .djurpass-icon-frame { width: min(68%, 300px); }
  .principle { padding: 30px 24px 40px; }
  .statement { padding: 100px 20px; }
  .statement blockquote { font-size: 48px; }
  .contact-circle { width: 240px; padding: 35px; }
  .company-bridge { padding: 85px 20px; }
  .company-bridge dl div { grid-template-columns: 1fr; gap: 5px; }
  .company-hero-simple { padding: 70px 20px 85px; }
  .company-hero-copy h1 { font-size: 50px; line-height: .98; overflow-wrap: normal; hyphens: none; }
  .company-services, .company-details, .company-apps-link { padding: 80px 20px; }
  .company-details > * { max-width: none; }
  .company-facts-simple div { grid-template-columns: 1fr; gap: 8px; }
  .company-footer { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-self: start; }
  .legal-main { padding-top: 70px; }
  .legal-main h1 { font-size: 43px; line-height: 1; overflow-wrap: break-word; }
  .legal-section { grid-template-columns: 1fr; gap: 12px; }
}

@media (max-width: 520px) {
  .marquee div { justify-content: flex-start; overflow: hidden; }
  .marquee span { white-space: nowrap; font-size: 16px; }
  .site-header .language-switch { margin-left: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Dearmailo product and support */
.dearmailo-page { background: #f5f6fb; }
.dearmailo-header { color: #fff; }
.dearmailo-header.scrolled { color: var(--ink); }
.dearmailo-header .nav-contact { border-color: currentColor; }
.dearmailo-header:not(.scrolled) .language-switch { background: rgba(255,255,255,.12); color: #cbd6ff; }
.dearmailo-header:not(.scrolled) .language-switch strong { color: #10194c; }
.dearmailo-hero {
  min-height: 900px;
  padding: 150px clamp(24px, 6vw, 96px) 70px;
  background: #10194c;
  color: #fff;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: clamp(55px, 8vw, 130px);
  align-items: center;
  overflow: hidden;
}
.dearmailo-hero > * { width: 100%; max-width: 720px; }
.dearmailo-hero-copy { justify-self: end; }
.dearmailo-hero h1 { font-size: clamp(64px, 7.3vw, 116px); line-height: .88; margin-bottom: 38px; }
.dearmailo-hero-copy > p:not(.eyebrow) { max-width: 680px; color: #c7d0f4; font-size: clamp(18px, 1.35vw, 22px); line-height: 1.58; }
.dearmailo-hero .eyebrow { color: #aebbe7; }
.dearmailo-hero .eyebrow span { background: #63bfff; box-shadow: 0 0 0 4px rgba(99,191,255,.16); }
.button-dearmailo { background: #fff; color: #10194c; transition: transform .25s ease, background .25s ease; }
.button-dearmailo:hover { transform: translateY(-3px); background: #dce7ff; }
.text-link-light { color: #dce7ff; border-color: #7789cb; }
.dearmailo-hero-facts { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); margin: 65px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); }
.dearmailo-hero-facts li { padding: 20px 20px 0 0; }
.dearmailo-hero-facts strong, .dearmailo-hero-facts span { display: block; }
.dearmailo-hero-facts strong { font-size: 12px; margin-bottom: 7px; }
.dearmailo-hero-facts span { color: #919dcb; font-size: 11px; line-height: 1.5; }
.dearmailo-hero-art { justify-self: start; position: relative; min-height: 620px; display: grid; place-items: center; }
.dearmailo-hero-art img { position: relative; z-index: 2; width: min(64%, 430px); border-radius: 24%; transform: rotate(4deg); box-shadow: 0 42px 100px rgba(0,0,0,.38); }
.dearmailo-product-orbit { position: absolute; width: min(90%, 620px); aspect-ratio: 1; border: 1px solid rgba(150,183,255,.2); border-radius: 50%; }
.dearmailo-product-orbit::before, .dearmailo-product-orbit::after { content: ""; position: absolute; border: 1px solid rgba(150,183,255,.14); border-radius: 50%; }
.dearmailo-product-orbit::before { inset: 12%; }
.dearmailo-product-orbit::after { inset: 26%; }
.dearmailo-hero-art p { position: absolute; left: 0; bottom: 15px; margin: 0; color: #9cabe0; font-family: Georgia, serif; font-size: 18px; line-height: 1.35; }
.dearmailo-hero-art strong { color: #fff; font-weight: 400; }
.dearmailo-flow { background: #f5f6fb; }
.flow-steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); padding: 0; margin: 0; border-top: 1px solid rgba(16,25,76,.18); border-bottom: 1px solid rgba(16,25,76,.18); }
.flow-steps li { min-height: 390px; padding: 32px 38px 42px; border-right: 1px solid rgba(16,25,76,.18); display: flex; flex-direction: column; }
.flow-steps li:last-child { border-right: 0; }
.flow-steps span { color: #5a6aa3; font-size: 10px; }
.flow-steps h3 { margin: auto 0 18px; font-family: Georgia, serif; font-size: 36px; font-weight: 400; letter-spacing: -.04em; }
.flow-steps p { margin: 0; color: #5c6073; font-size: 14px; line-height: 1.7; }
.dearmailo-trust { padding: 120px clamp(24px, 8vw, 130px); background: #dce7ff; color: #10194c; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(60px, 10vw, 160px); }
.dearmailo-trust h2 { margin: 0; max-width: 780px; font-family: Georgia, serif; font-size: clamp(50px, 6vw, 92px); font-weight: 400; line-height: .97; letter-spacing: -.055em; }
.dearmailo-trust > div:last-child { align-self: end; }
.dearmailo-trust > div:last-child p { color: #465783; font-size: 16px; line-height: 1.7; margin: 0 0 35px; }
.dearmailo-trust .button-light { background: #10194c; color: #fff; }
.dearmailo-screens { background: #fff; }
.product-shot { margin: 0; overflow: hidden; border: 1px solid rgba(16,25,76,.14); background: #f5f6fb; }
.product-shot img { display: block; width: 100%; height: auto; background: #e9ebf2; }
.product-shot figcaption { display: grid; grid-template-columns: 120px 1fr; gap: 28px; padding: 24px 28px 28px; border-top: 1px solid rgba(16,25,76,.12); }
.product-shot figcaption span { color: #10194c; font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.product-shot figcaption p { max-width: 660px; margin: 0; color: #5c6073; font-size: 14px; line-height: 1.65; }
.product-shot-wide { margin-bottom: 28px; }
.product-shot-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.dearmailo-features { background: #f5f6fb; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(16,25,76,.17); border-bottom: 1px solid rgba(16,25,76,.17); }
.feature-grid article { min-height: 270px; padding: 30px 34px 38px; border-right: 1px solid rgba(16,25,76,.17); border-bottom: 1px solid rgba(16,25,76,.17); display: flex; flex-direction: column; }
.feature-grid article:nth-child(3n) { border-right: 0; }
.feature-grid article:nth-last-child(-n+3) { border-bottom: 0; }
.feature-grid h3 { max-width: 280px; margin: auto 0 18px; color: #10194c; font-family: Georgia, serif; font-size: 29px; font-weight: 400; letter-spacing: -.035em; }
.feature-grid p { margin: 0; color: #5c6073; font-size: 13px; line-height: 1.65; }
.dearmailo-requirements { padding: 120px clamp(24px, 8vw, 130px); background: #fff; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 9vw, 140px); }
.dearmailo-requirements h2 { max-width: 660px; margin: 22px 0 0; color: #10194c; font-family: Georgia, serif; font-size: clamp(45px, 5.2vw, 76px); font-weight: 400; line-height: 1; letter-spacing: -.05em; }
.dearmailo-requirements ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(16,25,76,.17); }
.dearmailo-requirements li { display: grid; grid-template-columns: 145px 1fr; gap: 25px; padding: 20px 0; border-bottom: 1px solid rgba(16,25,76,.17); }
.dearmailo-requirements li span { color: #70768d; font-size: 11px; }
.dearmailo-requirements li strong { color: #10194c; font-size: 14px; font-weight: 650; }
.dearmailo-cta { padding: 130px clamp(24px, 8vw, 130px); background: #10194c; color: #fff; }
.dearmailo-cta h2 { max-width: 1050px; margin: 28px 0 35px; font-family: Georgia, serif; font-size: clamp(52px, 7vw, 104px); font-weight: 400; line-height: .96; letter-spacing: -.055em; }
.dearmailo-cta > p:not(.section-number) { max-width: 650px; color: #b9c5ed; font-size: 17px; line-height: 1.7; }
.dearmailo-cta > div { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 42px; }

/* Pin My File product and help pages */
.pin-product-page { background: #f3f5fb; }
.pin-product-page .dearmailo-header { color: #fff; }
.pin-product-page .dearmailo-hero { background: #0d2d60; }
.pin-product-page .dearmailo-hero-copy > p:not(.eyebrow) { color: #d7e2fa; }
.pin-product-page .dearmailo-hero .eyebrow { color: #c2d3f4; }
.pin-product-page .dearmailo-hero .eyebrow span { background: #ff7547; box-shadow: 0 0 0 4px rgba(255,117,71,.18); }
.pin-product-page .dearmailo-hero-facts span { color: #afc3e8; }
.pin-product-page .dearmailo-product-orbit { border-color: rgba(255,117,71,.28); }
.pin-product-page .dearmailo-product-orbit::before,
.pin-product-page .dearmailo-product-orbit::after { border-color: rgba(255,117,71,.18); }
.pin-product-page .dearmailo-hero-art img { transform: rotate(-4deg); }
.pin-product-page .dearmailo-hero-art p { color: #b9cae9; }
.pin-product-page .button-dearmailo { background: #ff7547; color: #fff; }
.pin-product-page .dearmailo-flow,
.pin-product-page .dearmailo-features { background: #f3f5fb; }
.pin-product-page .dearmailo-screens { background: #fff; }
.pin-product-page .product-shot-grid { max-width: 980px; margin: 0 auto; }
.pin-product-page .product-shot img { max-height: 920px; object-fit: contain; }
.pin-product-page .dearmailo-trust { background: #ff7547; color: #27110b; }
.pin-product-page .dearmailo-trust > div:last-child p { color: #58271b; }
.pin-product-page .dearmailo-trust .button-light { background: #0d2d60; color: #fff; }
.pin-product-page .dearmailo-requirements h2,
.pin-product-page .dearmailo-requirements li strong { color: #0d2d60; }
.pin-product-page .dearmailo-cta { background: #0d2d60; }
.pin-product-page .dearmailo-cta > p:not(.section-number) { color: #c5d4ef; }
.pin-help-page .help-hero { background: #0d2d60; }
.pin-help-page .help-hero .eyebrow { color: #c2d3f4; }
.pin-help-page .help-hero .eyebrow span { background: #ff7547; }
.pin-help-page .help-sidebar > div { background: #fff0ea; }
.pin-help-page .help-note { border-left-color: #ff7547; background: #fff3ee; }
.pin-help-page .support-card { background: #0d2d60; }
.pin-help-page .button-dearmailo { background: #ff7547; color: #fff; }

/* Dearmailo help */
.dearmailo-help-page { background: #f5f6fb; color: #171b31; }
.help-header { position: sticky; top: 0; z-index: 20; min-height: 78px; padding-top: 12px; padding-bottom: 12px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(16,25,76,.12); backdrop-filter: blur(18px); }
.help-header .brand { color: #10194c; gap: 13px; }
.help-header nav a, .help-header .language-switch strong { color: #10194c; }
.help-header .nav-contact { border-color: #10194c; }
.help-header .nav-contact:hover { background: #10194c; color: #fff; }
.help-app-icon { width: 42px; height: 42px; border-radius: 10px; box-shadow: 0 5px 15px rgba(16,25,76,.16); }
.help-shell { max-width: 1560px; margin: 0 auto; padding: 0 clamp(24px, 4.5vw, 72px) 120px; display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: clamp(48px, 6vw, 96px); align-items: start; }
.help-sidebar { position: sticky; top: 118px; padding-top: 54px; }
.help-sidebar > p { margin: 0 0 22px; color: #5c6791; font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.help-sidebar nav { display: grid; border-top: 1px solid rgba(16,25,76,.14); }
.help-sidebar nav a { min-height: 44px; display: flex; align-items: center; padding: 9px 0; border-bottom: 1px solid rgba(16,25,76,.14); color: #4f556d; font-size: 12px; transition: color .2s ease, padding-left .2s ease; }
.help-sidebar nav a:hover { padding-left: 6px; color: #10194c; }
.help-sidebar > div { margin-top: 34px; padding: 22px; background: #dce7ff; }
.help-sidebar > div strong { color: #10194c; font-size: 12px; }
.help-sidebar > div p { color: #526087; font-size: 11px; line-height: 1.6; }
.help-sidebar > div a { color: #10194c; font-size: 11px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.help-content { min-width: 0; background: #fff; border-right: 1px solid rgba(16,25,76,.12); border-left: 1px solid rgba(16,25,76,.12); }
.help-hero { min-height: 610px; padding: 100px clamp(34px, 7vw, 100px) 80px; background: #10194c; color: #fff; display: flex; flex-direction: column; justify-content: flex-end; }
.help-hero .eyebrow { color: #aebbe7; }
.help-hero .eyebrow span { background: #63bfff; }
.help-hero h1 { max-width: 950px; margin: 30px 0; font-size: clamp(60px, 7.3vw, 108px); line-height: .91; }
.help-hero > p:not(.eyebrow) { max-width: 720px; color: #c2cbed; font-size: 18px; line-height: 1.65; }
.help-quick-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.help-quick-links a { min-height: 44px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.28); color: #fff; font-size: 12px; }
.help-quick-links a:hover { background: #fff; color: #10194c; }
.help-section { scroll-margin-top: 105px; padding: 82px clamp(30px, 6vw, 86px); display: grid; grid-template-columns: 50px minmax(0, 1fr); gap: clamp(25px, 4vw, 55px); border-bottom: 1px solid rgba(16,25,76,.14); }
.help-number { margin: 7px 0 0; color: #69749d; font-size: 10px; font-weight: 750; }
.help-section h2 { max-width: 850px; margin: 0 0 22px; color: #10194c; font-family: Georgia, serif; font-size: clamp(39px, 4.7vw, 65px); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.help-section h3 { margin: 40px 0 15px; color: #10194c; font-family: Georgia, serif; font-size: 27px; font-weight: 400; letter-spacing: -.025em; }
.help-section > div > p { max-width: 760px; color: #565c72; font-size: 15px; line-height: 1.75; }
.instruction-list { list-style: none; margin: 40px 0 0; padding: 0; counter-reset: instructions; border-top: 1px solid rgba(16,25,76,.14); }
.instruction-list li { min-height: 78px; padding: 18px 0 18px 48px; position: relative; border-bottom: 1px solid rgba(16,25,76,.14); counter-increment: instructions; }
.instruction-list li::before { content: counter(instructions); position: absolute; left: 0; top: 19px; width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid #8394c7; border-radius: 50%; color: #10194c; font-size: 10px; }
.instruction-list strong, .instruction-list span { display: block; }
.instruction-list strong { color: #10194c; font-size: 14px; }
.instruction-list span { margin-top: 5px; color: #62677a; font-size: 13px; line-height: 1.55; }
.instruction-list.compact li { min-height: 68px; }
.help-note { margin-top: 32px; padding: 24px 26px; border-left: 3px solid #447ff2; background: #eef4ff; }
.help-note strong { color: #10194c; font-size: 12px; }
.help-note p { margin: 7px 0 0; color: #526087; font-size: 13px; line-height: 1.6; }
.help-note.warning { border-left-color: #e18d2d; background: #fff5e8; }
.permission-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }
.permission-pair article { padding: 25px; background: #f5f6fb; border: 1px solid rgba(16,25,76,.12); }
.permission-pair span { color: #5971b4; font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.permission-pair h3 { margin: 28px 0 12px; font-size: 24px; }
.permission-pair p { margin: 0; color: #62677a; font-size: 13px; line-height: 1.6; }
.help-shot { margin: 42px 0 20px; border: 1px solid rgba(16,25,76,.14); background: #edf0f6; overflow: hidden; }
.help-shot img { display: block; width: 100%; height: auto; }
.help-shot figcaption { padding: 17px 20px; border-top: 1px solid rgba(16,25,76,.12); color: #666b7d; font-size: 11px; line-height: 1.55; }
.help-bullets { margin: 22px 0; padding-left: 20px; color: #565c72; }
.help-bullets li { margin: 10px 0; padding-left: 5px; font-size: 14px; line-height: 1.65; }
.help-content pre { max-width: 100%; overflow-x: auto; padding: 18px 20px; background: #10194c; color: #e6ecff; font-size: 12px; line-height: 1.6; }

/* Long Lasting Clock */
.clock-page { background: #050607; color: #f6f5ef; }
.clock-header { color: #f6f5ef; }
.clock-header.scrolled { background: rgba(5,6,7,.88); border-color: rgba(255,255,255,.12); color: #f6f5ef; }
.clock-brand { display: inline-flex; align-items: center; gap: 13px; font-size: 15px; font-weight: 720; letter-spacing: -.025em; }
.clock-brand-display { display: flex; align-items: center; gap: 2px; padding: 4px; border-radius: 8px; background: #1e2024; box-shadow: inset 0 0 0 1px rgba(255,255,255,.07); }
.clock-brand-display i { padding: 4px 5px; border-radius: 4px; background: #292b30; color: #f4f6fb; font-size: 10px; font-style: normal; letter-spacing: -.04em; }
.clock-brand-display b { color: #ff8a3d; font-size: 12px; }
.clock-language { color: #a7a9ae; background: rgba(255,255,255,.08); }
.clock-language strong { color: #fff; background: #27292e; }
.clock-language a:hover { color: #fff; background: rgba(255,255,255,.1); }
.clock-nav-contact { border-color: rgba(255,255,255,.7); }
.clock-nav-contact:hover { background: #f6f5ef; color: #050607; }
.clock-hero { min-height: 100svh; max-width: 1600px; margin: 0 auto; padding: 140px clamp(24px,6vw,96px) 54px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(45px,7vw,120px); overflow: hidden; }
.clock-hero-copy { max-width: 760px; }
.clock-hero .eyebrow { color: #a6a8ae; }
.clock-hero .eyebrow span { background: #ff8a3d; box-shadow: 0 0 0 4px rgba(255,138,61,.14); }
.clock-hero h1 { margin: 0 0 38px; font-size: clamp(74px,8.4vw,138px); line-height: .83; letter-spacing: -.065em; }
.clock-hero h1 em { color: #ff8a3d; font-weight: 400; }
.clock-hero-copy > p:not(.eyebrow) { max-width: 650px; color: #b7b9bf; font-size: clamp(18px,1.35vw,22px); line-height: 1.62; }
.clock-button { background: #ff8a3d; color: #160a04; transition: transform .25s ease, background .25s ease; }
.clock-button:hover { transform: translateY(-3px); background: #ffa064; }
.clock-text-link { border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 4px; color: #e4e3de; font-size: 12px; font-weight: 650; }
.clock-facts { list-style: none; display: grid; grid-template-columns: repeat(3,1fr); margin: 60px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.14); }
.clock-facts li { padding: 19px 16px 0 0; }
.clock-facts strong,.clock-facts span { display: block; }
.clock-facts strong { color: #fff; font-size: 12px; margin-bottom: 7px; }
.clock-facts span { color: #80838a; font-size: 11px; line-height: 1.45; }
.clock-hero-visual { position: relative; min-height: 700px; display: grid; place-items: center; }
.clock-orbit { position: absolute; width: min(96%,700px); aspect-ratio: 1; border: 1px solid rgba(255,138,61,.18); border-radius: 50%; }
.clock-orbit::before,.clock-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.clock-orbit::before { inset: 13%; }
.clock-orbit::after { inset: 27%; }
.clock-device { position: relative; z-index: 2; width: min(49%,330px); border: 8px solid #202226; border-radius: 48px; overflow: hidden; transform: rotate(5deg); box-shadow: 0 50px 120px rgba(0,0,0,.6); }
.clock-device img { width: 100%; height: auto; }
.clock-hero-visual > p { position: absolute; left: 0; bottom: 22px; color: #7f8289; font-family: Georgia,serif; font-size: 18px; line-height: 1.4; }
.clock-hero-visual > p strong { color: #f6f5ef; font-weight: 400; }
.clock-use-preview { padding: 130px clamp(24px,8vw,130px); background: #f0eee7; color: #151515; }
.clock-use-preview h2 { max-width: 1000px; margin: 25px 0 70px; font-size: clamp(56px,7vw,104px); line-height: .92; }
.clock-use-preview > div { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(0,0,0,.18); }
.clock-use-preview article { padding: 28px clamp(18px,3vw,44px) 10px 0; }
.clock-use-preview article + article { padding-left: clamp(18px,3vw,44px); border-left: 1px solid rgba(0,0,0,.18); }
.clock-use-preview article span { color: #a45120; font-size: 10px; font-weight: 750; }
.clock-use-preview h3 { margin: 38px 0 14px; font-family: Georgia,serif; font-size: 36px; font-weight: 400; }
.clock-use-preview article p { max-width: 320px; color: #62615c; font-size: 14px; line-height: 1.65; }

@media (max-width: 980px) {
  .clock-hero { grid-template-columns: 1fr; padding-top: 165px; }
  .clock-hero-copy { max-width: 850px; }
  .clock-hero-visual { min-height: 650px; }
}

@media (max-width: 640px) {
  .clock-header nav > a:not(.nav-contact),.clock-nav-contact { display: none; }
  .clock-brand > span:last-child { font-size: 13px; }
  .clock-hero { padding: 135px 22px 55px; gap: 25px; }
  .clock-hero h1 { font-size: clamp(63px,20vw,92px); }
  .clock-facts { grid-template-columns: 1fr; }
  .clock-facts li { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .clock-hero-visual { min-height: 510px; }
  .clock-device { width: min(55%,250px); border-width: 6px; border-radius: 36px; }
  .clock-hero-visual > p { left: 4px; bottom: 0; font-size: 15px; }
  .clock-use-preview { padding: 90px 22px; }
  .clock-use-preview > div { grid-template-columns: 1fr; }
  .clock-use-preview article,.clock-use-preview article + article { padding: 24px 0; border-left: 0; border-bottom: 1px solid rgba(0,0,0,.16); }
}
.token-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 18px 0; }
.token-list code { padding: 8px 11px; border: 1px solid #c7d3f4; background: #eef4ff; color: #243f8d; font-size: 12px; }
.help-section > div > .token-explanation { margin-top: 10px; font-size: 12px; }
.token-explanation code { color: #243f8d; font-weight: 650; }
.faq-list { margin-top: 38px; border-top: 1px solid rgba(16,25,76,.14); }
.faq-list details { border-bottom: 1px solid rgba(16,25,76,.14); }
.faq-list summary { min-height: 58px; display: flex; align-items: center; padding: 14px 34px 14px 0; position: relative; color: #10194c; font-size: 14px; font-weight: 650; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; font-size: 20px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 750px; margin: 0; padding: 0 38px 20px 0; color: #606578; font-size: 13px; line-height: 1.7; }
.support-card { margin-top: 44px; padding: 30px; display: flex; align-items: center; justify-content: space-between; gap: 28px; background: #10194c; color: #fff; }
.support-card h3 { margin: 0 0 9px; color: #fff; }
.support-card p { max-width: 610px; margin: 0; color: #bcc7ed; font-size: 13px; line-height: 1.65; }
.support-card .button { flex: 0 0 auto; }
.inline-link { color: #2449a6; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 980px) {
  .dearmailo-hero, .dearmailo-trust { grid-template-columns: 1fr; }
  .dearmailo-hero-copy, .dearmailo-hero-art { justify-self: center; }
  .flow-steps { grid-template-columns: 1fr; }
  .flow-steps li { min-height: 280px; border-right: 0; border-bottom: 1px solid rgba(16,25,76,.18); }
  .flow-steps li:last-child { border-bottom: 0; }
  .product-shot-grid, .dearmailo-requirements { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-grid article:nth-child(3n) { border-right: 1px solid rgba(16,25,76,.17); }
  .feature-grid article:nth-child(2n) { border-right: 0; }
  .feature-grid article:nth-last-child(-n+3) { border-bottom: 1px solid rgba(16,25,76,.17); }
  .feature-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .help-shell { grid-template-columns: 1fr; gap: 0; padding-left: 0; padding-right: 0; }
  .help-sidebar { position: static; padding: 34px clamp(24px, 6vw, 60px); background: #eef1f8; }
  .help-sidebar nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .help-sidebar nav a:nth-child(odd) { border-right: 1px solid rgba(16,25,76,.14); padding-right: 18px; }
  .help-sidebar nav a:nth-child(even) { padding-left: 18px; }
  .help-sidebar > div { max-width: 480px; }
  .help-content { border-left: 0; border-right: 0; }
}

@media (max-width: 640px) {
  .dearmailo-hero { padding: 120px 20px 55px; min-height: auto; }
  .dearmailo-hero h1 { font-size: clamp(54px, 17vw, 76px); }
  .dearmailo-hero-facts { grid-template-columns: 1fr; }
  .dearmailo-hero-facts li { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .dearmailo-hero-art { min-height: 440px; }
  .dearmailo-hero-art img { width: min(68%, 300px); }
  .dearmailo-header nav > a:not(.nav-contact) { display: none; }
  .flow-steps li { padding: 28px 24px 35px; }
  .dearmailo-trust { padding: 90px 20px; }
  .product-shot figcaption { grid-template-columns: 1fr; gap: 9px; padding: 18px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article, .feature-grid article:nth-child(2n), .feature-grid article:nth-child(3n) { min-height: 220px; border-right: 0; border-bottom: 1px solid rgba(16,25,76,.17); }
  .feature-grid article:last-child { border-bottom: 0; }
  .dearmailo-requirements, .dearmailo-cta { padding: 85px 20px; }
  .dearmailo-requirements li { grid-template-columns: 1fr; gap: 6px; }
  .help-header .brand span { display: none; }
  .help-header nav > a:not(.nav-contact) { display: none; }
  .help-shell { padding-bottom: 80px; }
  .help-sidebar { padding: 28px 20px; }
  .help-sidebar nav { grid-template-columns: 1fr; }
  .help-sidebar nav a:nth-child(odd), .help-sidebar nav a:nth-child(even) { border-right: 0; padding-left: 0; padding-right: 0; }
  .help-hero { min-height: 540px; padding: 75px 24px 55px; }
  .help-hero h1 { font-size: clamp(51px, 15vw, 72px); }
  .help-hero > p:not(.eyebrow) { font-size: 16px; }
  .help-section { padding: 65px 22px; grid-template-columns: 1fr; gap: 18px; }
  .help-number { margin: 0; }
  .permission-pair { grid-template-columns: 1fr; }
  .support-card { align-items: flex-start; flex-direction: column; padding: 25px; }
  .support-card .button { width: 100%; }
}
