/* ===== مؤسسة البلان - ثيم جديد كلياً (Editorial Emerald) ===== */
:root {
  --green: #0b6b3a;
  --green-2: #0e8a4a;
  --green-dark: #06301b;
  --green-deep: #041d11;
  --green-light: #eef7f0;
  --gold: #b8892b;
  --gold-light: #e8c15a;
  --cream: #f5efe4;
  --bg: #faf7f1;
  --text: #142019;
  --muted: #5a6b60;
  --white: #ffffff;
  --line: #e8e3d6;
  --wa: #25d366;
  --wa-dark: #128c7e;
  --shadow-sm: 0 4px 14px -6px rgba(6,48,27,.18);
  --shadow: 0 24px 60px -28px rgba(6,48,27,.35);
  --shadow-lg: 0 40px 90px -40px rgba(6,48,27,.5);
  --radius: 22px;
  --radius-sm: 12px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  font-family: "Tajawal", "Cairo", system-ui, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.container { width: min(1220px, 92%); margin-inline: auto; }
.section { padding: 110px 0; position: relative; }
h1, h2, h3, h4 { font-family: "Cairo", "Tajawal", sans-serif; line-height: 1.3; letter-spacing: -0.01em; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.show { opacity: 1; transform: none; }

/* ===== NAV ===== */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250,247,241,.85);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid rgba(6,48,27,.06);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 0; width: min(1220px, 92%); margin-inline: auto; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 48px; height: 48px; object-fit: contain; border-radius: 12px; background: #fff; padding: 4px; box-shadow: var(--shadow-sm); }
.brand-text { font-weight: 900; font-size: 19px; color: var(--green-dark); display: flex; flex-direction: column; line-height: 1.25; }
.brand-text small { font-weight: 500; font-size: 11.5px; color: var(--muted); letter-spacing: .2px; }
.nav-links { display: flex; gap: 6px; background: rgba(255,255,255,.6); padding: 6px; border-radius: 999px; border: 1px solid var(--line); }
.nav-links a { font-weight: 600; color: var(--text); font-size: 14.5px; padding: 8px 16px; border-radius: 999px; transition: all .25s; }
.nav-links a:hover { color: var(--green); background: var(--green-light); }
.nav-cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--green-dark); color: #fff; font-weight: 800;
  padding: 12px 22px; border-radius: 999px;
  transition: transform .25s, box-shadow .25s, background .25s;
  border: 2px solid var(--green-dark);
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: var(--shadow); background: var(--green); border-color: var(--green); }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 0 0 rgba(232,193,90,.7); animation: pulse 1.6s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 12px rgba(232,193,90,0); } 100% { box-shadow: 0 0 0 0 rgba(232,193,90,0); } }

/* ===== HERO ===== */
.hero { position: relative; min-height: 94vh; display: flex; align-items: center; overflow: hidden; background: var(--green-deep); }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .55; transform: scale(1.08); animation: zoom 22s ease-in-out infinite alternate; filter: saturate(.9); }
@keyframes zoom { to { transform: scale(1.18); } }
.hero-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(60% 80% at 85% 20%, rgba(184,137,43,.22), transparent 70%),
    linear-gradient(200deg, rgba(4,29,17,.55) 0%, rgba(4,29,17,.85) 60%, rgba(4,29,17,.95) 100%);
}
.hero::after {
  content: ""; position: absolute; inset-inline-start: 0; bottom: -1px; height: 90px; width: 100%;
  background: linear-gradient(to bottom, transparent, var(--bg));
  z-index: 2;
}
.hero-content { position: relative; z-index: 3; color: #fff; padding: 120px 0 140px; width: min(1220px, 92%); margin-inline: auto; max-width: 820px; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18);
  padding: 9px 18px; border-radius: 999px; font-size: 13.5px; font-weight: 600; margin-bottom: 26px;
  backdrop-filter: blur(6px);
}
.hero-eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 12px var(--gold-light); }
.hero h1 { font-size: clamp(34px, 6vw, 68px); font-weight: 900; letter-spacing: -0.02em; }
.hero h1 .accent { color: var(--gold-light); font-style: italic; font-weight: 800; position: relative; display: inline-block; }
.hero h1 .accent::after {
  content: ""; position: absolute; inset-inline-start: 0; bottom: 6px; height: 12px; width: 100%;
  background: rgba(232,193,90,.18); z-index: -1; border-radius: 4px;
}
.hero .lead { font-size: clamp(16px, 1.9vw, 20px); margin: 26px 0 36px; color: rgba(255,255,255,.85); max-width: 640px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 40px; margin-top: 56px; padding-top: 34px; border-top: 1px solid rgba(255,255,255,.14); }
.hero-stats .stat b { display: block; font-size: 34px; font-weight: 900; color: var(--gold-light); font-family: "Cairo", sans-serif; }
.hero-stats .stat span { font-size: 13px; color: rgba(255,255,255,.75); letter-spacing: .3px; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 14px 24px; border-radius: 999px; font-weight: 800; border: none; cursor: pointer;
  transition: transform .25s, box-shadow .25s, background .25s; font-family: inherit;
  position: relative; overflow: hidden;
}
.btn:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.btn .btn-text { display: flex; flex-direction: column; line-height: 1.25; text-align: right; }
.btn .btn-text small { font-size: 11px; opacity: .85; font-weight: 500; }
.btn .btn-text b { font-size: 16px; }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: var(--wa-dark); }
.btn-call { background: var(--gold-light); color: #2a1e00; }
.btn-call:hover { background: var(--gold); color: #fff; }
.btn-light { background: #fff; color: var(--green-dark); }
.btn-light:hover { background: var(--cream); }

/* ===== SECTION HEADS ===== */
.section-head { text-align: center; max-width: 680px; margin: 0 auto 64px; }
.section-eyebrow {
  display: inline-block; color: var(--green); font-weight: 800; font-size: 13px;
  letter-spacing: 2px; margin-bottom: 14px; text-transform: uppercase;
  padding: 6px 14px; background: var(--green-light); border-radius: 999px;
}
.section-head h2 { font-size: clamp(28px, 4.4vw, 46px); font-weight: 900; color: var(--green-dark); letter-spacing: -0.02em; }
.section-head p { color: var(--muted); margin-top: 14px; font-size: 16px; }

/* ===== ABOUT ===== */
.about { background: var(--bg); }
.about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 70px; align-items: center; }
.about-img { position: relative; }
.about-img img { border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.about-img::before {
  content: ""; position: absolute; inset: -20px 20px 20px -20px;
  background: repeating-linear-gradient(45deg, var(--green-light) 0 2px, transparent 2px 12px);
  border-radius: var(--radius); z-index: -1;
}
.about-badge {
  position: absolute; bottom: -24px; inset-inline-start: -24px;
  background: var(--green-dark); color: #fff; border-radius: 20px; padding: 20px 26px;
  text-align: center; box-shadow: var(--shadow-lg);
  border: 4px solid var(--bg);
}
.about-badge b { font-size: 34px; font-weight: 900; display: block; color: var(--gold-light); font-family: "Cairo", sans-serif; }
.about-badge span { font-size: 12.5px; letter-spacing: .3px; }
.about-content .section-eyebrow { margin-bottom: 12px; }
.about-content h2 { font-size: clamp(26px, 3.8vw, 40px); color: var(--green-dark); margin-bottom: 18px; }
.about-content > p { color: var(--muted); margin-bottom: 16px; font-size: 15.5px; }
.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 30px; }
.about-features > div { display: flex; gap: 14px; align-items: flex-start; padding: 16px; background: #fff; border-radius: 14px; border: 1px solid var(--line); transition: transform .25s; }
.about-features > div:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.check { flex: none; width: 34px; height: 34px; border-radius: 10px; background: var(--green); color: #fff; display: grid; place-items: center; font-weight: 800; }
.about-features b { display: block; color: var(--green-dark); font-size: 15px; }
.about-features span { font-size: 12.5px; color: var(--muted); }

/* ===== SERVICES ===== */
.services { background: linear-gradient(180deg, #fff 0%, var(--cream) 100%); }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.svc-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; transition: transform .3s, box-shadow .3s;
  display: flex; flex-direction: column;
}
.svc-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-lg); border-color: var(--green); }
.svc-card .img { aspect-ratio: 4/3; overflow: hidden; position: relative; }
.svc-card .img::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(6,48,27,.45), transparent 55%);
}
.svc-card .img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.svc-card:hover .img img { transform: scale(1.1); }
.svc-body { padding: 26px; flex: 1; display: flex; flex-direction: column; }
.svc-tag {
  display: inline-block; background: var(--green-dark); color: var(--gold-light);
  font-weight: 700; font-size: 11.5px; padding: 6px 14px; border-radius: 999px;
  margin-bottom: 14px; letter-spacing: .4px; align-self: flex-start;
}
.svc-body h3 { font-size: 21px; color: var(--green-dark); margin-bottom: 12px; font-weight: 800; }
.svc-body p { color: var(--muted); font-size: 15px; margin-bottom: 18px; flex: 1; }
.more {
  color: var(--green); font-weight: 800; font-size: 14px;
  display: inline-flex; align-items: center; gap: 6px;
  padding-top: 12px; border-top: 1px dashed var(--line);
}
.more:hover { color: var(--gold); }

/* ===== WHY ===== */
.why { background: var(--green-deep); color: #fff; position: relative; overflow: hidden; }
.why::before {
  content: ""; position: absolute; inset: 0; opacity: .06;
  background-image: radial-gradient(circle at 20% 20%, var(--gold-light) 1px, transparent 1px), radial-gradient(circle at 80% 70%, var(--gold-light) 1px, transparent 1px);
  background-size: 40px 40px;
}
.why .section-head { position: relative; }
.why .section-head h2 { color: #fff; }
.why .section-eyebrow { color: var(--gold-light); background: rgba(232,193,90,.12); }
.why .section-head p { color: rgba(255,255,255,.7); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; position: relative; }
.why-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius); padding: 34px 26px; text-align: center;
  transition: transform .3s, background .3s, border-color .3s;
  backdrop-filter: blur(4px);
}
.why-card:hover { transform: translateY(-8px); background: rgba(232,193,90,.08); border-color: var(--gold-light); }
.why-icon {
  width: 70px; height: 70px; border-radius: 20px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  color: var(--green-deep);
  display: grid; place-items: center; font-size: 32px; margin: 0 auto 18px;
  box-shadow: 0 12px 24px -12px rgba(232,193,90,.5);
}
.why-card h3 { color: #fff; font-size: 19px; margin-bottom: 10px; font-weight: 800; }
.why-card p { color: rgba(255,255,255,.7); font-size: 14px; }

/* ===== STATS BAND ===== */
.stats-band { background: var(--cream); color: var(--green-dark); padding: 70px 0; border-block: 1px solid var(--line); }
.stats-band-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.sb-item { padding: 20px; border-inline-end: 1px solid var(--line); }
.sb-item:last-child { border-inline-end: none; }
.sb-item b { display: block; font-size: 46px; font-weight: 900; color: var(--green); font-family: "Cairo", sans-serif; }
.sb-item span { font-size: 14px; color: var(--muted); font-weight: 600; letter-spacing: .3px; }

/* ===== GALLERY ===== */
.gallery { background: var(--white); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; gap: 18px; }
.g-item { overflow: hidden; border-radius: 18px; position: relative; box-shadow: var(--shadow-sm); }
.g-item.wide { grid-column: span 2; grid-row: span 2; }
.g-item::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(6,48,27,.5), transparent 60%);
  opacity: 0; transition: opacity .4s;
}
.g-item:hover::after { opacity: 1; }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.g-item:hover img { transform: scale(1.1); }

/* ===== AREAS ===== */
.areas { background: var(--green-light); }
.areas-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.area-chip {
  background: #fff; border: 1px solid rgba(11,107,58,.15); color: var(--green-dark);
  font-weight: 700; padding: 13px 22px; border-radius: 14px;
  box-shadow: var(--shadow-sm); transition: transform .25s, background .25s, color .25s;
  font-size: 14px;
}
.area-chip:hover { transform: translateY(-3px); background: var(--green-dark); color: var(--gold-light); }

/* ===== TESTIMONIALS ===== */
.testimonials { background: var(--bg); }
.tst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.tst-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px;
  box-shadow: var(--shadow-sm); position: relative; transition: transform .3s, box-shadow .3s;
}
.tst-card::before {
  content: "\201D"; position: absolute; top: 10px; inset-inline-end: 22px;
  font-size: 90px; color: var(--green-light); font-family: Georgia, serif; line-height: 1;
}
.tst-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.tst-card .stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 14px; font-size: 15px; }
.tst-card p { color: var(--text); margin-bottom: 22px; position: relative; z-index: 1; font-size: 15px; }
.tst-who { display: flex; align-items: center; gap: 14px; padding-top: 16px; border-top: 1px solid var(--line); }
.avatar {
  width: 50px; height: 50px; border-radius: 50%;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
  color: var(--gold-light);
  display: grid; place-items: center; font-weight: 800; font-size: 21px;
}
.tst-who b { display: block; color: var(--green-dark); }
.tst-who span { font-size: 13px; color: var(--muted); }

/* ===== CTA ===== */
.cta {
  background: linear-gradient(120deg, var(--green-deep) 0%, var(--green-dark) 60%, var(--green) 100%);
  color: #fff; padding: 90px 0; position: relative; overflow: hidden;
}
.cta::before {
  content: ""; position: absolute; inset-inline-end: -100px; top: -100px;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(232,193,90,.15), transparent 70%);
}
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; position: relative; }
.cta-inner h2 { font-size: clamp(26px, 3.8vw, 38px); font-weight: 900; }
.cta-inner p { color: rgba(255,255,255,.8); margin-top: 10px; font-size: 16px; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ===== FAQ ===== */
.faq { background: var(--white); }
.faq-list { max-width: 860px; margin: 0 auto; }
.faq-item {
  background: var(--bg); border: 1px solid var(--line); border-radius: 16px;
  margin-bottom: 14px; overflow: hidden; transition: box-shadow .25s, border-color .25s;
}
.faq-item[open] { box-shadow: var(--shadow); border-color: var(--green); }
.faq-item summary {
  cursor: pointer; padding: 22px 26px; font-weight: 800; color: var(--green-dark);
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px;
  font-size: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; color: var(--green); font-size: 26px; font-weight: 700;
  width: 32px; height: 32px; border-radius: 50%; background: var(--green-light);
  display: grid; place-items: center; flex: none; transition: transform .3s;
}
.faq-item[open] summary::after { content: "−"; transform: rotate(180deg); background: var(--green); color: #fff; }
.faq-item p { padding: 0 26px 22px; color: var(--muted); }

/* ===== CONTACT ===== */
.contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 30px; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.contact-card h3 { color: var(--green-dark); margin-bottom: 24px; font-size: 22px; font-weight: 800; }
.contact-item { display: flex; gap: 16px; margin-bottom: 20px; align-items: flex-start; }
.contact-item .icon {
  flex: none; width: 48px; height: 48px; border-radius: 14px;
  background: var(--green-light); color: var(--green);
  display: grid; place-items: center; font-size: 20px;
}
.contact-item b { display: block; color: var(--green-dark); margin-bottom: 4px; }
.contact-item a, .contact-item p { color: var(--muted); }
.contact-item a:hover { color: var(--green); }
.form-row { margin-bottom: 18px; display: flex; flex-direction: column; gap: 6px; }
.form-row label { font-weight: 700; color: var(--green-dark); font-size: 14px; }
.form-row input, .form-row textarea, .form-row select {
  font-family: inherit; padding: 13px 16px; border: 1px solid var(--line);
  border-radius: 12px; background: var(--bg); font-size: 15px; transition: border-color .2s, background .2s;
}
.form-row textarea { min-height: 110px; resize: vertical; }
.form-row input:focus, .form-row textarea:focus, .form-row select:focus {
  outline: none; border-color: var(--green); background: #fff;
  box-shadow: 0 0 0 4px rgba(11,107,58,.08);
}

/* ===== FOOTER ===== */
.footer { background: var(--green-deep); color: rgba(255,255,255,.7); padding: 70px 0 28px; position: relative; }
.footer::before {
  content: ""; position: absolute; top: 0; inset-inline: 0; height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
}
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.footer .brand img { width: 46px; height: 46px; }
.footer .desc { margin-top: 18px; font-size: 14px; line-height: 1.9; }
.footer h4 { color: #fff; margin-bottom: 18px; font-size: 17px; font-weight: 800; position: relative; padding-bottom: 10px; }
.footer h4::after { content: ""; position: absolute; inset-inline-start: 0; bottom: 0; width: 30px; height: 2px; background: var(--gold-light); }
.footer ul li { margin-bottom: 10px; font-size: 14px; }
.footer ul li a { transition: color .2s, padding-inline-start .2s; }
.footer ul li a:hover { color: var(--gold-light); padding-inline-start: 6px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 44px; padding-top: 22px; text-align: center; font-size: 13px; }
.social-links { display: flex; justify-content: center; align-items: center; gap: 18px; margin-top: 34px; }
.social-icon {
  width: 56px; height: 56px; border-radius: 50%;
  display: grid; place-items: center; color: #fff;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
  transition: transform .25s, background .25s, color .25s;
}
.social-icon:hover { transform: translateY(-3px); background: var(--gold-light); color: #2a1e00; }

/* ===== FLOATING & MOBILE BAR ===== */
.floating-actions {
  position: fixed; right: 20px; left: auto; bottom: 24px; z-index: 60;
  display: flex; flex-direction: column; gap: 14px;
}
.floating-call, .floating-wa {
  width: 60px; height: 60px; border-radius: 50%;
  display: grid; place-items: center; color: #fff;
  box-shadow: 0 14px 34px -8px rgba(0,0,0,.35);
  position: relative; transition: transform .25s;
}
.floating-call:hover, .floating-wa:hover { transform: scale(1.1); }
.floating-call { background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: #2a1e00; }
.floating-wa { background: var(--wa); }
.floating-wa::before {
  content: ""; position: absolute; inset: -4px; border-radius: 50%;
  border: 2px solid var(--wa); animation: ring 1.8s infinite;
}
@keyframes ring {
  0% { opacity: .8; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.4); }
}
.wa-ping { display: none; }

/* ===== RESPONSIVE ===== */
@media (max-width: 980px) {
  .nav-links { display: none; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .about-badge { inset-inline-start: auto; inset-inline-end: -10px; bottom: -18px; }
  .svc-grid, .why-grid, .tst-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 190px; }
  .stats-band-grid { grid-template-columns: 1fr 1fr; }
  .sb-item:nth-child(2) { border-inline-end: none; }
  .section { padding: 80px 0; }
}
@media (max-width: 620px) {
  .section { padding: 64px 0; }
  .svc-grid, .why-grid, .tst-grid, .footer-grid, .about-features { grid-template-columns: 1fr; }
  .stats-band-grid { grid-template-columns: 1fr 1fr; }
  .about-features { grid-template-columns: 1fr 1fr; }
  .hero-stats { gap: 24px; }
  .hero-stats .stat b { font-size: 26px; }
  .cta-inner { flex-direction: column; text-align: center; }
  .g-item.wide { grid-column: span 2; grid-row: span 1; }
  .sb-item { border-inline-end: none; padding: 10px; }
  .sb-item b { font-size: 36px; }
  .floating-actions { right: 14px; left: auto; bottom: 14px; }
  .floating-call, .floating-wa { width: 56px; height: 56px; }
  .nav-cta { padding: 10px 16px; font-size: 13px; }
  .brand-text { font-size: 16px; }
  .brand-text small { font-size: 10.5px; }
}
