:root {
  --navy: #061d58;
  --navy-2: #0b2f78;
  --blue: #1075d6;
  --cyan: #25c5f2;
  --ice: #eef8ff;
  --ink: #10223b;
  --text: #526176;
  --line: #dce7f1;
  --white: #fff;
  --green: #19a957;
  --shadow: 0 20px 55px rgba(10, 42, 96, .13);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
svg { fill: currentColor; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 9999; padding: 12px 18px; background: #fff; color: var(--navy); border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 20px; }

.topbar { background: #03123a; color: #c9d9f3; font-size: .82rem; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p, .topbar a { margin: 0; display: inline-flex; align-items: center; gap: 8px; }
.topbar svg { width: 15px; height: 15px; color: var(--cyan); }
.topbar a { color: #fff; font-weight: 700; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(13,58,123,.08); backdrop-filter: blur(14px); }
.header__inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 260px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .95rem; font-weight: 700; }
.main-nav > a:not(.button) { position: relative; color: #263b58; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -8px; background: var(--cyan); transition: right .2s ease; }
.main-nav > a:not(.button):hover::after, .main-nav > a:not(.button):focus-visible::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 44px; padding: 10px; background: transparent; border: 0; border-radius: 8px; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 5px 0; transition: transform .2s, opacity .2s; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border: 0; border-radius: 11px; background: linear-gradient(135deg, var(--blue), #0d59b8); color: #fff; font-weight: 800; box-shadow: 0 12px 28px rgba(16,117,214,.24); transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 15px 32px rgba(16,117,214,.32); filter: brightness(1.04); }
.button:focus-visible { outline: 3px solid rgba(37,197,242,.45); outline-offset: 3px; }
.button--small { min-height: 44px; padding-inline: 18px; font-size: .88rem; }
.button--whatsapp { background: linear-gradient(135deg, #21bd67, #118e49); box-shadow: 0 12px 28px rgba(25,169,87,.25); }
.button--whatsapp svg { width: 21px; height: 21px; }
.button--ghost { background: transparent; border: 1px solid rgba(255,255,255,.4); box-shadow: none; }
.button--light { background: #fff; color: var(--navy); box-shadow: none; }
.button--full { width: 100%; }

.hero { position: relative; isolation: isolate; min-height: 650px; overflow: hidden; background: radial-gradient(circle at 80% 10%, rgba(37,197,242,.18), transparent 28%), linear-gradient(120deg, #04163f 0%, #082966 58%, #0a397f 100%); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, transparent, #000 35%, #000); }
.hero__grid { position: relative; min-height: 650px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 52px; padding-top: 55px; padding-bottom: 84px; }
.hero__content { position: relative; z-index: 3; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; color: var(--blue); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow span { width: 26px; height: 3px; border-radius: 99px; background: var(--cyan); }
.hero .eyebrow { color: #aeeeff; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(2.65rem, 5vw, 4.65rem); line-height: 1.02; letter-spacing: -.052em; }
.hero h1 strong { color: #5bddff; font-weight: 900; }
.hero__lead { max-width: 650px; margin: 24px 0 0; color: #d6e1f4; font-size: 1.13rem; line-height: 1.75; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero__proof { list-style: none; display: flex; flex-wrap: wrap; gap: 18px 28px; padding: 0; margin: 35px 0 0; color: #c8d6ec; font-size: .87rem; font-weight: 700; }
.hero__proof li { display: flex; align-items: center; gap: 9px; }
.hero__proof span { display: grid; place-items: center; min-width: 27px; height: 27px; padding-inline: 5px; border-radius: 8px; background: rgba(255,255,255,.1); color: #7fe7ff; font-size: .75rem; }
.hero__visual { position: relative; align-self: end; min-height: 530px; display: grid; place-items: end center; }
.hero__visual > img { position: relative; z-index: 2; width: min(500px, 100%); filter: drop-shadow(0 28px 35px rgba(0,0,0,.28)); }
.hero__disc { position: absolute; width: 470px; height: 470px; bottom: 10px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #3dd7ff 0%, #1388d8 35%, #083d88 70%); box-shadow: inset 0 0 0 14px rgba(255,255,255,.05), 0 0 0 1px rgba(255,255,255,.08), 0 0 90px rgba(37,197,242,.28); }
.hero__disc::before, .hero__disc::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.14); }
.hero__disc::before { inset: -35px; }
.hero__disc::after { inset: -72px; }
.hero__badge { position: absolute; z-index: 5; display: flex; align-items: center; gap: 12px; min-width: 190px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(5,29,78,.78); backdrop-filter: blur(12px); box-shadow: 0 18px 35px rgba(0,0,0,.22); color: #dce9fb; font-size: .78rem; line-height: 1.25; }
.hero__badge strong { display: block; color: #fff; font-size: .92rem; }
.hero__badge svg { width: 28px; color: #6ee5ff; }
.hero__badge--top { top: 110px; left: -28px; }
.hero__badge--bottom { right: -16px; bottom: 75px; }
.pulse { width: 15px; height: 15px; border-radius: 50%; background: #29d778; box-shadow: 0 0 0 8px rgba(41,215,120,.14); }
.hero__glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); opacity: .65; }
.hero__glow--one { width: 320px; height: 320px; right: -120px; top: -120px; border: 1px solid rgba(255,255,255,.12); }
.hero__glow--two { width: 130px; height: 130px; left: 44%; bottom: 10%; border: 1px solid rgba(255,255,255,.1); }
.hero__wave { position: absolute; left: -2%; right: -2%; bottom: -72px; height: 120px; background: #fff; border-radius: 50% 50% 0 0 / 100% 100% 0 0; }

.service-strip { position: relative; z-index: 4; margin-top: -38px; }
.service-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); background: #fff; border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
.service-strip article { display: flex; align-items: center; gap: 16px; padding: 25px 28px; border-right: 1px solid var(--line); }
.service-strip article:last-child { border-right: 0; }
.service-strip article > span { font-size: 2.05rem; font-weight: 900; color: rgba(16,117,214,.17); }
.service-strip strong, .service-strip small { display: block; }
.service-strip strong { font-size: .96rem; }
.service-strip small { margin-top: 2px; color: var(--text); }

.section { padding: 108px 0; }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading h2, .about__content h2, .faq__intro h2, .quote__content h2 { margin: 0; font-size: clamp(2rem, 3.8vw, 3.15rem); line-height: 1.12; letter-spacing: -.038em; }
.section-heading > p:last-child { max-width: 650px; margin: 18px auto 0; color: var(--text); }

.services { background: linear-gradient(180deg, #fff, #f7fbff); }
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; overflow: hidden; min-height: 355px; padding: 30px; border: 1px solid #e0eaf4; border-radius: var(--radius); background: #fff; box-shadow: 0 10px 30px rgba(9,53,112,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::after { content: ""; position: absolute; width: 140px; height: 140px; right: -85px; top: -85px; border-radius: 50%; background: rgba(37,197,242,.12); transition: transform .3s ease; }
.service-card:hover { transform: translateY(-7px); border-color: #bfeafa; box-shadow: 0 20px 44px rgba(9,53,112,.12); }
.service-card:hover::after { transform: scale(1.7); }
.service-card__icon { display: grid; place-items: center; width: 78px; height: 78px; margin-bottom: 24px; border-radius: 20px; background: linear-gradient(145deg, #e9f8ff, #f7fcff); box-shadow: inset 0 0 0 1px #d9f1fb; }
.service-card__icon img { width: 50px; height: 50px; object-fit: contain; }
.service-card h3 { margin: 0 0 10px; font-size: 1.28rem; }
.service-card p { margin: 0; color: var(--text); font-size: .94rem; }
.service-card a { position: absolute; left: 30px; bottom: 28px; color: var(--blue); font-size: .9rem; font-weight: 800; }
.service-card a span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.service-card a:hover span { transform: translateX(4px); }

.about { overflow: hidden; }
.about__grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 88px; }
.about__media { position: relative; min-height: 590px; }
.about__media::before { content: ""; position: absolute; width: 370px; height: 370px; border-radius: 50%; left: -100px; bottom: -90px; background: #edf9ff; }
.about__photo { position: absolute; margin: 0; overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); }
.about__photo img { width: 100%; height: 100%; object-fit: cover; }
.about__photo--main { width: 80%; height: 430px; right: 0; top: 0; }
.about__photo--small { width: 52%; height: 300px; left: 0; bottom: 0; border: 10px solid #fff; }
.about__experience { position: absolute; z-index: 3; right: 5%; bottom: 60px; display: flex; align-items: center; gap: 10px; padding: 17px 21px; border-radius: 16px; background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.about__experience strong { font-size: 2.1rem; color: #5bdeff; line-height: 1; }
.about__experience span { font-size: .78rem; line-height: 1.25; }
.about__content > p:not(.eyebrow) { color: var(--text); }
.about__content h2 { margin-bottom: 24px; }
.check-list { list-style: none; padding: 0; margin: 26px 0; display: grid; gap: 12px; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; font-weight: 650; color: #30445e; }
.check-list span { flex: 0 0 auto; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 8px; background: #e6f8ff; color: var(--blue); font-size: .78rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 850; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.process { position: relative; overflow: hidden; background: linear-gradient(125deg, #04163f, #0a3477); color: #fff; }
.process::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 15% 20%, rgba(37,197,242,.16), transparent 25%), radial-gradient(circle at 90% 80%, rgba(16,117,214,.25), transparent 30%); }
.process .container { position: relative; }
.section-heading--light p:last-child { color: #bfcde3; }
.section-heading--light .eyebrow { color: #94e9ff; }
.process__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.process__grid article { position: relative; min-height: 255px; padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.055); backdrop-filter: blur(10px); }
.process__grid article:not(:last-child)::after { content: "→"; position: absolute; right: -19px; top: 50%; z-index: 2; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #5bddff; color: var(--navy); font-weight: 900; transform: translateY(-50%); }
.process__number { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 26px; border-radius: 15px; background: linear-gradient(145deg, #3dd6ff, #168ad8); color: #fff; font-weight: 900; box-shadow: 0 10px 25px rgba(37,197,242,.2); }
.process h3 { margin: 0 0 9px; font-size: 1.2rem; }
.process__grid p { margin: 0; color: #bfcde3; font-size: .94rem; }
.coverage { margin-top: 42px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 28px; border-radius: 18px; background: linear-gradient(90deg, rgba(37,197,242,.2), rgba(255,255,255,.08)); border: 1px solid rgba(255,255,255,.12); }
.coverage > div { display: flex; align-items: center; gap: 16px; }
.coverage svg { width: 38px; color: #63e1ff; }
.coverage strong, .coverage span { display: block; }
.coverage span { color: #bfcde3; font-size: .9rem; }

.faq { background: #f7fbff; }
.faq__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; }
.faq__intro > p:not(.eyebrow) { color: var(--text); }
.faq__phone { display: inline-flex; flex-direction: column; margin-top: 25px; padding: 17px 22px; border-left: 4px solid var(--cyan); background: #fff; box-shadow: 0 8px 25px rgba(9,53,112,.06); }
.faq__phone span { color: var(--text); font-size: .8rem; }
.faq__phone strong { color: var(--navy); font-size: 1.25rem; }
.accordion { display: grid; gap: 13px; }
.accordion__item { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.accordion__item button { width: 100%; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 22px; border: 0; background: transparent; color: var(--ink); text-align: left; font-weight: 800; }
.accordion__item button i { position: relative; flex: 0 0 auto; width: 28px; height: 28px; border-radius: 8px; background: #edf8ff; }
.accordion__item button i::before, .accordion__item button i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 11px; height: 2px; background: var(--blue); transform: translate(-50%, -50%); }
.accordion__item button i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .2s ease; }
.accordion__item button[aria-expanded="true"] i::after { transform: translate(-50%, -50%) rotate(0); }
.accordion__panel { padding: 0 22px 19px; color: var(--text); }
.accordion__panel p { margin: 0; }

.quote { padding: 95px 0; background: linear-gradient(110deg, #0b64bf 0%, #0b2b68 58%, #061d58 100%); color: #fff; }
.quote__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.quote__content .eyebrow { color: #9ce9ff; }
.quote__content > p:not(.eyebrow) { color: #d1def0; }
.quote__contacts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-top: 30px; }
.quote__contacts a, .quote__contacts div { padding: 15px 17px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: rgba(255,255,255,.06); }
.quote__contacts span, .quote__contacts strong { display: block; }
.quote__contacts span { color: #aebed7; font-size: .75rem; }
.quote__contacts strong { font-size: .92rem; }
.quote-form { padding: 30px; border-radius: 22px; background: #fff; color: var(--ink); box-shadow: 0 25px 60px rgba(0,0,0,.24); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quote-form label { display: grid; gap: 7px; margin-bottom: 15px; color: #2b405c; font-size: .83rem; font-weight: 800; }
.quote-form input, .quote-form textarea, .quote-form select { width: 100%; border: 1px solid #d5e1ed; border-radius: 10px; background: #f9fcff; padding: 12px 14px; color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s; }
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus { border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(37,197,242,.12); }
.quote-form textarea { resize: vertical; min-height: 105px; }
.quote-form small { display: block; margin-top: 12px; color: #77859a; text-align: center; font-size: .71rem; }

.footer { background: #03123a; color: #b8c6db; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr .8fr .8fr; gap: 50px; padding: 66px 0 50px; }
.footer__brand img { width: 270px; filter: brightness(1.22); }
.footer__brand p { max-width: 370px; }
.footer h2 { margin: 0 0 17px; color: #fff; font-size: .9rem; text-transform: uppercase; letter-spacing: .08em; }
.footer a, .footer p { font-size: .87rem; }
.footer__grid > div:not(:first-child) a { display: block; margin: 9px 0; }
.footer a:hover { color: #66dfff; }
.footer__bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); }
.footer__bottom p { margin: 0; }

.floating-whatsapp { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #20b95f; color: #fff; box-shadow: 0 13px 35px rgba(0,0,0,.26); transition: transform .2s ease; }
.floating-whatsapp:hover { transform: translateY(-4px) scale(1.03); }
.floating-whatsapp svg { width: 31px; height: 31px; }

@media (max-width: 1040px) {
  .main-nav { gap: 20px; }
  .brand img { width: 225px; }
  .hero__grid { grid-template-columns: 1.08fr .92fr; gap: 20px; }
  .hero__disc { width: 390px; height: 390px; }
  .hero__badge--top { left: 0; }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .about__grid { gap: 55px; }
  .faq__grid { gap: 50px; }
}

@media (max-width: 860px) {
  .topbar__inner { justify-content: center; }
  .topbar p { display: none; }
  .header__inner { min-height: 74px; }
  .brand img { width: 220px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 22px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 18px 35px rgba(7,39,88,.12); }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button) { padding: 13px 3px; border-bottom: 1px solid #edf1f6; }
  .main-nav > a:not(.button)::after { display: none; }
  .main-nav .button { margin-top: 12px; }
  .hero { min-height: auto; }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; padding-top: 68px; padding-bottom: 0; text-align: center; }
  .hero__content { max-width: 720px; margin-inline: auto; }
  .hero .eyebrow, .hero__actions, .hero__proof { justify-content: center; }
  .hero__lead { margin-inline: auto; }
  .hero__visual { min-height: 440px; margin-top: 25px; }
  .hero__visual > img { width: 410px; }
  .hero__disc { width: 390px; height: 390px; }
  .hero__badge--top { left: 10%; top: 80px; }
  .hero__badge--bottom { right: 8%; bottom: 55px; }
  .hero__wave { display: none; }
  .service-strip { margin-top: 0; background: #fff; }
  .service-strip__grid { width: 100%; border-radius: 0; box-shadow: none; }
  .service-strip article { padding: 23px 18px; }
  .section { padding: 84px 0; }
  .about__grid, .faq__grid, .quote__grid { grid-template-columns: 1fr; }
  .about__grid { gap: 55px; }
  .about__media { max-width: 650px; width: 100%; margin-inline: auto; }
  .process__grid { grid-template-columns: 1fr; }
  .process__grid article { min-height: 205px; }
  .process__grid article:not(:last-child)::after { content: "↓"; right: 50%; top: auto; bottom: -19px; transform: translateX(50%); }
  .footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--container)); }
  .topbar { font-size: .78rem; }
  .brand img { width: 190px; }
  .hero__grid { padding-top: 54px; }
  .hero h1 { font-size: clamp(2.4rem, 12vw, 3.25rem); }
  .hero__lead { font-size: 1rem; }
  .hero__actions .button { width: 100%; }
  .hero__proof { display: grid; grid-template-columns: 1fr; justify-items: start; width: max-content; max-width: 100%; margin-inline: auto; }
  .hero__visual { min-height: 390px; }
  .hero__visual > img { width: 350px; }
  .hero__disc { width: 315px; height: 315px; bottom: 8px; }
  .hero__badge { min-width: 150px; padding: 10px 12px; }
  .hero__badge--top { left: 0; top: 70px; }
  .hero__badge--bottom { right: 0; bottom: 32px; }
  .service-strip__grid { grid-template-columns: 1fr; }
  .service-strip article { border-right: 0; border-bottom: 1px solid var(--line); }
  .services__grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .about__media { min-height: 500px; }
  .about__photo--main { width: 88%; height: 350px; }
  .about__photo--small { width: 55%; height: 235px; }
  .about__experience { right: 0; bottom: 48px; }
  .coverage { flex-direction: column; align-items: stretch; }
  .coverage .button { width: 100%; }
  .quote__contacts, .form-row { grid-template-columns: 1fr; }
  .quote-form { padding: 22px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__bottom { flex-direction: column; justify-content: center; padding: 20px 0; text-align: center; }
}

@media (max-width: 430px) {
  .hero__badge { display: none; }
  .hero__visual { min-height: 350px; }
  .hero__visual > img { width: 330px; }
  .hero__disc { width: 285px; height: 285px; }
  .about__media { min-height: 445px; }
  .about__photo--main { height: 310px; }
  .about__photo--small { height: 210px; }
  .about__experience { padding: 13px 16px; }
  .footer__grid { grid-template-columns: 1fr; }
}

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