:root {
    --navy: #062946;
    --navy2: #001d35;
    --blue: #277E9B;
    --blue2: #0d7beb;
    --teal: #2fa7bd;
    --green: #277E9B;
    --text: #10233f;
    --muted: #66758b;
    --border: #dfe7ef;
    --soft: #f4f8fc;
    --white: #fff;
    --shadow: 0 18px 45px rgba(5, 34, 63, .1);
    --shadow2: 0 24px 70px rgba(6, 41, 70, .12)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: 'Heebo', 'Assistant', Arial, sans-serif;
    color: var(--text);
    background: #fff;
    line-height: 1.7;
    direction: rtl
}

a {
    text-decoration: none;
    color: inherit
}

button{
    font-family: 'Heebo', 'Assistant', Arial, sans-serif;

}

img {
    max-width: 100%
}

.container {
    width: min(1180px, 92%);
    margin: auto
}

.skip-link {
    position: absolute;
    top: -50px;
    right: 10px;
    background: #fff;
    padding: 10px;
    z-index: 99
}

.skip-link:focus {
    top: 10px
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border)
}

.nav-wrap {
    display: flex;
    align-items: center;
    gap: 26px;
    min-height: 78px;
    justify-content:space-around;
}

.brand {
    display: flex;
    align-items: center;
    flex: 0 0 auto
}

.brand img {
    width: 118px;
    max-height: 58px;
    object-fit: contain;
    display: block
}

.main-nav {
    display: flex;
    gap: 28px;
    /* margin-inline-start: auto */
}

.main-nav a {
    font-weight: 700;
    color: #263957;
    font-size: 15px
}

.main-nav a.active,
.main-nav a:hover {
    color: var(--blue)
}

.nav-cta,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    padding: 14px 28px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: var(--shadow);
    gap: 8px
}

.nav-cta,
.btn.primary {
  background: linear-gradient(135deg, #277E9B, #0B4A76);
    color: white
}

.btn.primary:after,
.nav-cta::after {
    content: '←';
    font-size: 18px
}

.btn.ghost {
    background: white;
    color: var(--navy);
    border: 1px solid var(--border);
    box-shadow: none
}

.btn.ghost:before {
    content: '→';
    font-size: 18px
}

.menu-btn {
    display: none
}


.eyebrow {
    color: var(--teal);
    font-weight: 800;
    letter-spacing: .02em
}

.lead {
    font-size: 20px;
    color: #324761;
    max-width: 670px
}

.hero-trust {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #627086;
    font-size: 14px;
    margin-top: 18px;
}

.avatar-stack {
    display: flex;
    direction: ltr
}

.avatar-stack i {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: linear-gradient(135deg, #0b5fcf, #19b381);
    display: block;
    margin-left: -7px
}

.laptop-card {
    min-height: 350px;
    border-radius: 28px;
    background: transparent;
    position: relative;
    filter: drop-shadow(0 24px 32px rgba(5, 34, 63, .16));
    transform: perspective(1000px) rotateY(7deg)
}

.laptop-card:before {
    content: '';
    position: absolute;
    inset: auto 2% 0 2%;
    height: 24px;
    background: linear-gradient(90deg, #b8c0c9, #f6f7f8, #aeb8c2);
    border-radius: 0 0 28px 28px;
    transform: skewX(-12deg)
}

.laptop-card:after {
    content: '';
    position: absolute;
    left: 13%;
    right: 13%;
    bottom: 23px;
    height: 8px;
    background: #9ea9b5;
    border-radius: 99px
}

.screen {
    position: relative;
    height: 305px;
    border: 11px solid #1a2430;
    border-radius: 22px;
    background: #fff;
    overflow: hidden;
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 0;
    box-shadow: inset 0 0 0 1px #e4ebf4
}

.screen:before {
    content: '';
    background: #062946;
    grid-row: 1/4
}

.dash-top {
    height: 56px;
    border-bottom: 1px solid #e6edf5;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 0 18px;
    grid-column: 2
}

.dash-card {
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 12px;
    margin: 14px;
    padding: 18px;
    box-shadow: 0 8px 22px rgba(6, 41, 70, .07)
}

.dash-card.big {
    height: 115px
}

.chart {
    height: 88px;
    background: linear-gradient(180deg, #edf6ff, #fff);
    position: relative;
    overflow: hidden
}

.chart:after {
    content: '';
    position: absolute;
    left: 10%;
    right: 10%;
    top: 52%;
    height: 3px;
    background: linear-gradient(90deg, #1b72d6, #13b474);
    border-radius: 99px;
    transform: rotate(-8deg)
}

.dark-section {
    background: linear-gradient(135deg, var(--navy2), var(--navy));
    color: #fff;
    padding: 64px 0
}

.section {
    padding: 74px 0
}

.section h2,
.process h2 {
    /* text-align: center; */
    font-size: 34px;
    margin: 0 0 35px;
    color: #08294c
}

.process h2 {
    color: #fff
}

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    direction: rtl
}

.step {
    text-align: center;
    position: relative
}

.step:not(:last-child):after {
    content: '';
    position: absolute;
    top: 35px;
    left: -12px;
    width: 24px;
    height: 1px;
    background: rgba(255, 255, 255, .28)
}

.step b,
.step-icon {
    width: 70px;
    height: 70px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 20px;
    font-size: 28px;
    margin-bottom: 12px;
    background: rgba(255, 255, 255, .04)
}

.step p {
    font-weight: 800
}

.cards {
    display: grid;
    gap: 24px
}

.cards.four {
    grid-template-columns: repeat(4, 1fr)
}

.card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 32px;
    text-align: center;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .04);
    transition: .2s
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow2)
}

.icon,
.service-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: inline-grid;
    place-items: center;
    border: 1px solid #dbe7f5;
    color: var(--navy);
    background: linear-gradient(180deg, #fff, #f2f7fc);
    font-size: 0
}

.icon svg,
.service-icon svg {
    width: 31px;
    height: 31px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8
}

.card h3 {
    font-size: 21px
}

.card p,
.narrow p,
.faq p {
    color: var(--muted)
}

.soft {
    background: var(--soft)
}

.split {
    display: grid;
    grid-template-columns: 1fr 430px;
    gap: 50px;
    align-items: start
}

.check-list {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 12px
}
.check-list li::before{
    content: '✓';

  width: 22px;
  height: 22px;

  border-radius: 50%;

  background: var(--green);

  color: #fff;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 13px;
  font-weight: 900;

  box-shadow:
    0 6px 14px rgba(18,169,107,.22);

  margin-left: 8px;
}
.lead-form {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 28px;
    box-shadow: var(--shadow)
}

input,
select,
textarea {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 9px;
    padding: 13px 14px;
    font: inherit;
    background: #fff;
    margin: 8px 0 16px;
    text-align: right
}

textarea {
    min-height: 115px;
    resize: vertical
}

.form-msg {
    font-weight: 700
}

.page-hero {
    padding: 70px 0;
    background: linear-gradient(180deg, #f8fbff, #fff);
    text-align: center
}

.page-hero h1 {
    font-size: 44px;
    margin: 0
}

.page-hero p {
    color: var(--muted);
    font-size: 19px
}

.narrow {
    max-width: 850px
}

.timeline {
    display: grid;
    gap: 22px;
    direction: rtl
}

.timeline article {
    display: grid;
    grid-template-columns: 70px 260px 1fr;
    align-items: center;
    gap: 20px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .04)
}

.timeline span {
    width: 52px;
    height: 52px;
    background: var(--blue);
    color: #fff;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-weight: 900
}

.cta-box {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 45px;
    text-align: center;
    box-shadow: var(--shadow)
}

.wizard-page {
    background: #f3f7fb
}

.wizard-shell {
    max-width: 760px
}

.progress {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-bottom: 25px;
    direction: rtl
}

.progress button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #bcc8d7;
    display: grid;
    place-items: center;
    background: #fff;
    font-weight: 800;
    color: #50637c;
    cursor: pointer;
    position: relative
}

.progress button:not(:last-child):after {
    content: '';
    position: absolute;
    right: 36px;
    top: 17px;
    width: 22px;
    height: 1px;
    background: #cbd6e3
}

.progress button.active {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue)
}

.progress button.done {
    border-color: #9fb7d6;
    color: var(--blue)
}
.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;
}
.wizard {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 36px;
    box-shadow: var(--shadow)
}

.wizard-step {
    display: none
}

.wizard-step.active {
    display: block
}

.wizard h2 {
    text-align: center;
    font-size: 28px;
    color: #08294c
}

.two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px
}

.options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px
}

.options label,
.next-options div {
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 24px;
    text-align: center;
    font-weight: 800;
    cursor: pointer;
    background: #fff;
    transition: .2s;
    display: grid;
    place-items: center;
    gap: 10px
}

.options label:hover,
.options label:has(input:checked) {
    border-color: var(--blue);
    box-shadow: 0 10px 25px rgba(7, 95, 215, .09);
    color: var(--blue)
}

.options input {
    position: absolute;
    opacity: 0
}

.option-icon {
    width: 38px;
    height: 38px;
    color: #0a3157
}

.option-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8
}

.price-card {
    background: linear-gradient(135deg, var(--navy2), var(--navy));
    color: #fff;
    border-radius: 16px;
    text-align: center;
    padding: 34px
}

.price-card strong {
    display: block;
    font-size: 52px;
    color: #6cb4cc;
    line-height: 1.2
}

.price-card ul {
    list-style: none;
    padding: 0
}

.wizard-actions {
    display: flex;
    gap: 16px;
    margin-top: 25px
}

.wizard-actions .btn {
    flex: 1
}

.faq {
    max-width: 850px
}

.faq details {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 18px 24px;
    margin-bottom: 14px
}

.faq summary {
    font-weight: 900;
    cursor: pointer
}

.contact-info {
    background: var(--navy);
    color: #fff;
    border-radius: 18px;
    padding: 36px
}
.contact-info h2{
color: #fff;
}

.thank {
    min-height: 55vh;
    display: flex;
    align-items: center
}

.site-footer {
    background: var(--navy2);
    color: #fff;
    padding: 55px 0 25px
}
.site-footer h2{
    font-size: 22px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 36px
}

.footer-logo {
    width: 125px;
    filter: brightness(1.15)
}

.site-footer a {
    display: block;
    color: #dbe8f7;
    margin: 8px 0
}

.footer-btn {
    display: inline-block !important;
    background: #fff;
    color: var(--navy) !important;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 800
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .15);
    margin-top: 35px;
    padding-top: 20px;
    text-align: center;
    color: #c5d4e6
}
.footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;

  border-top:1px solid rgba(255,255,255,.12);

  margin-top:35px;
  padding-top:22px;

  color:#d6e2ef;
}

.footer-bottom p{
  margin:0;
}

.footer-bottom-links{
  display:flex;
  align-items:center;
  gap:12px;

  font-size:15px;
}

.footer-bottom-links a{
  color:#d6e2ef;
  transition:.2s;
}

.footer-bottom-links a:hover{
  color:#fff;
}

.footer-bottom-links span{
  opacity:.45;
}
@media(max-width:700px){

  .footer-bottom{
    flex-direction:column-reverse;
    text-align:center;
  }

}

@media(max-width:900px) {
    .menu-btn {
        display: block;
        margin-inline-start: auto;
        background: #fff;
        border: 1px solid var(--border);
        border-radius: 9px;
        padding: 9px 14px;
        font-weight: 800
    }

    .main-nav {
        display: none;
        position: absolute;
        top: 78px;
        right: 0;
        left: 0;
        background: #fff;
        padding: 18px;
        box-shadow: var(--shadow);
        flex-direction: column
    }

    .main-nav.open {
        display: flex
    }

    .nav-cta {
        display: none
    }

    .hero-grid,
    .split {
        grid-template-columns: 1fr
    }

    .cards.four,
    .steps,
    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .timeline article {
        grid-template-columns: 1fr
    }

    .options {
        grid-template-columns: 1fr 1fr
    }

    .laptop-card {
        transform: none
    }
}

@media(max-width:600px) {
    .brand img {
        width: 94px;
        max-height: 50px
    }

    .cards.four,
    .steps,
    .footer-grid,
    .two,
    .options {
        grid-template-columns: 1fr
    }

    .hero {
        padding-top: 35px
    }

    .laptop-card {
        min-height: 260px
    }

    .screen {
        height: 235px;
        grid-template-columns: 65px 1fr
    }

    .wizard {
        padding: 22px
    }

    .price-card strong {
        font-size: 34px
    }

    .page-hero h1 {
        font-size: 34px
    }

    .progress {
        gap: 10px
    }

    .progress button:not(:last-child):after {
        display: none
    }
}

.step-icon svg {
    width: 34px;
    height: 34px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.7;
    color: #fff
}

/* ===== GOV-STYLE UPGRADE FINAL ===== */
body {
    background: #fff;
    color: #10233f
}

.site-header {
    box-shadow: 0 1px 0 rgba(6, 41, 70, .06)
}

.brand img {
    width: 134px;
    max-height: 52px;
    object-fit: contain
}

.nav-wrap {
    min-height: 74px
}

.main-nav a {
    font-size: 14px
}

.nav-cta {
    padding: 12px 20px;
    border-radius: 8px;
    background: #263957
}

.hero-polished {
    direction: rtl;
    overflow: hidden;
    padding: 72px 0 46px;
    background: radial-gradient(circle at 10% 10%, rgba(13, 182, 111, .08), transparent 28%), linear-gradient(180deg, #fff 0%, #f7fafc 100%)
}

.hero-polished .hero-inner {
    width: min(100% - 48px, 1500px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 54% 46%;
    align-items: center;
    gap: 18px;
}

.hero-polished .hero-visual {
    direction: ltr;
    /* margin-left: -80px;
    margin-right: -26px; */
    position: relative;
    z-index: 1
}

.hero-polished .hero-visual img {
    width: 100%;
    max-width: none;
    display: block;
    object-fit: contain;
}

.hero-polished .hero-content {
    direction: rtl;
    text-align: right;
    justify-self: end;
    max-width: 660px;
    position: relative;
    z-index: 2
}

.hero-polished .eyebrow,
.mini-label,
.section-head span {
    display: inline-block;
    font-weight: 900;
    color: var(--green);
    letter-spacing: .02em;
    margin-bottom: 8px
}

.hero-polished h1 {
    font-size: clamp(30px, 3.5vw, 66px);
        line-height: 1.07;
    margin: 0 0 22px;
    color: #062946;
    font-weight: 900;
    letter-spacing: -1.6px
}

.hero-content h1 span{
    color: #277E9B;
}

.hero-polished .lead {
    font-size: clamp(18px, 1.55vw, 23px);
    line-height: 1.85;
    color: #4d6078;
    max-width: 650px
}

.hero-polished .hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 22px;
    margin: 28px 0 34px
}

.hero-polished .hero-points span {
    font-weight: 800;
    color: #092a49;
    white-space: nowrap
}
.hero-badges span{
  display: inline-flex;
  align-items: center;
}
.hero-badges span::before{
  content: '✓';

  width: 22px;
  height: 22px;

  border-radius: 50%;

  background: var(--green);

  color: #fff;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 13px;
  font-weight: 900;

  box-shadow:
    0 6px 14px rgba(18,169,107,.22);

  margin-left: 8px;
}
.hero-main-btn {
    min-width: 360px;
    height: 64px;
background: linear-gradient(135deg, #277E9B, #0B4A76);
    border-radius: 10px;
    font-size: 21px
}

.gov-band {
    background: linear-gradient(135deg, #001d35, #062946);
    color: #fff;
    padding: 60px 0
}

.gov-band h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 32px
}

.gov-band .steps {
    grid-template-columns: repeat(4, 1fr);
    gap: 28px
}

.gov-band .step-icon {
    border-radius: 18px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .22)
}

.section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 34px
}

.section-head h2 {
    margin: 0 0 10px;
    font-size: clamp(28px, 3vw, 40px);
    color: #08294c
}

.section-head p {
    color: #66758b;
    font-size: 18px
}

.gov-cards .card {
    border-radius: 16px;
    text-align: right;
    box-shadow: 0 10px 28px rgba(6, 41, 70, .05);
    padding: 30px
}

.gov-cards .icon {
    margin-bottom: 10px
}

.gov-cards .card h3 {
    color: #08294c;
    margin-bottom: 8px
}

.info-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) 380px;
    gap: 34px;
    align-items: stretch
}

.info-panel,
.stats-box,
.notice-card,
.about-side {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 34px;
    box-shadow: 0 12px 32px rgba(6, 41, 70, .06)
}

.soft .info-panel,
.soft .stats-box {
    background: #fff
}

.stats-box {
    background: linear-gradient(135deg, #f8fbff, #fff)
}

.stats-box h3 {
    margin-top: 0;
    color: #08294c
}

.stats-box div {
    display: flex;
    align-items: center;
    gap: 16px;
    border-top: 1px solid #e5edf5;
    padding: 18px 0
}

.stats-box b {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #062946;
    color: #fff;
    display: grid;
    place-items: center
}

.stats-box span {
    font-weight: 800;
    color: #273b58
}

.article-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.article-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 30px;
    text-align: right;
    box-shadow: 0 12px 28px rgba(6, 41, 70, .05);
    transition: .2s
}

.article-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow2)
}

.article-card span {
    display: inline-block;
    background: #edf6ff;
    color: var(--green);
    border-radius: 999px;
    padding: 6px 12px;
    font-weight: 800;
    font-size: 13px
}

.article-card h3,
.article-card h2 {
    font-size: 22px;
    line-height: 1.35;
    color: #08294c
}

.article-card p {
    color: #66758b
}

.article-card a {
    font-weight: 900;
    color: var(--green)
}

.page-articles .article-card {
    min-height: 260px
}

.gov-page-hero {
    background: linear-gradient(180deg, #f7fbff, #fff);
    border-bottom: 1px solid #e7eef6
}

.gov-page-hero h1 {
    color: #08294c;
    font-weight: 900
}

.timeline.enhanced article {
    grid-template-columns: 64px 260px 1fr;
    border-radius: 16px
}

.timeline.enhanced span {
    background: #062946
}

.notice-card {
    background: linear-gradient(135deg, #062946, #001d35);
    color: #fff
}

.notice-card h3 {
    color: #fff
}

.notice-card p {
    color: #dbe8f7
}

.about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 36px;
    align-items: start
}

.about-grid h2 {
    font-size: 34px;
    color: #08294c
}

.about-grid p,
.article-body p {
    font-size: 19px;
    color: #536274;
    line-height: 1.9
}

.about-side {
    position: sticky;
    top: 100px
}

.about-side h3 {
    color: #08294c
}

.contact-info.polished {
    background: linear-gradient(135deg, #062946, #001d35);
    box-shadow: var(--shadow2)
}

.contact-info.polished hr {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
    margin: 22px 0
}

.article-body {
    max-width: 860px
}

.cta-box.small {
    margin-top: 40px;
    padding: 32px
}

.lead-form label {
    font-weight: 800;
    color: #273b58
}

.lead-form h3 {
    margin-top: 0;
    color: #08294c
}

@media(max-width:1050px) {
    .hero-polished {
        padding: 52px 0 38px
    }

    .hero-polished .hero-inner {
        grid-template-columns: 1fr;
        width: min(100% - 32px, 820px);
        direction: rtl
    }

    .hero-polished .hero-content {
        text-align: center;
        justify-self: center
    }

    .hero-polished .hero-points {
        justify-content: center
    }

    .hero-polished .hero-visual {
        margin: 20px 0 0
    }

    .hero-polished .hero-visual img {
        width: 100%;
        max-width: 720px;
        margin: 0 auto
    }

    .info-layout,
    .about-grid {
        grid-template-columns: 1fr
    }

    .article-grid {
        grid-template-columns: 1fr 1fr
    }

    .about-side {
        position: static
    }

    .timeline.enhanced article {
        grid-template-columns: 1fr
    }

    .gov-band .steps {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:650px) {
    .hero-polished h1 {
        font-size: 36px
    }

    .hero-main-btn {
        min-width: 0;
        width: 100%
    }

    .article-grid,
    .gov-band .steps {
        grid-template-columns: 1fr
    }

    .info-panel,
    .stats-box,
    .notice-card,
    .about-side {
        padding: 24px
    }

    .cards.four {
        grid-template-columns: 1fr
    }

    .section {
        padding: 52px 0
    }

    .nav-wrap {
        gap: 12px
    }

    .brand img {
        width: 88px
    }
}


/* ===== Pro content/images upgrade ===== */
.intro-grid {
    display: grid;
    grid-template-columns: 1fr 470px;
    gap: 46px;
    align-items: center
}

.intro-content h2 {
    font-size: 38px;
    line-height: 1.2;
    margin: 8px 0 18px;
    color: #08294c
}

.gov-image-card {
    margin: 0;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 18px;
    box-shadow: var(--shadow)
}

.gov-image-card img {
    width: 100%;
    display: block;
    border-radius: 18px
}

.gov-image-card figcaption {
    color: #627086;
    text-align: center;
    margin-top: 10px;
    font-weight: 700
}

.article-grid.with-images .article-card {
    overflow: hidden;
    text-align: right
}


.article-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 18px 18px 0 0;
  filter: saturate(.9) contrast(.96);
}

.article-hero-img {
    width: 100%;
    border-radius: 24px;
    margin-bottom: 28px;
    border: 1px solid var(--border);
    box-shadow: var(--shadow)
}

.visual-side img {
    width: 100%;
    border-radius: 22px;
    margin-bottom: 18px;
    background: #fff
}

.about-icons .card {
    text-align: center
}

.criteria-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 38px;
    box-shadow: var(--shadow)
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 430px;
    gap: 40px;
    align-items: start
}

.contact-info img {
    width: 100%;
    border-radius: 18px;
    margin-bottom: 18px;
    background: #fff
}

.contact-info a {
    color: #fff;
    text-decoration: underline
}

.simple-link {
    color: var(--blue);
    font-weight: 900;
    text-decoration: underline
}

.section-head p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--muted)
}

@media(max-width:900px) {

    .intro-grid,
    .criteria-box,
    .contact-grid {
        grid-template-columns: 1fr
    }

    .gov-image-card {
        order: 2
    }

    .article-card img {
        height: 190px
    }
}

@media(max-width:600px) {
    .intro-content h2 {
        font-size: 30px
    }

    .criteria-box {
        padding: 24px
    }

    .article-card img {
        height: 150px
    }
}

.mobile-floating-quote{
  display:none;
}

@media(max-width:768px){
  .mobile-floating-quote{
    position:fixed;
    right:16px;
    left:16px;
    bottom:16px;
    z-index:9999;

    height:58px;
    border-radius:14px;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    background:var(--green);
    color:#fff;

    font-size:18px;
    font-weight:900;
    text-decoration:none;

    box-shadow:0 16px 34px rgba(0,0,0,.22);
  }

  body{
    padding-bottom:86px;
  }
}