:root {
  --ink: #050505;
  --charcoal: #111111;
  --graphite: #242424;
  --smoke: #3a3a3a;
  --accent: #ffffff;
  --cta-yellow: #ffd500;
  --cta-blue: #081f78;
  --paper: #f5f5f5;
  --line: #dedede;
  --text: #111111;
  --muted: #666666;
}

@font-face {
  font-family: "LMT Gothic";
  src: url("font/lmt-gothic.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--text); font-family: Arial, Helvetica, sans-serif; }
body, button, input, textarea, select {
  font-family: "LMT Gothic", "Century Gothic", CenturyGothic, "Apple Gothic", "Avant Garde", Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1420px, calc(100% - 64px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.utility { background: #050505; color: #fff; font-size: .74rem; }
.utility-inner { min-height: 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-contact, .utility-links { display: flex; align-items: center; gap: 28px; }
.utility a { opacity: .88; transition: opacity .2s; }
.utility a:hover { opacity: 1; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(0,0,0,.1); backdrop-filter: blur(12px); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { display: block; width: 285px; height: auto; }
.nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 32px); font-size: .77rem; font-weight: 800; text-transform: uppercase; }
.nav > a:not(.nav-cta) { position: relative; padding-block: 28px; }
.nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: #111; transition: right .25s; }
.nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta {
  padding: 15px 19px;
  background: linear-gradient(135deg,#ffe337,#ffc800);
  color: var(--cta-blue);
  box-shadow: 0 0 14px rgba(255,213,0,.5), 0 10px 30px rgba(0,0,0,.2);
  text-shadow: 0 0 5px rgba(28,80,255,.55), 0 0 13px rgba(28,80,255,.3);
}
.nav-cta b { margin-left: 9px; font-size: 1.15em; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { width: 25px; height: 2px; background: var(--ink); display: block; margin: 5px; }

.hero { position: relative; min-height: 570px; overflow: hidden; background: #050505; color: #fff; }
.hero-media { position: absolute; inset: 0 0 0 43%; background: url("img/hero-lmt.webp") center/cover no-repeat; filter: grayscale(1) contrast(1.12) brightness(.86); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #050505 0%, rgba(5,5,5,.98) 37%, rgba(5,5,5,.54) 64%, rgba(5,5,5,.12) 100%), linear-gradient(0deg, rgba(0,0,0,.58), transparent 42%); }
.tech-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(90deg,#000,transparent 60%); }
.hero-inner { position: relative; min-height: 570px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.hero-copy { width: min(650px, 62%); padding: 60px 0 104px; }
.eyebrow, .kicker { color: #5c5c5c; text-transform: uppercase; letter-spacing: .19em; font-weight: 900; font-size: .71rem; }
.hero .eyebrow { color: rgba(255,255,255,.68); }
.hero h1 { margin: 18px 0 20px; font-size: clamp(3.2rem, 5.5vw, 6.25rem); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.title-highlight {
  color: #ffe100;
  font-weight: 900;
  font-style: normal;
  -webkit-text-stroke: .35px rgba(95,72,0,.72);
  text-shadow:
    0 0 4px rgba(255,225,0,.95),
    0 0 12px rgba(255,213,0,.72),
    0 0 24px rgba(255,195,0,.38),
    0 1px 1px rgba(0,0,0,.3);
}
.hero .title-highlight,
.advantage .title-highlight,
.credential .title-highlight {
  -webkit-text-stroke: .3px rgba(255,255,255,.28);
}
.hero-copy > p { max-width: 670px; font-size: clamp(1rem, 1.45vw, 1.28rem); line-height: 1.6; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; gap: 16px; margin-top: 32px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 210px; padding: 17px 20px; font-weight: 900; font-size: .8rem; text-transform: uppercase; border: 1px solid transparent; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary,
.button.dark {
  background: linear-gradient(135deg,#ffe33b,#ffc800);
  color: var(--cta-blue);
  border-color: #ffe97a;
  box-shadow: 0 0 16px rgba(255,213,0,.6), 0 14px 35px rgba(0,0,0,.3);
  text-shadow: 0 0 5px rgba(29,79,255,.65), 0 0 14px rgba(29,79,255,.32);
}
.button.primary:hover,
.button.dark:hover,
.nav-cta:hover {
  box-shadow: 0 0 23px rgba(255,213,0,.8), 0 0 32px rgba(21,65,255,.22), 0 14px 38px rgba(0,0,0,.3);
}
.button.ghost { border-color: rgba(255,255,255,.72); color: #fff; background: rgba(0,0,0,.22); }
.button.dark { min-width: 280px; }
.metric-card { align-self: flex-start; margin-top: 34px; padding: 16px 18px; width: 176px; border: 1px solid rgba(255,255,255,.5); background: rgba(0,0,0,.54); backdrop-filter: blur(9px); font-family: monospace; font-size: .68rem; box-shadow: 0 20px 70px rgba(0,0,0,.2); }
.metric-card div { display: flex; justify-content: space-between; gap: 14px; padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.metric-card span { opacity: .65; }.metric-card b { font-weight: 500; }.metric-card .calibrated { color: #ffffff; border: 0; margin-top: 4px; }

.credentials { position: relative; z-index: 5; margin-top: -73px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.credential { min-height: 145px; color: #fff; background: linear-gradient(145deg,#242424,#070707 72%); border: 1px solid rgba(255,255,255,.2); box-shadow: 0 20px 45px rgba(0,0,0,.24); padding: 25px 26px; display: grid; grid-template-columns: 174px 1fr auto; align-items: center; gap: 20px; transition: transform .25s, border-color .25s, background .25s; }
.credential:hover { transform: translateY(-6px); border-color: #fff; background: linear-gradient(145deg,#313131,#0b0b0b 72%); }
.credential span { display: block; color: #adadad; font-size: .63rem; text-transform: uppercase; letter-spacing: .13em; margin-bottom: 5px; }
.credential h2 { margin: 0; font-size: 1.05rem; line-height: 1.15; text-transform: uppercase; }
.credential p { margin: 7px 0 0; color: #c7c7c7; font-size: .75rem; }
.arrow { color: #fff; font-size: 1.4rem; }
.institution-mark { width: 76px; height: 76px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; display: grid; place-items: center; font-size: 2.2rem; }
.credential-index { width: 72px; height: 72px; justify-self: center; border: 1px solid rgba(255,255,255,.48); display: grid; place-items: center; font-size: 1.55rem; font-weight: 700; letter-spacing: .08em; color: #fff; }
.certification-logo { min-height: 88px; display: grid; place-items: center; background: #fff; color: #080808; padding: 7px; }
.certification-logo img { display: block; max-width: 100%; height: auto; }
.accredia-logo { width: 112px; justify-self: center; }
.accredia-logo img { width: 94px; }
.rina-logo { width: 174px; align-content: center; gap: 4px; padding: 6px 8px; }
.rina-logo img { width: 151px; max-height: 64px; object-fit: contain; }
.rina-logo small { display: block; font-size: .36rem; line-height: 1.15; text-transform: uppercase; text-align: center; font-weight: 700; }
.rina-logo small strong { font-size: .52rem; }

.section { padding: 95px 0; }
.section-heading { display: grid; grid-template-columns: 1.4fr 1fr; gap: 50px; align-items: end; margin-bottom: 42px; }
.section-heading h2 { margin: 10px 0 0; font-size: clamp(2.2rem, 3.5vw, 4rem); line-height: 1; text-transform: uppercase; letter-spacing: -.04em; color: var(--ink); }
.section-heading > p { color: var(--muted); line-height: 1.7; max-width: 530px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 330px; padding: 27px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { z-index: 2; transform: translateY(-7px); border-color: #111; box-shadow: 0 26px 55px rgba(0,0,0,.12); }
.service-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.service-number { font-size: 3.4rem; font-weight: 200; color: #b7b7b7; line-height: 1; }
.service-icon { color: var(--graphite); font-size: 2.7rem; line-height: 1; }
.service-card h3 { color: var(--ink); font-size: 1.1rem; margin: 28px 0 12px; }
.service-card p { color: var(--muted); font-size: .82rem; line-height: 1.65; }
.service-card b { position: absolute; left: 22px; bottom: 25px; color: var(--graphite); font-size: .67rem; text-transform: uppercase; }

.question-gateway {
  color: #fff;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(135deg, #050505, #1e1e1e);
  background-size: 72px 72px, 72px 72px, auto;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.question-heading h2 { color: #fff; }
.question-heading > p { color: #c2c2c2; }
.question-gateway-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #505050; border-left: 1px solid #505050; }
.question-gateway-grid.is-single { grid-template-columns: 1fr; }
.question-path { position: relative; min-height: 460px; display: grid; grid-template-columns: 72px 1fr; gap: 28px; padding: 42px; border-right: 1px solid #505050; border-bottom: 1px solid #505050; background: rgba(5,5,5,.72); }
.question-path::after { content: ""; position: absolute; right: 0; bottom: 0; width: 90px; height: 3px; background: #ffe100; box-shadow: 0 0 15px rgba(255,225,0,.7); }
.question-path-index { display: grid; width: 62px; height: 62px; place-items: center; color: #ffe100; border: 1px solid #686868; font-size: 1.35rem; }
.question-path-label { display: block; margin-bottom: 13px; color: #aaa; font-size: .67rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.question-path h3 { margin: 0; font-size: clamp(1.8rem, 2.5vw, 3.1rem); line-height: 1.03; text-transform: uppercase; }
.question-path h3 strong { color: #ffe100; text-shadow: 0 0 13px rgba(255,225,0,.48); }
.question-path p { max-width: 620px; margin: 21px 0 0; color: #c5c5c5; line-height: 1.72; }
.question-path ul { margin: 22px 0 29px; padding: 0; list-style: none; color: #e2e2e2; font-size: .78rem; line-height: 1.75; }
.question-path li { position: relative; padding-left: 20px; }
.question-path li::before { content: "✓"; position: absolute; left: 0; color: #ffe100; font-weight: 900; }
.question-path .button { margin-top: 28px; }
.faq-path { background: linear-gradient(145deg, rgba(38,38,38,.94), rgba(5,5,5,.93)); }
.faq-available-count { display: flex; align-items: center; gap: 16px; margin-top: 28px; }
.faq-available-count strong { color: #ffe100; font-size: 3.8rem; line-height: .8; text-shadow: 0 0 14px rgba(255,225,0,.45); }
.faq-available-count span { max-width: 110px; color: #aaa; font-size: .72rem; line-height: 1.35; text-transform: uppercase; }

.advantage { padding: 0; background: linear-gradient(135deg,#030303 0%,#141414 55%,#2c2c2c 100%); color: #fff; overflow: hidden; }
.advantage-grid { display: grid; grid-template-columns: 31% 69%; }
.advantage-intro { position: relative; min-height: 610px; padding: 75px 50px 65px 0; border-right: 1px solid rgba(255,255,255,.15); }
.advantage-intro h2 { margin: 13px 0 20px; font-size: clamp(2.1rem, 3.3vw, 4rem); line-height: .98; text-transform: uppercase; }
.advantage-intro p { max-width: 310px; color: #c8c8c8; line-height: 1.7; }
.meter-graphic { position: absolute; width: 170px; height: 265px; right: 40px; bottom: 34px; border: 2px solid rgba(255,255,255,.25); border-radius: 18px; transform: rotate(-4deg); display: grid; place-items: start center; padding-top: 45px; color: #d2d2d2; font-family: monospace; font-size: 1.45rem; }
.meter-graphic::before, .meter-graphic::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.meter-graphic::before { width: 82px; height: 82px; top: 106px; }.meter-graphic::after { width: 54px; height: 54px; top: 120px; }
.meter-graphic i { position: absolute; width: 95px; height: 2px; background: var(--accent); bottom: 33px; transform: rotate(12deg); }
.advantage-content { padding-left: 55px; }
.method { padding: 75px 0 45px; border-bottom: 1px solid rgba(255,255,255,.16); }
.subheading { display: flex; align-items: center; gap: 14px; text-transform: uppercase; font-size: .71rem; font-weight: 900; letter-spacing: .08em; margin-bottom: 30px; }
.subheading i { width: 38px; height: 3px; background: var(--accent); }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.method article { position: relative; }
.method article:not(:last-child)::after { content: "→"; position: absolute; right: 5px; top: 17px; color: var(--accent); }
.method article > span { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: var(--accent); font-size: .74rem; font-weight: 900; }
.method h3 { font-size: .9rem; margin: 17px 0 8px; }.method p { color: #bfbfbf; font-size: .74rem; line-height: 1.55; max-width: 160px; }
.info-grid { display: grid; grid-template-columns: 1.25fr 1fr; }
.documents, .sectors { padding: 43px 42px 55px 0; }.sectors { border-left: 1px solid rgba(255,255,255,.14); padding-left: 45px; }
.documents .subheading, .sectors .subheading { margin-bottom: 17px; }
.documents > a { display: flex; justify-content: space-between; padding: 13px 15px; border: 1px solid rgba(255,255,255,.2); margin-top: 8px; font-size: .75rem; color: #d8d8d8; transition: background .2s, border-color .2s; }
.documents > a:hover { background: rgba(255,255,255,.07); border-color: var(--accent); }
.sectors ul { margin: 0; padding-left: 19px; color: #d4d4d4; font-size: .76rem; line-height: 2.1; }
.home-reviews { min-width: 0; }
.home-rating { display: flex; align-items: center; gap: 15px; margin: 0 0 16px; }
.home-rating > strong { color: #ffe100; font-size: 3.35rem; line-height: .82; text-shadow: 0 0 15px rgba(255,225,0,.45); }
.home-rating div { display: grid; gap: 4px; }
.home-rating div > span { color: #ffe100; letter-spacing: .08em; font-size: .91rem; text-shadow: 0 0 9px rgba(255,225,0,.4); }
.home-rating small { color: #aaa; font-size: .62rem; }
.home-rating-pending > strong { display: grid; width: 48px; height: 48px; place-items: center; color: #fff; border: 1px solid #777; font-size: 1.35rem; }
.home-rating-pending div > span { color: #fff; letter-spacing: 0; font-weight: 900; text-transform: uppercase; }
.home-reviews blockquote { margin: 0; padding: 0; }
.home-reviews blockquote p,
.reviews-waiting { display: -webkit-box; overflow: hidden; margin: 0 0 10px; color: #e1e1e1; font-size: .78rem; line-height: 1.65; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.home-reviews blockquote footer { color: #8d8d8d; font-size: .62rem; text-transform: uppercase; letter-spacing: .06em; }
.reviews-manual-status { margin: 2px 0 10px; color: #a7a7a7; font-size: .64rem; line-height: 1.55; }
.reviews-manual-status strong { color: #fff; font-weight: 700; }
.reviews-link { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 18px; padding: 12px 14px; color: var(--cta-blue); background: linear-gradient(135deg,#ffe33b,#ffc800); font-size: .65rem; font-weight: 900; line-height: 1.35; text-transform: uppercase; box-shadow: 0 0 18px rgba(255,213,0,.25); text-shadow: 0 0 5px rgba(29,79,255,.35); }
.reviews-link:hover { box-shadow: 0 0 25px rgba(255,213,0,.5); }

.offer { background: linear-gradient(110deg,#fff 0%,#ededed 52%,#c8c8c8 100%); color: #111; border-top: 1px solid #fff; }
.offer-inner { min-height: 145px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.offer-copy { display: flex; align-items: center; gap: 25px; }
.bolt { font-size: 5rem; line-height: .5; font-weight: 900; }
.offer h2 { margin: 0 0 7px; font-size: clamp(1.35rem, 2vw, 2.2rem); text-transform: uppercase; }.offer p { margin: 0; }

.footer { background: #050505; color: #fff; padding: 65px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .6fr 1.25fr; gap: 65px; align-items: start; }
.company-data h2 { text-transform: uppercase; font-size: 1rem; margin: 0 0 5px; }.company-data > p { margin: 0 0 28px; color: #999999; font-size: .78rem; }
.company-data dl { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 17px 28px; margin: 0; }
.company-data dl div { border-left: 2px solid rgba(255,255,255,.45); padding-left: 10px; }.company-data dt { color: #858585; text-transform: uppercase; font-size: .6rem; letter-spacing: .1em; margin-bottom: 4px; }.company-data dd { margin: 0; color: #dedede; font-size: .76rem; line-height: 1.5; }
.footer-nav { border-left: 1px solid #32383b; padding-left: 35px; display: flex; flex-direction: column; gap: 12px; }
.footer-nav h3 { margin: 0 0 8px; color: #fff; text-transform: uppercase; font-size: .75rem; letter-spacing: .12em; }.footer-nav a { color: #bcbcbc; font-size: .77rem; }
.abimage-signature { text-align: right; }.abimage-signature a { display: inline-block; line-height: 0; transition: transform .25s, filter .25s; }.abimage-signature a:hover { transform: translateY(-3px) scale(1.015); filter: drop-shadow(0 0 14px rgba(255,166,0,.38)); }
.abimage-signature img { display: block; width: min(430px, 100%); height: auto; margin-left: auto; }.abimage-signature span { display: block; margin-top: 12px; color: rgba(255,255,255,.55); font-size: .7rem; letter-spacing: .04em; }
.footer-bottom { margin-top: 46px; padding-top: 18px; border-top: 1px solid #303639; display: flex; justify-content: space-between; color: #777f84; font-size: .68rem; }
.footer-bottom p { margin: 0; }.footer-bottom div { display: flex; gap: 22px; }

@media (max-width: 1180px) {
  .shell { width: min(100% - 40px, 1100px); }
  .nav { gap: 15px; font-size: .68rem; }
  .nav a:nth-child(4), .nav a:nth-child(5) { display: none; }
  .credentials { gap: 14px; }.credential { grid-template-columns: 165px 1fr auto; padding: 20px 16px; gap: 12px; }.rina-logo { width: 165px; }.rina-logo img { width: 151px; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr .5fr 1fr; gap: 35px; }
}

@media (max-width: 860px) {
  .shell { width: min(100% - 32px, 760px); }
  .utility-links { display: none; }.utility-contact { width: 100%; justify-content: space-between; gap: 10px; }
  .nav-wrap { height: 70px; }.brand img { width: 225px; }
  .menu-toggle { display: block; }
  .nav { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 18px 16px 28px; background: #fff; box-shadow: 0 15px 30px rgba(0,0,0,.13); flex-direction: column; align-items: stretch; gap: 0; }
  .nav.open { display: flex; }.nav > a:not(.nav-cta), .nav a:nth-child(4), .nav a:nth-child(5) { display: block; padding: 13px 10px; border-bottom: 1px solid #ececf3; }.nav-cta { margin-top: 14px; text-align: center; }
  .hero, .hero-inner { min-height: 680px; }.hero-media { inset: 0 0 0 18%; background-position: 62% center; }.hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.98), rgba(0,0,0,.62)), linear-gradient(0deg, #050505 0%, transparent 60%); }
  .hero-copy { width: 100%; padding: 80px 0 175px; }.hero h1 { font-size: clamp(3.1rem, 12vw, 5rem); }.metric-card { display: none; }
  .credentials { margin-top: -110px; grid-template-columns: 1fr; }.credential { min-height: 112px; }
  .section-heading { grid-template-columns: 1fr; gap: 12px; }.service-grid { grid-template-columns: repeat(2, 1fr); }
  .question-gateway-grid { grid-template-columns: 1fr; }
  .question-path { min-height: 0; }
  .advantage-grid { grid-template-columns: 1fr; }.advantage-intro { min-height: 460px; padding-right: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }.advantage-content { padding-left: 0; }
  .method-grid { grid-template-columns: repeat(2, 1fr); gap: 35px; }.info-grid { grid-template-columns: 1fr; }.sectors { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); padding-left: 0; }
  .offer-inner { padding-block: 28px; flex-direction: column; align-items: stretch; }.button.dark { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.abimage-signature { grid-column: 1 / -1; text-align: left; }.abimage-signature img { margin-left: 0; }
}

@media (max-width: 560px) {
  .utility-contact a:last-child { display: none; }.shell { width: min(100% - 24px, 520px); }
  .hero h1 { font-size: 2.85rem; }.hero-copy > p { font-size: .95rem; }.button { width: 100%; }
  .credential { grid-template-columns: 160px 1fr; }.credential .arrow { display: none; }.credential h2 { font-size: .89rem; }.institution-mark, .credential-index { width: 58px; height: 58px; }.rina-logo { width: 160px; }.rina-logo img { width: 151px; }
  .section { padding: 70px 0; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 280px; }
  .question-path { grid-template-columns: 1fr; padding: 30px 22px; }
  .method-grid, .info-grid, .footer-grid, .company-data dl { grid-template-columns: 1fr; }.advantage-content { padding-inline: 0; }.method { padding-top: 55px; }
  .documents, .sectors { padding-right: 0; }.footer-nav { border: 0; padding: 0; }.abimage-signature { text-align: center; }.abimage-signature img { margin-inline: auto; }
  .footer-bottom { flex-direction: column; gap: 14px; }.offer-copy { align-items: flex-start; }.bolt { font-size: 3.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Regola editoriale 2026: i titoli conservano lo stile frase scritto nei contenuti. */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none !important;
}
