:root {
  --navy: #061427;
  --navy-soft: #0b213b;
  --blue: #08a9e4;
  --blue-bright: #27c0f3;
  --ink: #0a1728;
  --muted: #5e6d7d;
  --line: #dce6ee;
  --surface: #f4f8fb;
  --white: #fff;
  --shadow: 0 24px 70px rgba(5, 28, 51, 0.12);
  --radius: 28px;
}

[hidden] { display: none !important; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy); }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open, body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; border-radius: 10px; color: white; background: var(--blue); transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; isolation: isolate; color: var(--navy); border-bottom: 1px solid rgba(6,20,39,.1); background: linear-gradient(125deg, #dff7ff, #8fdcf7); }
.site-header.scrolled { position: fixed; background: linear-gradient(125deg, rgba(223,247,255,.97), rgba(143,220,247,.97)); backdrop-filter: blur(18px); box-shadow: 0 8px 30px rgba(0,0,0,.14); }
.nav-wrap { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 92px; height: 58px; position: relative; z-index: 4; display: flex; align-items: center; overflow: visible; }
.brand img { width: 92px; height: auto; position: relative; z-index: 1; object-fit: contain; }
.site-menu { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.site-menu > a:not(.button) { color: rgba(6,20,39,.76); transition: color .2s; }
.site-menu > a:hover { color: var(--navy); }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid rgba(6,20,39,.15); border-radius: 14px; background: rgba(255,255,255,.3); }
.menu-button span { width: 20px; height: 2px; display: block; margin: 4px auto; border-radius: 4px; background: var(--navy); transition: .25s; }

.button { min-height: 52px; padding: 0 23px; border: 0; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; color: white; background: linear-gradient(135deg, var(--blue), #0788cf); font-size: 14px; font-weight: 800; box-shadow: 0 13px 34px rgba(8,169,228,.24); transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 17px 38px rgba(8,169,228,.32); }
.button-small { min-height: 43px; padding-inline: 18px; border-radius: 12px; }
.button-outline { margin-top: 20px; color: white; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.07); box-shadow: none; }
.button-light { color: var(--navy); background: white; box-shadow: 0 16px 40px rgba(0,0,0,.16); }

.hero { min-height: 780px; padding: 174px 0 130px; position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 74% 46%, #123d66 0, var(--navy-soft) 27%, var(--navy) 65%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, transparent, black 40%, black); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 84px; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: var(--blue-bright); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 29px; height: 2px; background: currentColor; }
.eyebrow.dark { color: #078dc7; }
.hero h1 { max-width: 690px; margin: 0; font-size: clamp(46px, 5.2vw, 72px); line-height: 1.04; letter-spacing: -.055em; }
.hero-lead { max-width: 620px; margin: 26px 0 0; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.75; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 25px; }
.text-link { padding-block: 10px; color: white; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 14px; font-weight: 700; }
.hero-points { margin: 35px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 22px; list-style: none; color: rgba(255,255,255,.72); font-size: 13px; }
.check { width: 21px; height: 21px; margin-right: 7px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--navy); background: var(--blue-bright); font-size: 11px; font-weight: 900; }
.hero-visual { min-height: 460px; position: relative; display: grid; place-items: center; }
.network-orbit { width: min(390px, 76vw); aspect-ratio: 1; position: relative; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, rgba(8,169,228,.2), transparent 62%); }
.orbit { position: absolute; border: 1px solid rgba(39,192,243,.32); border-radius: 50%; transform-origin: center; will-change: transform; }
.orbit::after { content: ""; width: 11px; aspect-ratio: 1; position: absolute; left: 50%; top: -6px; border: 3px solid #143858; border-radius: 50%; background: var(--blue-bright); box-shadow: 0 0 18px var(--blue); transform: translateX(-50%); }
.orbit-one { inset: 7%; animation: spin 18s linear infinite; }
.orbit-two { inset: 22%; border-style: dashed; animation: spinReverse 11s linear infinite; }
.orbit-two::after { width: 8px; top: -5px; background: white; box-shadow: 0 0 16px rgba(255,255,255,.8); }
.network-core { width: 126px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 34px; background: linear-gradient(145deg, rgba(39,192,243,.95), rgba(7,118,190,.92)); box-shadow: 0 30px 80px rgba(0,158,224,.4); transform: rotate(8deg); }
.network-core svg { width: 63px; fill: none; stroke: white; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; transform: rotate(-8deg); }
.node { width: 14px; aspect-ratio: 1; position: absolute; border: 4px solid #143858; border-radius: 50%; background: var(--blue-bright); box-shadow: 0 0 22px var(--blue); }
.node-one { left: 10%; top: 29%; }.node-two { right: 8%; top: 43%; }.node-three { left: 31%; bottom: 4%; }
.signal-card { position: absolute; z-index: 3; min-width: 205px; padding: 15px 17px; display: flex; align-items: center; gap: 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(11,37,63,.72); backdrop-filter: blur(12px); box-shadow: 0 18px 45px rgba(0,0,0,.18); }
.signal-card strong, .signal-card small { display: block; }.signal-card strong { font-size: 13px; }.signal-card small { margin-top: 4px; color: rgba(255,255,255,.55); font-size: 11px; }
.signal-card-top { right: 0; top: 28px; }.signal-card-bottom { left: 0; bottom: 20px; }
.signal-icon { width: 38px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 12px; color: var(--blue-bright); background: rgba(8,169,228,.14); font-size: 25px; }
.pulse { width: 38px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 12px; background: rgba(8,169,228,.14); }.pulse i { width: 9px; aspect-ratio: 1; border-radius: 50%; background: var(--blue-bright); box-shadow: 0 0 0 0 rgba(39,192,243,.38), 0 0 18px var(--blue); animation: localPulse 1.8s ease-out infinite; }
.hero-wave { width: 120%; height: 100px; position: absolute; left: -10%; bottom: -70px; border-radius: 50% 50% 0 0; background: white; }

.section { padding: 108px 0; }
.section-heading { max-width: 700px; margin-bottom: 48px; }.section-heading.centered { margin-inline: auto; text-align: center; }.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .advantage-copy h2, .contact-card h2 { margin: 0; font-size: clamp(34px, 4.2vw, 52px); line-height: 1.12; letter-spacing: -.045em; }
.section-heading > p:last-child, .advantage-copy > p:last-of-type { margin: 20px 0 0; color: var(--muted); line-height: 1.8; }
.solutions { background: white; }
.solution-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.solution-card { padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 12px 45px rgba(14,40,64,.06); transition: transform .25s, box-shadow .25s; }
.solution-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.solution-card.featured { color: white; border-color: transparent; background: linear-gradient(145deg, #0b2b49, #07182b); }
.card-icon { width: 58px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 17px; color: #058ec8; background: #e8f7fd; }.featured .card-icon { color: var(--blue-bright); background: rgba(39,192,243,.13); }
.card-icon svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.card-label { margin: 27px 0 9px; color: #078fc9; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.featured .card-label { color: var(--blue-bright); }
.solution-card h3 { margin: 0; font-size: 26px; line-height: 1.25; letter-spacing: -.025em; }.solution-card > p:not(.card-label) { margin: 17px 0; color: var(--muted); line-height: 1.75; }.featured > p:not(.card-label) { color: rgba(255,255,255,.64); }
.solution-card ul { margin: 25px 0 30px; padding: 24px 0; border-block: 1px solid var(--line); list-style: none; }.featured ul { border-color: rgba(255,255,255,.12); }
.solution-card li { padding: 7px 0 7px 25px; position: relative; font-size: 13px; font-weight: 600; }.solution-card li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); }
.solution-card > a { color: #078fc9; font-size: 13px; font-weight: 800; }.featured > a { color: var(--blue-bright); }.solution-card > a span { margin-left: 7px; }

.advantages { color: white; background: var(--navy); }
.advantages-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.advantage-copy > p:last-of-type { color: rgba(255,255,255,.62); }
.advantage-list { display: grid; gap: 14px; }
.advantage-item { padding: 26px 28px; display: grid; grid-template-columns: 54px 1fr; gap: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(255,255,255,.035); }
.advantage-item > span { width: 45px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 14px; color: var(--blue-bright); background: rgba(39,192,243,.12); font-size: 12px; font-weight: 800; }
.advantage-item h3 { margin: 0 0 7px; font-size: 18px; }.advantage-item p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.65; }

.process { background: var(--surface); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.process-step { padding: 34px; position: relative; border: 1px solid var(--line); border-radius: 22px; background: white; }
.process-step > span { width: 39px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 12px; color: white; background: var(--blue); font-size: 13px; font-weight: 800; }
.process-step h3 { margin: 28px 0 10px; font-size: 19px; }.process-step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.faq { background: white; }
.faq-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: start; }
.faq .section-heading { margin: 0; position: sticky; top: 130px; }
.faq-list { display: grid; gap: 14px; }
.faq-item { padding: 27px 29px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }
.faq-item h3 { margin: 0; font-size: 18px; line-height: 1.4; letter-spacing: -.015em; }
.faq-item p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.contact-section { padding: 90px 0; background: white; }
.contact-card { padding: 60px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; overflow: hidden; position: relative; color: white; border-radius: 32px; background: linear-gradient(125deg, #0a9fda, #0767ad); box-shadow: 0 28px 70px rgba(8,130,190,.23); }
.contact-card::after { content: ""; width: 330px; aspect-ratio: 1; position: absolute; right: -120px; top: -170px; border: 55px solid rgba(255,255,255,.07); border-radius: 50%; }
.contact-card .eyebrow { color: white; }.contact-card h2 { max-width: 650px; }.contact-card p:last-child { margin: 18px 0 0; color: rgba(255,255,255,.76); line-height: 1.7; }
.contact-actions { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: stretch; gap: 13px; }.contact-actions small { color: rgba(255,255,255,.7); text-align: center; }

.site-footer { min-height: 92px; padding: 15px 0; display: flex; align-items: center; color: rgba(6,20,39,.72); background: linear-gradient(125deg, #dff7ff, #8fdcf7); }
.footer-bar { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.footer-brand img { width: 82px; height: auto; }
.footer-company { display: flex; flex-direction: column; gap: 3px; font-size: 11px; line-height: 1.35; }.footer-company strong { color: var(--navy); font-size: 12px; }
.footer-links { display: flex; align-items: center; gap: 22px; color: var(--navy); font-size: 12px; font-weight: 700; }.footer-links a:hover { color: #0767ad; }

.proposal-overlay { position: fixed; inset: 0; z-index: 90; padding: 24px; overflow-y: auto; display: grid; place-items: center; background: rgba(3,13,25,.76); backdrop-filter: blur(10px); }
.proposal-overlay[hidden] { display: none; }
.proposal-modal { width: min(560px, 100%); max-height: none; padding: 42px; position: relative; border: 1px solid rgba(255,255,255,.7); border-radius: 28px; background: #f8fcff; box-shadow: 0 32px 90px rgba(1,18,34,.38); }
.proposal-close { width: 42px; height: 42px; position: absolute; right: 18px; top: 18px; display: grid; place-items: center; border: 1px solid #d9e8f1; border-radius: 13px; color: #516779; background: white; font: 400 28px/1 sans-serif; cursor: pointer; }
.proposal-kicker { margin: 0 0 8px; color: #078fc9; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.proposal-modal h2 { margin: 0; padding-right: 46px; color: var(--navy); font-size: 34px; line-height: 1.15; letter-spacing: -.04em; }
.proposal-intro, .proposal-success > p:not(.proposal-kicker) { margin: 14px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.proposal-form { margin-top: 27px; display: grid; gap: 16px; }
.proposal-form label { display: grid; gap: 7px; color: #24394d; font-size: 12px; font-weight: 750; }
.proposal-form input, .proposal-form textarea { width: 100%; border: 1px solid #cfdee9; border-radius: 13px; outline: none; color: var(--ink); background: white; font: 500 15px/1.4 "Manrope", system-ui, sans-serif; transition: border-color .2s, box-shadow .2s; }
.proposal-form input { height: 50px; padding: 0 15px; }.proposal-form textarea { min-height: 116px; padding: 13px 15px; resize: vertical; }
.proposal-form input:focus, .proposal-form textarea:focus { border-color: #18aee7; box-shadow: 0 0 0 4px rgba(24,174,231,.12); }
.proposal-form input::placeholder, .proposal-form textarea::placeholder { color: #98a8b6; }
.verification-code-field small { color: var(--muted); font-size: 10px; font-weight: 500; }
.verification-feedback { min-height: 0; margin-top: -7px; color: #267795; font-size: 11px; line-height: 1.5; }
.verification-feedback.loading::before { content: ""; width: 12px; height: 12px; margin-right: 7px; display: inline-block; vertical-align: -2px; border: 2px solid #b8dfea; border-top-color: #078fc9; border-radius: 50%; animation: spin .8s linear infinite; }
.verification-feedback.success { color: #087754; }.verification-feedback.error { color: #b12d3d; }
.resend-code { width: fit-content; margin-top: -9px; padding: 0; border: 0; color: #087caf; background: transparent; font: 750 11px "Manrope", sans-serif; cursor: pointer; }
.resend-code:disabled { color: #8da1af; cursor: wait; }
.proposal-error { padding: 11px 13px; border: 1px solid #f1c2c7; border-radius: 11px; color: #a32635; background: #fff1f2; font-size: 11px; line-height: 1.5; }
.proposal-submit { width: 100%; cursor: pointer; }.proposal-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.proposal-submit.loading i { width: 16px; height: 16px; border: 2px solid rgba(255,255,255,.4); border-top-color: white; border-radius: 50%; animation: spin .8s linear infinite; font-size: 0; }
.proposal-privacy { color: #7b8d9c; font-size: 9px; line-height: 1.5; text-align: center; }
.proposal-success { padding: 30px 0 14px; text-align: center; }.proposal-success .proposal-kicker { margin-top: 20px; }.proposal-success h2 { padding: 0; }.proposal-success > p:not(.proposal-kicker) { max-width: 390px; margin-inline: auto; }.proposal-success .button { margin-top: 25px; min-width: 170px; cursor: pointer; }
.success-check { width: 66px; height: 66px; margin-inline: auto; display: grid; place-items: center; border-radius: 50%; color: white; background: #16a777; box-shadow: 0 16px 36px rgba(22,167,119,.25); font-size: 29px; font-weight: 800; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }.reveal.visible { opacity: 1; transform: none; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spinReverse { to { transform: rotate(-360deg); } }
@keyframes localPulse {
  0% { box-shadow: 0 0 0 0 rgba(39,192,243,.45), 0 0 12px rgba(8,169,228,.75); transform: scale(.92); }
  55% { box-shadow: 0 0 0 9px rgba(39,192,243,0), 0 0 23px rgba(8,169,228,.95); transform: scale(1.14); }
  100% { box-shadow: 0 0 0 12px rgba(39,192,243,0), 0 0 12px rgba(8,169,228,.7); transform: scale(.92); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .container { width: min(100% - 36px, 700px); }
  .nav-wrap { height: 78px; }.brand, .brand img { width: 82px; }
  .menu-button { display: block; position: relative; z-index: 2; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .menu-button[aria-expanded="true"] span { background: white; }
  .site-menu { position: fixed; inset: 0; padding: 108px 24px 32px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: rgba(5,17,32,.98); transform: translateX(100%); transition: transform .28s ease; }.site-menu.open { transform: none; }.site-menu > a:not(.button) { padding: 19px 6px; border-bottom: 1px solid rgba(255,255,255,.1); color: white; font-size: 18px; }.site-menu .button { margin-top: 24px; }
  .hero { min-height: auto; padding: 135px 0 120px; }.hero-grid { grid-template-columns: 1fr; gap: 40px; }.hero-copy { text-align: center; }.hero-copy .eyebrow, .hero-actions, .hero-points { justify-content: center; }.hero-lead { margin-inline: auto; }.hero-visual { min-height: 390px; }.network-orbit { width: 360px; }.signal-card-top { right: 5%; }.signal-card-bottom { left: 5%; }
  .advantages-grid, .contact-card, .faq-grid { grid-template-columns: 1fr; gap: 40px; }.advantages-grid { gap: 50px; }.contact-card { padding: 50px; }.faq .section-heading { position: static; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 540px); }
  .section { padding: 78px 0; }.hero { padding: 120px 0 90px; }.hero h1 { font-size: clamp(40px, 12vw, 56px); }.hero-lead { font-size: 16px; line-height: 1.65; }.hero-actions { flex-direction: column; align-items: stretch; gap: 13px; }.hero-actions .text-link { align-self: center; }.hero-points { gap: 12px 18px; font-size: 12px; }.hero-visual { min-height: 330px; }.network-orbit { width: min(310px, 86vw); }.network-core { width: 105px; border-radius: 29px; }.network-core svg { width: 54px; }.signal-card { min-width: 170px; padding: 12px; }.signal-card-top { right: 0; top: 5px; }.signal-card-bottom { left: 0; bottom: 0; }
  .section-heading { margin-bottom: 32px; }.section-heading h2, .advantage-copy h2, .contact-card h2 { font-size: 34px; }.solution-grid, .process-grid { grid-template-columns: 1fr; }.solution-card { padding: 30px 25px; }.solution-card h3 { font-size: 23px; }
  .advantages-grid { gap: 38px; }.advantage-item { padding: 21px; grid-template-columns: 44px 1fr; gap: 13px; }.advantage-item > span { width: 40px; }
  .contact-section { padding: 64px 0; }.contact-card { width: calc(100% - 28px); padding: 37px 25px; border-radius: 24px; }.contact-actions .button { padding: 0 16px; }
  .site-footer { min-height: 78px; padding: 12px 0; }.footer-bar { grid-template-columns: auto 1fr; gap: 10px 14px; }.footer-brand img { width: 68px; }.footer-links { grid-column: 1 / -1; justify-content: center; gap: 26px; padding-top: 8px; border-top: 1px solid rgba(6,20,39,.1); }
  .proposal-overlay { padding: 14px; align-items: end; }
  .proposal-modal { width: 100%; padding: 31px 20px max(25px, env(safe-area-inset-bottom)); border-radius: 24px 24px 18px 18px; }
  .proposal-close { right: 14px; top: 14px; }
  .proposal-modal h2 { font-size: 29px; }
  .proposal-form { margin-top: 22px; gap: 13px; }
  .proposal-form input { height: 48px; }
}

@media (max-width: 390px) {
  .container { width: calc(100% - 24px); }.nav-wrap { height: 72px; }.brand, .brand img { width: 74px; }.menu-button { width: 42px; height: 42px; }
  .hero { padding-top: 107px; }.hero h1 { font-size: 38px; }.eyebrow { font-size: 10px; }.hero-points { flex-direction: column; align-items: center; }.hero-visual { min-height: 290px; }.network-orbit { width: 270px; }.signal-card { min-width: 154px; }.signal-card strong { font-size: 11px; }.signal-card small { font-size: 9px; }.signal-icon, .pulse { width: 32px; }.signal-card-top { top: 0; }.signal-card-bottom { bottom: 0; }
  .solution-card { padding-inline: 22px; }.section-heading h2, .advantage-copy h2, .contact-card h2 { font-size: 31px; }.advantage-item { grid-template-columns: 1fr; }.contact-card { width: calc(100% - 24px); }
  .proposal-overlay { padding: 8px; }
  .proposal-modal { padding-inline: 16px; }
  .proposal-modal h2 { font-size: 26px; }
}
