/*
Theme Name: AmplifyEdge Global
Theme URI: https://www.amplifyedgeglobal.com
Author: AmplifyEdge Global
Author URI: https://www.amplifyedgeglobal.com
Description: Premium, minimalist corporate theme for AmplifyEdge Global — business intelligence, transformation, and execution. Built with GSAP animations.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: amplifyedge-global
*/

/* ============================================================
   AMPLIFYEDGE GLOBAL — Master Stylesheet
   Style: Premium · Minimalist · Corporate
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --navy: #0B2341;
  --navy-900: #081a31;
  --navy-700: #123056;
  --navy-500: #1d4373;
  --slate: #6E7783;
  --slate-light: #9aa3ad;
  --slate-mist: #eef1f4;
  --paper: #fbfcfd;
  --white: #ffffff;
  --accent: #C9A24B;        /* refined gold accent for premium edge */
  --accent-soft: #e3c987;
  --line: rgba(11,35,65,0.10);
  --shadow-sm: 0 10px 30px -12px rgba(11,35,65,0.18);
  --shadow-lg: 0 40px 90px -30px rgba(11,35,65,0.30);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --container: 1240px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

body {
  font-family: 'Inter', sans-serif;
  color: var(--navy);
  background: var(--paper);
  line-height: 1.65;
  overflow-x: hidden;
}

::selection { background: var(--navy); color: var(--white); }

h1,h2,h3,h4,h5 { font-family: 'Montserrat', sans-serif; font-weight: 800; line-height: 1.05; letter-spacing: -0.02em; }

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 32px; }

br {
    display: none;
}
/* Logo backing chip — keeps a single logo readable on both
   the dark hero and the light scrolled header */
.logo-chip {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  padding: 8px 14px;
  border-radius: 10px;
  line-height: 0;
  box-shadow: 0 4px 14px rgba(11,35,65,0.12);
}
.logo-chip img { display: block; width: 120px; height: auto; }
/* Logo swap on scroll */
.logo { display: inline-flex; align-items: center; }
.logo img { display: block; width: 120px; height: auto; transition: opacity .3s ease; }
.logo .logo-scrolled { display: none; }            /* hide scrolled logo by default */
.header.scrolled .logo .logo-default { display: none; }   /* hide default once scrolled */
.header.scrolled .logo .logo-scrolled { display: block; } /* show scrolled logo */
/* Force header to remain visible in scrolled state */
.header,
.header.scrolled {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1000;
}
.header.scrolled {
  background: rgba(251,252,253,0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.logo { display: flex; align-items: center; gap: 14px; min-height: 46px; }
/* ---------- Reusable Type ---------- */
.eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: 0.32em;
  text-transform: uppercase; color: var(--accent);
  display: inline-flex; align-items: center; gap: 12px;
}
.eyebrow::before { content:''; width: 28px; height:1px; background: var(--accent); display:inline-block; }

.section { padding: 140px 0; position: relative; }
.section-dark { background: var(--navy); color: var(--white); }
.section-dark .eyebrow { color: var(--accent-soft); }
.section-dark .eyebrow::before { background: var(--accent-soft); }

.lead { font-size: clamp(18px, 2vw, 21px); color: var(--slate); font-weight: 400; max-width: 620px; }
.section-dark .lead { color: rgba(255,255,255,0.72); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 14px;
  letter-spacing: 0.04em; padding: 18px 34px; border-radius: 100px;
  background: var(--navy); color: var(--white); border: 1px solid var(--navy);
  cursor: pointer; transition: all .5s var(--ease); position: relative; overflow: hidden;
}
.btn span { position: relative; z-index: 2; }
.btn .arrow { transition: transform .5s var(--ease); position: relative; z-index: 2; }
.btn::after {
  content:''; position:absolute; inset:0; background: var(--accent);
  transform: translateY(101%); transition: transform .5s var(--ease); z-index:1;
}
.btn:hover { color: var(--navy); border-color: var(--accent); }
.btn:hover::after { transform: translateY(0); }
.btn:hover .arrow { transform: translateX(6px); }

.btn-ghost { background: transparent; color: var(--navy); border-color: var(--line); }
.btn-ghost:hover { color: var(--navy); }
.section-dark .btn { background: var(--white); color: var(--navy); border-color: var(--white); }
.section-dark .btn:hover { color: var(--navy); }

/* ---------- Header / Nav ---------- */
.header {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  padding: 26px 0; transition: all .5s var(--ease);
}
.header.scrolled {
  padding: 16px 0; background: rgba(251,252,253,0.82);
  backdrop-filter: blur(18px); border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; }

/* Logo placeholder block */
.logo { display: flex; align-items: center; gap: 14px; }
.logo-mark {
  width: 46px; height: 46px; border-radius: 10px;
  background: var(--navy); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 22px;
  position: relative; overflow: hidden;
}
.logo-mark::after {
  content:''; position:absolute; bottom:0; left:0; width:100%; height:4px; background: var(--accent);
}
.logo-text { display: flex; flex-direction: column; line-height: 1.05; }
.logo-text strong { font-family:'Montserrat'; font-weight: 800; font-size: 17px; letter-spacing: -0.01em; color: var(--navy); }
.logo-text small { font-size: 9.5px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--slate); font-weight: 600; }
.header.light .logo-text strong { color: var(--white); }
.header.light .logo-text small { color: rgba(255,255,255,0.6); }
.header.light.scrolled .logo-text strong { color: var(--navy); }
.header.light.scrolled .logo-text small { color: var(--slate); }

.nav-links { display: flex; align-items: center; gap: 38px; list-style: none; }
.nav-links a {
  font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 500;
  color: var(--navy); position: relative; padding: 4px 0; transition: color .3s;
}
.nav-links a::after {
  content:''; position:absolute; bottom:-2px; left:0; width:0; height:1.5px;
  background: var(--accent); transition: width .4s var(--ease);
}
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.header.light .nav-links a { color: rgba(255,255,255,0.85); }
.header.light.scrolled .nav-links a { color: var(--navy); }

.nav-cta { display: flex; align-items: center; gap: 20px; }
.nav-cta .btn { padding: 13px 26px; }
.header.light .btn { background: var(--white); color: var(--navy); border-color: var(--white); }
.header.light.scrolled .btn { background: var(--navy); color: var(--white); border-color: var(--navy); }

.burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; }
.burger span { width: 26px; height: 2px; background: var(--navy); transition: .3s; }
.header.light .burger span { background: var(--white); }
.header.light.scrolled .burger span { background: var(--navy); }

/* ---------- Hero ---------- */
.hero {
  min-height: 100vh; background: var(--navy); color: var(--white);
  display: flex; align-items: center; position: relative; overflow: hidden;
  padding-top: 120px;
}
.hero-grid-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 70px 70px; mask-image: radial-gradient(ellipse at 70% 40%, #000 0%, transparent 75%);
}
.hero-glow {
  position: absolute; width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,162,75,0.18) 0%, transparent 70%);
  top: -150px; right: -150px; filter: blur(20px);
}
.hero-inner { position: relative; z-index: 3; display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 60px; align-items: center; width: 100%; }
.hero h1 {
  font-size: clamp(48px, 7vw, 70px); line-height: 0.98; margin: 28px 0;
  font-weight: 800;
}
.hero h1 .accent { color: var(--accent); display:block; }
.hero .line { overflow: hidden; display: block; }
.hero p { font-size: clamp(16px,1.5vw,19px); color: rgba(255,255,255,0.72); max-width: 560px; margin-bottom: 40px; }
.hero-cta { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }

.hero-side { position: relative; }
.hero-stat { border-left: 2px solid var(--accent); padding-left: 24px; margin-bottom: 42px; }
.hero-stat .num { font-family:'Montserrat'; font-size: 52px; font-weight: 800; line-height:1; }
.hero-stat .lbl { font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-top: 8px; }

.scroll-hint {
  position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px; z-index: 4;
  font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(255,255,255,0.5);
}
.scroll-hint .mouse { width: 22px; height: 36px; border: 1.5px solid rgba(255,255,255,0.4); border-radius: 14px; position: relative; }
.scroll-hint .mouse::after {
  content:''; position:absolute; top:7px; left:50%; transform: translateX(-50%);
  width:3px; height:7px; background: var(--accent); border-radius:2px;
  animation: scrolldot 1.8s infinite;
}
@keyframes scrolldot { 0%{opacity:0;top:7px} 40%{opacity:1} 80%{opacity:0;top:18px} 100%{opacity:0} }

/* ---------- Trust / clarity section ---------- */
.clarity-words { display:flex; flex-direction: column; gap: 4px; }
.clarity-words h2 { font-size: clamp(34px,5vw,56px); }
.clarity-words .muted { color: var(--slate-light); }
.clarity-words .filled { color: var(--navy); }

/* ---------- Section heading ---------- */
.sec-head { max-width: 720px; margin-bottom: 70px; }
.sec-head h2 { font-size: clamp(32px, 4.5vw, 56px); margin: 22px 0 24px; }

/* ---------- What we do cards ---------- */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top:1px solid var(--line); }
.card {
  padding: 48px 36px 56px; border-right: 1px solid var(--line);
  position: relative; transition: background .5s var(--ease); overflow: hidden;
}
.cards .card:last-child { border-right: none; }
.card .idx { font-family:'Montserrat'; font-size: 13px; color: var(--accent); font-weight: 700; letter-spacing: 0.1em; }
.card h3 { font-size: 21px; margin: 60px 0 16px; font-weight: 700; transition: color .4s; }
.card p { font-size: 15px; color: var(--slate); }
.card .ico { position:absolute; top: 44px; right: 36px; width: 30px; height: 30px; color: var(--slate-light); transition: .4s; }
.card::before {
  content:''; position:absolute; bottom:0; left:0; width:100%; height: 0;
  background: var(--navy); transition: height .5s var(--ease); z-index:-1;
}
.card:hover { color: var(--white); }
.card:hover::before { height: 100%; }
.card:hover h3 { color: var(--white); }
.card:hover p { color: rgba(255,255,255,0.7); }
.card:hover .ico, .card:hover .idx { color: var(--accent-soft); }

/* ---------- Approach (process) ---------- */
.process { display: grid; grid-template-columns: repeat(5,1fr); gap: 24px; }
.step { position: relative; padding-top: 40px; }
.step .bar { position:absolute; top:0; left:0; height:3px; width:100%; background: rgba(255,255,255,0.12); overflow:hidden; }
.step .bar i { position:absolute; inset:0; background: var(--accent); transform: scaleX(0); transform-origin:left; }
.step .n { font-family:'Montserrat'; font-size: 14px; color: var(--accent-soft); font-weight:700; letter-spacing:0.15em; }
.step h4 { font-size: 26px; margin: 18px 0 12px; }
.step p { font-size: 14px; color: rgba(255,255,255,0.6); }

/* ---------- Audience marquee / list ---------- */
.who-list { display:grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border:1px solid var(--line); }
.who-item { background: var(--paper); padding: 40px 34px; transition: .45s var(--ease); }
.who-item span { font-family:'Montserrat'; font-size: 13px; color: var(--accent); font-weight:700; }
.who-item h4 { font-size: 22px; margin-top: 14px; font-weight:700; }
.who-item:hover { background: var(--navy); }
.who-item:hover h4 { color: var(--white); }

/* ---------- Why / value props ---------- */
.why-grid { display:grid; grid-template-columns: 0.9fr 1.1fr; gap: 80px; align-items: center; }
.why-list { list-style:none; }
.why-list li { padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,0.12); display:flex; gap: 26px; align-items:flex-start; cursor: default; }
.why-list li .num { font-family:'Montserrat'; color: var(--accent-soft); font-weight:700; font-size: 14px; min-width: 36px; }
.why-list li .txt h4 { font-size: 24px; margin-bottom: 8px; transition: transform .4s var(--ease); }
.why-list li .txt p { color: rgba(255,255,255,0.6); font-size: 15px; }
.why-list li:hover .txt h4 { transform: translateX(10px); color: var(--accent-soft); }

/* ---------- CTA band ---------- */
.cta-band { background: var(--navy); color: var(--white); text-align: center; padding: 150px 0; position: relative; overflow: hidden; }
.cta-band .hero-glow { top: auto; bottom: -250px; left: -150px; right: auto; }
.cta-band h2 { font-size: clamp(38px,6vw,56px); margin-bottom: 36px; position: relative; }
.cta-band p { color: rgba(255,255,255,0.7); max-width: 540px; margin: 0 auto 44px; position: relative; }

/* ---------- Footer ---------- */
.footer { background: var(--navy-900); color: rgba(255,255,255,0.7); padding: 90px 0 40px; }
.footer-top { display:grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 50px; padding-bottom: 60px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer h5 { color: var(--white); font-family:'Montserrat'; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 24px; font-weight: 700; }
.footer ul { list-style:none; }
.footer ul li { margin-bottom: 14px; }
.footer ul li a { font-size: 15px; transition: color .3s, padding .3s; }
.footer ul li a:hover { color: var(--accent-soft); padding-left: 6px; }
.footer-brand p { font-size: 15px; max-width: 320px; margin: 22px 0; }
.footer-bottom { display:flex; justify-content: space-between; padding-top: 32px; font-size: 13px; color: rgba(255,255,255,0.45); flex-wrap: wrap; gap: 12px; }

/* ---------- Page hero (interior) ---------- */
.page-hero { background: var(--navy); color: var(--white); padding: 220px 0 130px; position: relative; overflow: hidden; }
.page-hero h1 { font-size: clamp(44px,6vw,70px); margin: 24px 0; }
.page-hero p { color: rgba(255,255,255,0.7); max-width: 600px; font-size: clamp(16px,1.5vw,19px); }

/* ---------- Services detail ---------- */
.svc-row { display:grid; grid-template-columns: 80px 1fr 1.2fr; gap: 40px; padding: 56px 0; border-bottom: 1px solid var(--line); align-items: start; transition: .4s; }
.svc-row:hover { background: linear-gradient(90deg, rgba(11,35,65,0.02), transparent); }
.svc-row .svc-n { font-family:'Montserrat'; font-size: 16px; font-weight: 800; color: var(--accent); }
.svc-row h3 { font-size: clamp(24px,2.5vw,34px); }
.svc-row .tag { display:inline-block; margin-top: 14px; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--slate); }
.svc-row p { color: var(--slate); font-size: 16px; }

/* ---------- About values ---------- */
.vm-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.vm-card { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 50px; box-shadow: var(--shadow-sm); transition: .5s var(--ease); }
.vm-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.vm-card .eyebrow { margin-bottom: 22px; }
.vm-card h3 { font-size: 28px; margin-bottom: 14px; }
.vm-card p { color: var(--slate); }

.commit { text-align:center; }
.commit h2 { font-size: clamp(40px,7vw,96px); line-height: 1; }
.commit h2 .strike { color: var(--slate-light); position: relative; }
.commit h2 .res { color: var(--accent); }

/* ---------- Industries grid ---------- */
.ind-grid { display:grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.ind-card {
  border: 1px solid var(--line); border-radius: 16px; padding: 40px 36px; background: var(--white);
  position: relative; overflow: hidden; transition: .5s var(--ease); min-height: 180px;
  display:flex; flex-direction: column; justify-content: space-between;
}
.ind-card .ind-n { font-family:'Montserrat'; font-size: 13px; color: var(--slate-light); font-weight: 700; }
.ind-card h3 { font-size: 23px; }
.ind-card::before { content:''; position:absolute; inset:0; background: var(--navy); transform: translateY(100%); transition: transform .5s var(--ease); z-index: 0; }
.ind-card > * { position: relative; z-index: 1; }
.ind-card:hover::before { transform: translateY(0); }
.ind-card:hover h3, .ind-card:hover .ind-n { color: var(--white); }
.ind-card:hover .ind-n { color: var(--accent-soft); }

/* ---------- Insights ---------- */
.insight-grid { display:grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.insight-card { border:1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--white); transition: .4s var(--ease); }
.insight-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.insight-card .ic-top { height: 160px; background: var(--navy); position: relative; overflow: hidden; }
.insight-card .ic-top .deco { position:absolute; inset:0; background-image: linear-gradient(rgba(255,255,255,0.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.06) 1px,transparent 1px); background-size: 28px 28px; }
.insight-card .ic-body { padding: 30px 28px 34px; }
.insight-card .ic-body span { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); font-weight: 600; }
.insight-card .ic-body h3 { font-size: 20px; margin: 12px 0; }
.insight-card .ic-body p { font-size: 14px; color: var(--slate); }
.soon-badge { display:inline-block; background: var(--slate-mist); color: var(--slate); padding: 6px 16px; border-radius: 100px; font-size: 12px; font-weight:600; letter-spacing:0.08em; }

/* ---------- Contact ---------- */
.contact-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.contact-info .ci-block { padding: 28px 0; border-bottom: 1px solid var(--line); }
.contact-info .ci-block span { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); font-weight: 700; }
.contact-info .ci-block a, .contact-info .ci-block p { font-size: clamp(18px,2vw,24px); font-family:'Montserrat'; font-weight: 600; color: var(--navy); margin-top: 10px; display:block; transition: color .3s; }
.contact-info .ci-block a:hover { color: var(--accent); }
.form { background: var(--white); border:1px solid var(--line); border-radius: 20px; padding: 48px; box-shadow: var(--shadow-sm); }
.field { margin-bottom: 24px; }
.field label { display:block; font-size: 13px; font-weight: 600; font-family:'Montserrat'; margin-bottom: 10px; letter-spacing: 0.04em; }
.field input, .field textarea, .field select {
  width: 100%; padding: 16px 18px; border: 1px solid var(--line); border-radius: 12px;
  font-family: 'Inter', sans-serif; font-size: 15px; background: var(--paper); transition: .3s; color: var(--navy);
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--navy); background: var(--white); }
.field textarea { resize: vertical; min-height: 120px; }

/* ---------- Reveal animation base ---------- */
.reveal { opacity: 0; transform: translateY(40px); }
/* Fallback: if JavaScript is disabled, reveal everything so no section is lost */
.no-js .reveal { opacity: 1; transform: none; }
noscript ~ * .reveal { opacity: 1; }
.split-char { display: inline-block; }

/* ---------- Mobile menu panel ---------- */
.mobile-menu {
  position: fixed; inset: 0; background: var(--navy); z-index: 999;
  transform: translateY(-100%); transition: transform .6s var(--ease);
  display: flex; flex-direction: column; justify-content: center; padding: 40px;
}
.mobile-menu.open { transform: translateY(0); }
.mobile-menu a { color: var(--white); font-family:'Montserrat'; font-size: 32px; font-weight: 700; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
.mobile-menu .close { position: absolute; top: 30px; right: 30px; font-size: 30px; color: var(--white); background:none; border:none; cursor:pointer; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-side { display:none; }
  .cards { grid-template-columns: repeat(2,1fr); }
  .cards .card { border-bottom:1px solid var(--line); }
  .process { grid-template-columns: repeat(2,1fr); }
  .who-list { grid-template-columns: repeat(2,1fr); }
  .why-grid { grid-template-columns: 1fr; gap: 40px; }
  .ind-grid, .insight-grid { grid-template-columns: repeat(2,1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .svc-row { grid-template-columns: 1fr; gap: 16px; }
  .nav-links, .nav-cta .btn { display: none; }
  .burger { display: flex; }
  .section { padding: 90px 0; }
}
@media (max-width: 560px) {
  .container { padding: 0 22px; }
  .cards, .process, .who-list, .ind-grid, .insight-grid, .vm-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 36px; }
}

/* ============================================================
   CONTACT FORM 7 — inherit the existing .form / .field styling
   ============================================================ */
.form .wpcf7-form p { margin: 0; }                 /* CF7 wraps rows in <p> */
.form .field label { margin-bottom: 10px; }
.form .wpcf7-form-control-wrap { display: block; width: 100%; }

/* Make CF7 inputs identical to the original form inputs */
.form .wpcf7 input[type="text"],
.form .wpcf7 input[type="email"],
.form .wpcf7 textarea,
.form .wpcf7 select {
  width: 100%; padding: 16px 18px; border: 1px solid var(--line);
  border-radius: 12px; font-family: 'Inter', sans-serif; font-size: 15px;
  background: var(--paper); transition: .3s; color: var(--navy);
}
.form .wpcf7 input[type="text"]:focus,
.form .wpcf7 input[type="email"]:focus,
.form .wpcf7 textarea:focus,
.form .wpcf7 select:focus { outline: none; border-color: var(--navy); background: var(--white); }
.form .wpcf7 textarea { resize: vertical; min-height: 120px; }

/* Submit button — match the full-width .btn look */
.form .wpcf7 input.btn,
.form .wpcf7 .wpcf7-submit {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  width: 100%; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 14px;
  letter-spacing: 0.04em; padding: 18px 34px; border-radius: 100px;
  background: var(--navy); color: var(--white); border: 1px solid var(--navy);
  cursor: pointer; transition: all .4s var(--ease);
}
.form .wpcf7 input.btn:hover,
.form .wpcf7 .wpcf7-submit:hover { background: var(--accent); border-color: var(--accent); color: var(--navy); }

/* CF7 status / validation messages */
.form .wpcf7-response-output {
  border-radius: 10px; font-size: 14px; margin: 18px 0 0; padding: 12px 16px;
}
.form .wpcf7-not-valid-tip { color: #c0392b; font-size: 13px; margin-top: 6px; display: block; }
.form .wpcf7 .wpcf7-spinner { margin: 0 0 0 12px; }
