:root {
  --navy: #183153;
  --navy-deep: #0e1f38;
  --navy-light: #234775;
  --green: #2db760;
  --green-dark: #239950;
  --green-light: #34d46e;
  --green-glow: rgba(45, 183, 96, 0.25);
  --green-pale: #e8f8ef;
  --white: #ffffff;
  --off-white: #f5f7fa;
  --grey-100: #eef1f5;
  --grey-200: #d5dbe5;
  --grey-400: #8896a7;
  --grey-600: #5a6a7e;
  --grey-800: #2c3e50;
  --gold: #f0c040;
  --font-display: 'Outfit', sans-serif;
  --font-body: 'Space Grotesk', sans-serif;
  --max-w: 1260px;
  --radius: 8px;
  --radius-lg: 16px;
  --shadow-sm: 0 2px 8px rgba(14,31,56,0.06);
  --shadow-md: 0 8px 32px rgba(14,31,56,0.1);
  --shadow-lg: 0 16px 48px rgba(14,31,56,0.15);
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font-body); color: var(--grey-800); background: var(--white); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font-family: inherit; font-size: inherit; }
.container { width: 100%; max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }

/* TOP BAR */
.top-bar { background: var(--navy-deep); color: rgba(255,255,255,0.7); padding: 10px 0; font-size: 0.82rem; }
.top-bar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.top-bar__left { display: flex; align-items: center; gap: 28px; }
.top-bar__item { display: flex; align-items: center; gap: 6px; }
.top-bar__item svg { flex-shrink: 0; opacity: 0.6; }
.top-bar__phone { display: flex; align-items: center; gap: 8px; color: var(--green-light); font-weight: 700; font-size: 0.95rem; transition: var(--transition); }
.top-bar__phone:hover { color: var(--white); }
.top-bar__cf { font-size: 0.75rem; opacity: 0.5; }

/* HEADER */
.header { background: var(--white); position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid var(--grey-100); transition: var(--transition); }
.header--scrolled { box-shadow: var(--shadow-md); }
.header .container { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: flex; align-items: center; gap: 10px; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav__link { padding: 8px 14px; font-size: 0.82rem; font-weight: 600; color: var(--grey-600); transition: var(--transition); border-radius: var(--radius); white-space: nowrap; }
.nav__link:hover { color: var(--navy); background: var(--grey-100); }
.nav__link--active { color: var(--green); }
.nav__cta { margin-left: 8px; padding: 10px 20px; background: var(--green); color: var(--white); border-radius: var(--radius); font-weight: 700; font-size: 0.82rem; transition: var(--transition); border: none; cursor: pointer; }
.nav__cta:hover { background: var(--green-dark); transform: translateY(-1px); box-shadow: 0 4px 16px var(--green-glow); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; }
.hamburger span { display: block; width: 24px; height: 2.5px; background: var(--navy); border-radius: 2px; transition: var(--transition); }

/* HERO */
.hero { position: relative; overflow: hidden; background: linear-gradient(145deg, rgba(14,31,56,0.85) 0%, rgba(24,49,83,0.8) 40%, rgba(35,71,117,0.75) 100%), url('/mockup/images/fermo-amministrativo-auto-slider1-1.jpg') center/cover no-repeat; min-height: 620px; display: flex; align-items: stretch; }
.hero--page { min-height: 340px; align-items: center; }
.hero--page .hero__content { text-align: center; max-width: 800px; margin: 0 auto; }
.hero--page .hero__subtitle { max-width: 600px; margin: 0 auto; }
.hero__pattern { position: absolute; inset: 0; opacity: 0.04; background-image: radial-gradient(circle at 2px 2px, white 1px, transparent 0); background-size: 32px 32px; }
.hero__glow { position: absolute; width: 600px; height: 600px; background: radial-gradient(circle, var(--green-glow) 0%, transparent 70%); top: -100px; right: -100px; pointer-events: none; }
.hero__glow-2 { position: absolute; width: 400px; height: 400px; background: radial-gradient(circle, rgba(45,183,96,0.08) 0%, transparent 70%); bottom: -100px; left: -50px; pointer-events: none; }
.hero .container { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 430px; gap: 48px; align-items: center; padding-top: 56px; padding-bottom: 56px; }
.hero--page .container { display: block; padding-top: 64px; padding-bottom: 64px; }
.hero__content { color: var(--white); }
.hero__badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(45, 183, 96, 0.12); border: 1px solid rgba(45, 183, 96, 0.3); color: var(--green-light); padding: 6px 16px; border-radius: 100px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 24px; animation: fadeUp .5s ease both; }
.hero__badge::before { content: '\2713'; width: 18px; height: 18px; background: var(--green); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.65rem; font-weight: 900; }
.hero__title { font-family: var(--font-display); font-weight: 900; font-size: clamp(2.4rem, 4.5vw, 3.5rem); line-height: 1.08; margin-bottom: 16px; animation: fadeUp .5s .1s ease both; }
.hero__title em { font-style: normal; color: var(--green-light); }
.hero__subtitle { font-size: 1.05rem; line-height: 1.65; color: rgba(255,255,255,0.65); margin-bottom: 32px; max-width: 500px; animation: fadeUp .5s .15s ease both; }
.hero__subtitle strong { color: rgba(255,255,255,0.9); }
.hero__actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; animation: fadeUp .5s .2s ease both; }
.hero__phone-btn { display: inline-flex; align-items: center; gap: 12px; padding: 16px 32px; background: var(--green); color: var(--white); border-radius: var(--radius); font-family: var(--font-display); font-weight: 800; font-size: 1.7rem; letter-spacing: 1px; transition: var(--transition); box-shadow: 0 4px 24px var(--green-glow); }
.hero__phone-btn:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 8px 32px var(--green-glow); }
.hero__phone-btn svg { width: 28px; height: 28px; animation: ring 2.5s ease-in-out infinite; }
@keyframes ring { 0%,100%{transform:rotate(0)} 10%{transform:rotate(14deg)} 20%{transform:rotate(-10deg)} 30%{transform:rotate(6deg)} 40%{transform:rotate(0)} }
.hero__payment { display: flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 800; font-size: 1rem; letter-spacing: 1px; color: var(--gold); animation: fadeUp .5s .25s ease both; margin-top: 8px; }
.hero__payment svg { color: var(--gold); }

/* HERO FORM */
.hero__form-wrap { animation: fadeRight .6s .2s ease both; }
.form-card { background: rgba(255,255,255,0.06); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius-lg); padding: 36px 30px; box-shadow: 0 20px 60px rgba(0,0,0,0.25); position: relative; overflow: hidden; }
.form-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--green), var(--green-light)); }
.form-card__title { font-family: var(--font-display); font-weight: 800; font-size: 1.25rem; color: var(--white); text-align: center; margin-bottom: 4px; }
.form-card__sub { text-align: center; color: rgba(255,255,255,0.45); font-size: 0.8rem; margin-bottom: 28px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 0.75rem; font-weight: 600; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 6px; }
.form-control { width: 100%; padding: 13px 16px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); color: var(--white); font-size: 0.92rem; transition: var(--transition); -webkit-appearance: none; appearance: none; }
.form-control::placeholder { color: rgba(255,255,255,0.25); }
.form-control:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px var(--green-glow); background: rgba(255,255,255,0.1); }
select.form-control { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(255,255,255,0.4)' stroke-width='2' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; cursor: pointer; }
select.form-control option { background: var(--navy-deep); color: var(--white); }
.form-card__btn { width: 100%; padding: 15px; margin-top: 6px; background: var(--green); color: var(--white); border: none; border-radius: var(--radius); font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; letter-spacing: 1px; cursor: pointer; transition: var(--transition); position: relative; overflow: hidden; }
.form-card__btn:hover { background: var(--green-dark); transform: translateY(-1px); box-shadow: 0 6px 24px var(--green-glow); }
.form-card__btn::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent); transform: translateX(-100%); transition: 0.5s; }
.form-card__btn:hover::after { transform: translateX(100%); }
.form-card__privacy { text-align: center; font-size: 0.7rem; color: rgba(255,255,255,0.3); margin-top: 14px; }
.form-card__privacy a { color: rgba(255,255,255,0.5); text-decoration: underline; }

/* TRUST STRIP */
.trust-strip { background: var(--white); padding: 36px 0; border-bottom: 1px solid var(--grey-100); }
.trust-strip .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trust-item { display: flex; align-items: center; gap: 14px; padding: 12px; border-radius: var(--radius); transition: var(--transition); }
.trust-item:hover { background: var(--off-white); }
.trust-item__icon { width: 48px; height: 48px; flex-shrink: 0; background: linear-gradient(135deg, var(--navy), var(--navy-light)); border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.trust-item__icon svg { width: 24px; height: 24px; color: var(--green-light); }
.trust-item__label { font-size: 0.82rem; font-weight: 700; color: var(--navy); line-height: 1.2; }
.trust-item__desc { font-size: 0.75rem; color: var(--grey-400); }

/* SECTIONS */
.section { padding: 80px 0; }
.section--alt { background: var(--off-white); }
.section--navy { background: var(--navy-deep); color: var(--white); }
.section__eyebrow { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; color: var(--green); margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.section__eyebrow::before { content: ''; width: 24px; height: 2px; background: var(--green); border-radius: 1px; }
.section__title { font-family: var(--font-display); font-weight: 900; font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1.1; color: var(--navy); margin-bottom: 12px; }
.section--navy .section__title { color: var(--white); }
.section__title em { font-style: normal; color: var(--green); }
.section__subtitle { font-size: 0.95rem; color: var(--grey-600); max-width: 560px; }
.section--navy .section__subtitle { color: rgba(255,255,255,0.55); }

/* INFO SECTION */
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-top: 40px; }
.info-text h3 { font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; color: var(--navy); margin-bottom: 10px; padding-left: 14px; border-left: 3px solid var(--green); }
.info-text p { font-size: 0.92rem; color: var(--grey-600); margin-bottom: 16px; line-height: 1.7; }
.info-text strong { color: var(--navy); }
.info-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.stat-box { background: linear-gradient(145deg, var(--navy) 0%, var(--navy-light) 100%); border-radius: var(--radius-lg); padding: 32px 24px; text-align: center; position: relative; overflow: hidden; }
.stat-box::before { content: ''; position: absolute; top: -20px; right: -20px; width: 80px; height: 80px; border-radius: 50%; background: rgba(45,183,96,0.1); }
.stat-box__num { font-family: var(--font-display); font-weight: 900; font-size: 2.8rem; color: var(--green-light); line-height: 1; }
.stat-box__label { font-size: 0.78rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }

/* STEPS */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; }
.step-card { background: var(--white); border-radius: var(--radius-lg); padding: 32px 24px; text-align: center; border: 1px solid var(--grey-100); transition: var(--transition); position: relative; }
.step-card:hover { border-color: var(--green); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.step-card__num { position: absolute; top: 12px; right: 16px; font-family: var(--font-display); font-weight: 900; font-size: 2.5rem; color: var(--grey-100); line-height: 1; }
.step-card:hover .step-card__num { color: var(--green-pale); }
.step-card__icon { width: 60px; height: 60px; margin: 0 auto 16px; background: linear-gradient(135deg, var(--navy), var(--navy-light)); border-radius: 16px; display: flex; align-items: center; justify-content: center; transition: var(--transition); }
.step-card:hover .step-card__icon { background: linear-gradient(135deg, var(--green), var(--green-dark)); }
.step-card__icon svg { width: 28px; height: 28px; color: var(--green-light); }
.step-card:hover .step-card__icon svg { color: var(--white); }
.step-card__title { font-family: var(--font-display); font-weight: 800; font-size: 1rem; color: var(--navy); margin-bottom: 8px; }
.step-card__desc { font-size: 0.82rem; color: var(--grey-400); line-height: 1.5; }

/* CTA BANNER */
.cta-banner { background: linear-gradient(135deg, var(--green-dark) 0%, var(--green) 50%, var(--green-light) 100%); padding: 48px 0; text-align: center; color: var(--white); position: relative; overflow: hidden; }
.cta-banner__pattern { position: absolute; inset: 0; opacity: 0.06; background-image: radial-gradient(circle at 2px 2px, white 1px, transparent 0); background-size: 24px 24px; }
.cta-banner .container { position: relative; z-index: 1; }
.cta-banner__label { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 3px; opacity: 0.8; margin-bottom: 6px; font-weight: 500; }
.cta-banner__title { font-family: var(--font-display); font-weight: 900; font-size: clamp(1.5rem,2.5vw,2rem); margin-bottom: 20px; }
.cta-banner__phone { display: inline-flex; align-items: center; gap: 12px; padding: 16px 40px; background: var(--white); color: var(--green-dark); border-radius: var(--radius); font-family: var(--font-display); font-weight: 900; font-size: 2rem; letter-spacing: 2px; transition: var(--transition); box-shadow: 0 4px 24px rgba(0,0,0,0.15); }
.cta-banner__phone:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 8px 32px rgba(0,0,0,0.2); }
.cta-banner__phone svg { width: 30px; height: 30px; animation: ring 2.5s ease-in-out infinite; }

/* NEWS */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.news-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--grey-100); transition: var(--transition); display: block; text-decoration: none; color: inherit; cursor: pointer; }
.news-card:hover { border-color: var(--green); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.news-card__img { height: 180px; position: relative; overflow: hidden; }
.news-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.news-card:hover .news-card__img img { transform: scale(1.05); }
.news-card__img::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 40px; background: linear-gradient(transparent, rgba(14,31,56,0.5)); }
.news-card__body { padding: 20px; }
.news-card__date { font-size: 0.72rem; font-weight: 700; color: var(--green); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px; }
.news-card__title { font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; line-height: 1.2; margin-bottom: 8px; color: var(--navy); }
.news-card__excerpt { font-size: 0.82rem; color: var(--grey-400); line-height: 1.5; margin-bottom: 14px; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.news-card__link { font-size: 0.8rem; font-weight: 700; color: var(--green); display: inline-flex; align-items: center; gap: 4px; transition: var(--transition); }
.news-card__link:hover { gap: 8px; color: var(--green-dark); }

/* BOTTOM FORM */
.bottom-form { padding: 80px 0; background: var(--off-white); }
.bottom-form .container { max-width: 720px; }
.bottom-form .form-card { background: var(--white); border: 1px solid var(--grey-200); box-shadow: var(--shadow-md); }
.bottom-form .form-card::before { display: block; }
.bottom-form .form-card__title { color: var(--navy); }
.bottom-form .form-card__sub { color: var(--grey-400); }
.bottom-form .form-group label { color: var(--grey-600); }
.bottom-form .form-control { background: var(--off-white); border-color: var(--grey-200); color: var(--grey-800); }
.bottom-form .form-control::placeholder { color: var(--grey-400); }
.bottom-form .form-control:focus { background: var(--white); border-color: var(--green); box-shadow: 0 0 0 3px var(--green-glow); }
.bottom-form select.form-control { background: var(--off-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(0,0,0,0.3)' stroke-width='2' fill='none'/%3E%3C/svg%3E") no-repeat right 14px center; padding-right: 36px; }
.bottom-form select.form-control option { background: var(--white); color: var(--grey-800); }
.bottom-form .form-card__privacy { color: var(--grey-400); }
.bottom-form .form-card__privacy a { color: var(--grey-600); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
textarea.form-control { resize: vertical; min-height: 100px; }

/* FOOTER */
.footer { background: var(--navy-deep); color: rgba(255,255,255,0.55); padding: 56px 0 0; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.footer__brand p { font-size: 0.85rem; line-height: 1.6; margin-top: 16px; margin-bottom: 8px; }
.footer__cf { font-size: 0.75rem; color: rgba(255,255,255,0.3); }
.footer__heading { font-family: var(--font-display); font-weight: 800; font-size: 0.85rem; letter-spacing: 1.5px; color: var(--white); margin-bottom: 20px; text-transform: uppercase; }
.footer__links { list-style: none; }
.footer__links li { margin-bottom: 10px; }
.footer__links a { font-size: 0.85rem; transition: var(--transition); }
.footer__links a:hover { color: var(--green-light); }
.footer__contact-item { display: flex; align-items: flex-start; gap: 10px; font-size: 0.85rem; margin-bottom: 14px; line-height: 1.5; }
.footer__contact-item svg { flex-shrink: 0; margin-top: 3px; color: var(--green); }
.footer__contact-item a:hover { color: var(--green-light); }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; font-size: 0.75rem; flex-wrap: wrap; gap: 8px; color: rgba(255,255,255,0.3); }
.footer__bottom a { text-decoration: underline; }
.footer__bottom a:hover { color: rgba(255,255,255,0.6); }

/* MOBILE MENU */
.mobile-menu { display: none; position: fixed; inset: 0; background: var(--navy-deep); z-index: 9999; flex-direction: column; align-items: center; justify-content: center; gap: 16px; }
.mobile-menu--open { display: flex; }
.mobile-menu__close { position: absolute; top: 20px; right: 20px; background: none; border: none; color: var(--white); font-size: 2rem; cursor: pointer; padding: 8px; }
.mobile-menu a { font-family: var(--font-display); font-weight: 800; font-size: 1.4rem; color: var(--white); padding: 10px 24px; transition: var(--transition); }
.mobile-menu a:hover { color: var(--green-light); }
.mobile-menu__phone { margin-top: 24px; padding: 14px 32px; background: var(--green); color: var(--white); border-radius: var(--radius); font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; letter-spacing: 1px; }

/* WHATSAPP FLOATING */
.whatsapp-float { position: fixed; bottom: 24px; left: 24px; z-index: 9998; width: 60px; height: 60px; border-radius: 50%; background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; animation: whatsappPulse 2s infinite; }
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,0.55); }
.whatsapp-float svg { width: 32px; height: 32px; }
@keyframes whatsappPulse { 0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,0.4); } 50% { box-shadow: 0 4px 28px rgba(37,211,102,0.6); } }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeRight { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: translateX(0); } }

/* PAGE CONTENT */
.page-content { padding: 60px 0; }
.page-content h2 { font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; color: var(--navy); margin: 32px 0 12px; padding-left: 14px; border-left: 3px solid var(--green); }
.page-content h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; color: var(--navy); margin: 24px 0 8px; }
.page-content p { font-size: 0.95rem; color: var(--grey-600); line-height: 1.8; margin-bottom: 16px; }
.page-content ul, .page-content ol { margin: 16px 0; padding-left: 24px; }
.page-content li { font-size: 0.92rem; color: var(--grey-600); line-height: 1.7; margin-bottom: 8px; }
.page-content strong { color: var(--navy); }
.page-content .container { max-width: 860px; }

/* BREADCRUMB */
.breadcrumb { padding: 16px 0; font-size: 0.78rem; color: var(--grey-400); }
.breadcrumb a { color: var(--green); transition: var(--transition); }
.breadcrumb a:hover { color: var(--green-dark); }
.breadcrumb span { margin: 0 6px; }

/* NEWS ARCHIVE */
.news-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 32px; }

/* PAGINATION */
.pagination__btn {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 10px 20px; border-radius: 50px;
  background: var(--green); color: #fff;
  font-weight: 700; font-size: 0.85rem;
  text-decoration: none; transition: var(--transition);
}
.pagination__btn:hover { background: var(--green-dark); }
.pagination__num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--dark-light); color: var(--grey-300);
  font-weight: 700; font-size: 0.9rem;
  text-decoration: none; transition: var(--transition);
}
.pagination__num:hover { background: var(--green); color: #fff; }
.pagination__num--active { background: var(--green); color: #fff; pointer-events: none; }
.pagination__dots { color: var(--grey-400); font-size: 1.2rem; padding: 0 4px; }

/* ARTICLE */
.article-meta { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; font-size: 0.82rem; color: var(--grey-400); }
.article-meta__date { font-weight: 700; color: var(--green); }
.article-hero-img { width: 100%; max-height: 400px; object-fit: cover; border-radius: var(--radius-lg); margin-bottom: 32px; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .hero .container { grid-template-columns: 1fr 380px; gap: 32px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .news-archive-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .top-bar__left { display: none; }
  .nav, .nav__cta { display: none; }
  .hamburger { display: flex; }
  .hero .container { grid-template-columns: 1fr; padding-top: 36px; padding-bottom: 36px; }
  .hero__content { order: -1; }
  .hero__form-wrap { order: 0; }
  .hero__title { font-size: 2rem; }
  .hero__phone-btn { font-size: 1.4rem; padding: 14px 24px; }
  .form-card { padding: 28px 22px; }
  .trust-strip .container { grid-template-columns: 1fr 1fr; }
  .info-grid { grid-template-columns: 1fr; gap: 32px; }
  .info-stats { grid-template-columns: 1fr 1fr; }
  .news-grid { grid-template-columns: 1fr; }
  .news-archive-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .footer__bottom { flex-direction: column; text-align: center; }
  .cta-banner__phone { font-size: 1.5rem; padding: 14px 28px; }
}
@media (max-width: 480px) {
  .hero__phone-btn { font-size: 1.2rem; padding: 12px 20px; width: 100%; justify-content: center; }
  .trust-strip .container { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .cta-banner__phone { font-size: 1.2rem; padding: 12px 20px; }
  .stat-box__num { font-size: 2.2rem; }
}
