:root {
  --navy: #0a1730;
  --navy-2: #12264b;
  --ink: #111a2c;
  --pink: #ee3f83;
  --pink-dark: #c82566;
  --ice: #eef4fa;
  --white: #ffffff;
  --line: rgba(10, 23, 48, 0.15);
  --muted: #5f697a;
  --shell: min(1200px, calc(100vw - 48px));
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  background: #f8fafc;
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 10;
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.section-shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; background: var(--white); padding: 10px 14px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 12px max(24px, calc((100vw - 1200px) / 2));
  background: rgba(248, 250, 252, .9);
  border-bottom: 1px solid rgba(10, 23, 48, .08);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1.1; }
.brand-mark {
  width: 42px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: white;
  font: 800 .85rem/1 "Manrope", sans-serif;
  letter-spacing: .06em;
}
.brand-copy { display: grid; gap: 4px; }
.brand-copy strong { font: 700 .92rem/1 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.brand-copy small { color: var(--muted); font-size: .72rem; letter-spacing: .06em; }
.primary-nav { display: flex; justify-content: center; gap: clamp(14px, 1.7vw, 25px); }
.primary-nav a { text-decoration: none; font-size: .83rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; position: relative; }
.primary-nav .nav-secondary { color: var(--muted); font-size: .75rem; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--pink); transition: right .25s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { right: 0; }
.language-switcher { display: flex; gap: 3px; padding: 4px; border: 1px solid var(--line); border-radius: 999px; }
.language-switcher button { min-width: 32px; min-height: 43px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border: 0; background: transparent; color: var(--muted); border-radius: 999px; padding: 5px 6px 4px; font: 700 .69rem/1 "Manrope", sans-serif; cursor: pointer; }
.language-switcher .flag { display: block; height: 11px; font-size: 11px; line-height: 11px; filter: saturate(.9); }
.language-switcher button.active { background: var(--navy); color: white; }
.menu-toggle { display: none; }

.eyebrow { margin: 0 0 24px; color: var(--pink-dark); font: 700 .76rem/1.3 "Manrope", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: #ff7aaa; }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin-top: 0; color: var(--navy); }
h1 { max-width: 760px; margin-bottom: 26px; font-size: clamp(3.4rem, 6.4vw, 6.3rem); line-height: .96; letter-spacing: -.065em; }
h2 { font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1.06; letter-spacing: -.052em; }
h3 { font-size: 1.35rem; line-height: 1.2; letter-spacing: -.02em; }
em { color: var(--pink); font-style: normal; }

.hero { min-height: calc(100vh - 78px); display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(42px, 7vw, 104px); padding-block: 70px 86px; }
.hero-lead { max-width: 630px; margin: 0 0 36px; color: #4b586d; font-size: clamp(1.08rem, 1.5vw, 1.28rem); line-height: 1.7; }
.free-call-chip { max-width: 590px; display: grid; grid-template-columns: 52px 1fr 22px; align-items: center; gap: 14px; margin: -8px 0 28px; padding: 12px 16px 12px 12px; border: 1px solid rgba(238, 63, 131, .27); border-radius: 14px; background: rgba(238, 63, 131, .055); color: var(--navy); text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.free-call-chip:hover { transform: translateY(-2px); border-color: var(--pink); background: rgba(238, 63, 131, .09); }
.free-call-time { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 12px; background: var(--pink); color: white; font: 800 1.35rem/1 "Manrope"; }
.free-call-chip strong, .free-call-chip small { display: block; }
.free-call-chip strong { font: 700 .9rem/1.3 "Manrope"; }
.free-call-chip small { margin-top: 3px; color: var(--muted); font-size: .78rem; line-height: 1.35; }
.free-call-chip svg { width: 20px; fill: none; stroke: var(--pink-dark); stroke-width: 1.8; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 58px; padding: 0 26px; text-decoration: none; border-radius: 999px; font: 700 .78rem/1 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .09em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-primary { background: var(--navy); color: white; box-shadow: 0 18px 42px rgba(10, 23, 48, .18); }
.button-primary:hover { background: var(--navy-2); box-shadow: 0 22px 48px rgba(10, 23, 48, .23); }
.text-link { color: var(--navy); font-weight: 700; text-underline-offset: 5px; text-decoration-color: var(--pink); }
.hero-visual { position: relative; min-height: 600px; }
.image-frame { position: absolute; inset: 0 0 24px 36px; overflow: hidden; border-radius: 180px 20px 180px 20px; background: #ebd7df; box-shadow: 0 30px 80px rgba(10, 23, 48, .18); }
.image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(10, 23, 48, .18)); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.hero-visual::before { content: ""; position: absolute; width: 72%; aspect-ratio: 1; right: -18%; top: -8%; border: 1px solid rgba(238, 63, 131, .35); border-radius: 50%; z-index: -1; }
.hero-visual::after { content: ""; position: absolute; width: 92px; height: 92px; right: -24px; bottom: 0; background: var(--pink); border-radius: 50%; z-index: 0; }
.hero-note { position: absolute; z-index: 2; left: 0; bottom: 0; min-width: 265px; display: flex; align-items: center; gap: 13px; padding: 18px 21px; border-radius: 14px; background: white; box-shadow: 0 20px 45px rgba(10, 23, 48, .16); }
.hero-note p { margin: 0; font-size: .82rem; line-height: 1.45; color: var(--muted); }
.hero-note strong { color: var(--navy); font-family: "Manrope"; font-size: .9rem; }
.pulse { width: 10px; height: 10px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 6px rgba(238, 63, 131, .13); }
.hero-index { position: absolute; right: -6px; top: 25%; color: white; font: 800 4.8rem/1 "Manrope"; mix-blend-mode: soft-light; z-index: 2; }

.signal-band { overflow: hidden; background: var(--pink); color: white; transform: rotate(-1deg) scale(1.02); }
.signal-track { width: max-content; display: flex; align-items: center; gap: 32px; padding: 18px 0; animation: ticker 28s linear infinite; }
.signal-track span { font: 800 .78rem/1 "Manrope", sans-serif; letter-spacing: .16em; }
.signal-track i { width: 6px; height: 6px; border-radius: 50%; background: var(--navy); }
@keyframes ticker { to { transform: translateX(-50%); } }

.audiences { padding-block: 145px 130px; }
.section-intro { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(300px, .78fr); gap: 32px clamp(54px, 6vw, 92px); align-items: end; margin-bottom: 60px; }
.section-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -4px; }
.section-intro h2 { min-width: 0; max-width: 17ch; margin: 0; overflow-wrap: normal; hyphens: auto; }
.section-intro > p:last-child { max-width: 500px; margin: 0 0 8px; color: var(--muted); }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.audience-card { min-height: 520px; display: flex; flex-direction: column; position: relative; padding: 34px 30px 30px; background: white; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease; }
.audience-card:hover { transform: translateY(-7px); box-shadow: 0 25px 60px rgba(10, 23, 48, .1); }
.audience-card.featured { background: var(--navy); color: #dce5f2; transform: translateY(-18px); }
.audience-card.featured:hover { transform: translateY(-25px); }
.audience-card.featured h3, .audience-card.featured .card-kicker, .audience-card.featured a { color: white; }
.audience-card.featured blockquote { border-color: rgba(255,255,255,.22); }
.card-number { position: absolute; right: 26px; top: 28px; color: #9ca6b6; font: 600 .76rem/1 "Manrope"; }
.card-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 42px; border-radius: 50%; background: var(--ice); color: var(--pink-dark); }
.featured .card-icon { background: var(--pink); color: white; }
.card-icon svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.audience-card h3 { margin-bottom: 16px; font-size: 1.75rem; }
.card-kicker { margin: 0 0 14px; color: var(--navy); font-weight: 700; line-height: 1.5; }
.audience-card > p:not(.card-kicker) { margin: 0; color: inherit; opacity: .8; }
.audience-card blockquote { margin: 28px 0 24px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: inherit; font: 600 1rem/1.5 "Manrope"; }
.audience-card > a { margin-top: auto; color: var(--navy); font: 700 .78rem/1.4 "Manrope"; text-transform: uppercase; letter-spacing: .07em; text-underline-offset: 5px; text-decoration-color: var(--pink); }
.parent-strip { position: relative; display: grid; grid-template-columns: 1fr 1.35fr auto; align-items: center; gap: 38px; margin-top: 22px; padding: 28px 34px 28px 70px; border: 1px solid var(--line); border-radius: 14px; background: var(--ice); }
.parent-number { position: absolute; left: 26px; top: 32px; color: #9ca6b6; font: 600 .72rem/1 "Manrope"; }
.parent-strip .eyebrow { margin: 0 0 8px; color: #7e899b; font-size: .66rem; }
.parent-strip h3 { margin: 0; font-size: 1.5rem; }
.parent-copy p { margin: 0; }
.parent-copy > p:last-child { color: var(--muted); font-size: .9rem; }
.parent-link { white-space: nowrap; color: var(--navy); font: 700 .72rem/1.4 "Manrope"; letter-spacing: .07em; text-transform: uppercase; text-underline-offset: 5px; text-decoration-color: var(--pink); }

.pressure-section { position: relative; overflow: hidden; background: var(--navy); color: #d7e0ee; }
.pressure-section::after { content: "04"; position: absolute; right: -2vw; bottom: -8vw; color: rgba(255,255,255,.035); font: 800 28vw/1 "Manrope"; }
.pressure-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-block: 128px; }
.pressure-copy h2 { color: white; margin-bottom: 28px; }
.pressure-copy > p:last-child { max-width: 560px; color: #aebbd0; font-size: 1.05rem; }
.pressure-sequence { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.14); }
.pressure-sequence li { display: grid; grid-template-columns: 50px 1fr; gap: 24px; align-items: center; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.pressure-sequence span { color: #71819c; font: 600 .72rem/1 "Manrope"; }
.pressure-sequence p { margin: 0; font: 600 1.05rem/1.4 "Manrope"; }
.pressure-sequence .accent { color: white; }
.pressure-sequence .accent span { color: var(--pink); }

.focus { padding-block: 130px; }
.focus-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 58px; }
.focus-head h2 { margin-bottom: 0; }
.focus-head > p { max-width: 500px; margin: 0 0 8px; color: var(--muted); }
.focus-list { display: flex; flex-wrap: wrap; gap: 12px; }
.focus-list span { padding: 13px 19px; background: white; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); font: 600 .92rem/1 "Manrope"; }
.focus-list span:nth-child(3n+1) { background: var(--ice); }
.focus-list span:nth-child(5n) { border-color: rgba(238, 63, 131, .55); }

.about { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(55px, 8vw, 120px); align-items: center; padding-bottom: 140px; }
.about-visual { min-height: 650px; position: relative; }
.about-visual > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 25%; border-radius: 20px 160px 20px 20px; filter: saturate(.88) contrast(1.03); }
.language-card { position: absolute; right: -34px; bottom: 36px; width: 190px; padding: 22px; background: var(--pink); color: white; border-radius: 14px; box-shadow: 0 20px 45px rgba(200, 37, 102, .28); }
.language-card span { display: block; margin-bottom: 5px; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.language-card strong { font: 800 1.2rem/1 "Manrope"; letter-spacing: .08em; }
.about-copy h2 { margin-bottom: 28px; }
.about-copy .large { color: var(--navy); font: 600 clamp(1.2rem, 1.8vw, 1.45rem)/1.55 "Manrope"; }
.about-copy > p:not(.eyebrow, .large, .credential) { color: var(--muted); }
.credential { display: inline-flex; align-items: center; gap: 10px; margin: 16px 0 24px; padding: 9px 13px; background: var(--ice); border-radius: 8px; color: var(--navy); font-size: .84rem; font-weight: 700; }
.credential::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--pink); }
.social-link { font: 700 .83rem/1 "Manrope"; text-transform: uppercase; letter-spacing: .08em; text-underline-offset: 6px; text-decoration-color: var(--pink); }
.social-link span { color: var(--pink); margin-left: 4px; }
.linkedin-link { width: fit-content; display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px 8px 8px; border-radius: 10px; background: #eef5fb; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.linkedin-link:hover { transform: translateY(-2px); background: #e2eff9; }
.linkedin-link .linkedin-icon { width: 31px; height: 31px; display: grid; place-items: center; margin: 0; border-radius: 7px; background: #0a66c2; }
.linkedin-link .linkedin-icon svg { width: 20px; fill: white; }
.linkedin-link > span:nth-child(2) { margin: 0; color: #0a66c2; }

.services { padding-block: 125px; background: var(--ice); }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(10, 23, 48, .16); border: 1px solid rgba(10, 23, 48, .16); }
.service { min-height: 260px; padding: 36px; background: var(--ice); }
.service > span { display: inline-block; margin-bottom: 54px; color: var(--pink-dark); font: 700 .72rem/1 "Manrope"; }
.service h3 { max-width: 330px; margin-bottom: 14px; font-size: 1.55rem; }
.service p { max-width: 470px; margin: 0; color: var(--muted); }

.process { padding-block: 130px; }
.process-head { display: grid; grid-template-columns: .7fr 1.3fr; align-items: end; gap: 50px; margin-bottom: 65px; }
.process-head .eyebrow { margin: 0 0 12px; }
.process-head h2 { margin: 0; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 2px solid var(--navy); }
.process-grid article { position: relative; padding: 32px 26px 0 0; }
.process-grid article::before { content: ""; position: absolute; top: -7px; left: 0; width: 12px; height: 12px; border-radius: 50%; background: var(--pink); }
.process-grid span { color: #9ba4b2; font: 700 .72rem/1 "Manrope"; }
.process-grid h3 { margin: 36px 0 12px; }
.process-grid p { color: var(--muted); margin: 0; }

.contact { position: relative; overflow: hidden; padding-block: 120px; background: var(--navy); color: #cad5e6; text-align: center; }
.contact::before, .contact::after { content: ""; position: absolute; border: 1px solid rgba(238, 63, 131, .38); border-radius: 50%; }
.contact::before { width: 440px; height: 440px; left: -180px; top: -220px; }
.contact::after { width: 600px; height: 600px; right: -290px; bottom: -380px; }
.contact-inner { position: relative; z-index: 1; }
.contact h2 { max-width: 850px; margin: 0 auto 26px; color: white; }
.contact-inner > p:not(.eyebrow) { max-width: 690px; margin: 0 auto 38px; font-size: 1.08rem; }
.button-light { background: white; color: var(--navy); }
.button-light:hover { background: var(--pink); color: white; }
.contact-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px 34px; margin-top: 55px; }
.contact-links a { color: white; font-size: .88rem; text-underline-offset: 5px; text-decoration-color: rgba(255,255,255,.35); }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 32px max(24px, calc((100vw - 1200px) / 2)); background: #061024; color: #94a2b8; font-size: .78rem; }
.site-footer > p:last-child { text-align: right; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: white; font-family: "Manrope"; }
.footer-brand .brand-mark { width: 32px; font-size: .68rem; background: var(--pink); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .site-header { grid-template-columns: auto auto 1fr; padding-inline: 18px; gap: 16px; }
  .menu-toggle { display: grid; gap: 5px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 22px; height: 2px; background: var(--navy); }
  .primary-nav { position: absolute; inset: 78px 0 auto; display: none; flex-direction: column; align-items: center; gap: 20px; padding: 28px; background: rgba(248,250,252,.98); border-bottom: 1px solid var(--line); }
  .primary-nav.open { display: flex; }
  .language-switcher { justify-self: end; }
  .hero { min-height: 0; grid-template-columns: 1fr; padding-block: 68px 90px; }
  .hero-visual { min-height: 660px; max-width: 580px; width: 100%; margin-inline: auto; }
  .image-frame { left: 20px; }
  .section-intro, .focus-head, .process-head { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 0; }
  .audience-card.featured { transform: none; }
  .audience-card.featured:hover { transform: translateY(-7px); }
  .parent-strip { grid-template-columns: 1fr; gap: 20px; padding: 34px 30px 30px 64px; }
  .parent-link { white-space: normal; }
  .pressure-inner { grid-template-columns: 1fr; gap: 55px; }
  .about { grid-template-columns: 1fr; }
  .about-visual { min-height: 720px; max-width: 580px; width: calc(100% - 25px); }
  .services-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 22px; }
  .process-grid article:nth-child(3), .process-grid article:nth-child(4) { border-top: 2px solid var(--navy); padding-top: 32px; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .site-footer > p { margin: 0; }
  .site-footer > p:last-child { text-align: center; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); }
  html { scroll-padding-top: 70px; }
  .site-header { min-height: 70px; }
  .brand-copy { display: none; }
  .brand-mark { width: 38px; }
  .primary-nav { top: 70px; }
  .language-switcher button { padding: 6px 7px; }
  .language-switcher button { min-width: 30px; min-height: 41px; padding: 4px 5px; }
  h1 { font-size: clamp(3rem, 15vw, 4.3rem); }
  h2 { font-size: clamp(2.25rem, 11vw, 3.25rem); }
  .hero { padding-top: 52px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .free-call-chip { grid-template-columns: 48px 1fr 18px; margin-bottom: 24px; padding-right: 12px; }
  .free-call-time { width: 48px; height: 48px; }
  .free-call-chip strong { font-size: .82rem; }
  .free-call-chip small { font-size: .73rem; }
  .button { width: 100%; padding-inline: 20px; }
  .hero-visual { min-height: 510px; }
  .image-frame { inset: 0 0 20px 12px; border-radius: 110px 16px 110px 16px; }
  .hero-note { min-width: 0; max-width: 245px; padding: 15px; }
  .hero-visual::after { width: 70px; height: 70px; right: -8px; }
  .audiences, .focus, .process { padding-block: 95px; }
  .section-intro { margin-bottom: 42px; }
  .audience-card { padding: 28px 24px; }
  .pressure-inner { padding-block: 92px; }
  .about { padding-bottom: 100px; }
  .about-visual { min-height: 520px; width: calc(100% - 16px); }
  .language-card { right: -16px; bottom: 24px; width: 170px; }
  .services { padding-block: 90px; }
  .service { min-height: 0; padding: 30px 24px; }
  .service > span { margin-bottom: 36px; }
  .process-grid { grid-template-columns: 1fr; border-top: 0; gap: 0; }
  .process-grid article, .process-grid article:nth-child(3), .process-grid article:nth-child(4) { padding: 28px 0 32px; border-top: 2px solid var(--navy); }
  .process-grid article::before { top: -7px; }
  .process-grid h3 { margin-top: 24px; }
  .contact { padding-block: 92px; }
  .contact-links { flex-direction: column; }
}

@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; }
}
