/* public/assets/front/css/contact-modern.css */
:root{
  --brand:#48addb;
  --brand-soft: rgba(72,173,219,.15);
  --brand-soft-2: rgba(72,173,219,.25);
  --brand-glow: rgba(72,173,219,.35);
  --brand-dark:#2b8bb8;

  --txt:#0f172a;
  --muted: rgba(15,23,42,.70);
  --line: rgba(15,23,42,.10);

  --card:#fff;
  --card2: rgba(255,255,255,.88);
  --shadow: 0 18px 55px rgba(15,23,42,.10);

  --r16:16px;
  --r20:20px;
  --r24:24px;

  --font:"Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
}

*{box-sizing:border-box}

/* Global body-ə yox, yalnız bu komponentə tətbiq et */
.ct2{
  font-family:var(--font);
  color:var(--txt);
}
.ct2 .container{
  width:min(1200px, calc(100% - 36px));
  margin-inline:auto;
}

/* HERO */
.ct2-hero{
  position:relative;
  padding: 56px 0 38px;
  background:
    radial-gradient(900px 520px at 18% 18%, rgba(72,173,219,.22), transparent 58%),
    radial-gradient(900px 520px at 82% 8%, rgba(72,173,219,.14), transparent 60%),
    var(--bg, linear-gradient(135deg, #f3f7ff, #ffffff)) center/cover no-repeat;
  overflow:hidden;
  border-bottom:1px solid rgba(15,23,42,.08);
  isolation:isolate;
}
.ct2-hero__overlay{
  position:absolute; inset:0;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,.92) 0%,
    rgba(255,255,255,.76) 55%,
    rgba(255,255,255,.55) 100%
  );
  z-index:0;
}
.ct2-hero__inner{
  position:relative; z-index:1;
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:18px;
  align-items:start;
}
@media (max-width: 992px){
  .ct2-hero{padding:40px 0 26px}
  .ct2-hero__inner{grid-template-columns:1fr}
}

.ct2-pill{
  display:inline-flex; align-items:center; gap:10px;
  padding:9px 12px;
  border-radius:999px;
  background: rgba(255,255,255,.70);
  border:1px solid rgba(15,23,42,.10);
  box-shadow: 0 12px 28px rgba(15,23,42,.08);
  font-weight:800;
}
.ct2-pill i{color:var(--brand)}
.ct2-title{
  margin:12px 0 8px;
  font-size: clamp(28px, 3vw, 40px);
  line-height:1.12;
  font-weight:900;
  letter-spacing:-.6px;
}
.ct2-bc{
  display:flex; gap:10px; align-items:center; flex-wrap:wrap;
  color: rgba(15,23,42,.60);
  font-weight:700;
}
.ct2-bc a{
  color: rgba(15,23,42,.88);
  text-decoration:none;
  font-weight:800;
}
.ct2-bc a:hover{text-decoration:underline}
.ct2-dot{width:6px;height:6px;border-radius:99px;background: rgba(15,23,42,.25)}
.ct2-lead{
  margin:10px 0 0;
  color: rgba(15,23,42,.72);
  line-height:1.8;
  max-width:560px;
}

.ct2-badges{display:flex; gap:10px; flex-wrap:wrap; margin-top:12px}
.ct2-mini{
  display:flex; gap:10px; align-items:center;
  padding:10px 12px;
  border-radius:16px;
  background: rgba(255,255,255,.78);
  border:1px solid rgba(15,23,42,.10);
  box-shadow: 0 12px 28px rgba(15,23,42,.08);
}
.ct2-mini i{color:var(--brand)}
.ct2-muted{color: rgba(15,23,42,.62)}
.ct2-mini b{font-weight:900}
.ct2-mini small{display:block}

/* SECTION */
.ct2-sec{padding: 28px 0 64px}

/* GRID */
.ct2-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:18px;
  align-items:start;
}
@media (max-width: 992px){
  .ct2-grid{grid-template-columns:1fr}
}

/* CARD */
.ct2-card{
  background: var(--card);
  border:1px solid rgba(15,23,42,.10);
  border-radius: var(--r24);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.ct2-card--glass{
  background: var(--card2);
  backdrop-filter: blur(8px);
}
.ct2-card__head{
  padding: 14px 16px;
  border-bottom:1px solid rgba(15,23,42,.06);
  display:flex; align-items:center; justify-content:space-between;
  gap:12px;
  background: linear-gradient(180deg, rgba(72,173,219,.10), rgba(255,255,255,0));
}
.ct2-card__head b{
  font-weight:900;
  letter-spacing:-.2px;
  display:flex; gap:10px; align-items:center;
}
.ct2-card__head i{color:var(--brand)}
.ct2-card__body{padding: 16px}

/* QUICK */
.ct2-quick{display:grid; gap:10px; margin-top:10px}
.ct2-q{
  display:flex; gap:10px; align-items:center;
  padding:10px 12px;
  border-radius:16px;
  border:1px solid rgba(15,23,42,.10);
  background:#fff;
  color: rgba(15,23,42,.88);
  text-decoration:none;
  font-weight:800;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.ct2-q i{color:var(--brand)}
.ct2-q:hover{
  border-color: rgba(72,173,219,.35);
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(72,173,219,.12);
}

/* MAP */
.ct2-map{
  border-radius: 18px;
  overflow:hidden;
  border:1px solid rgba(15,23,42,.10);
  box-shadow: 0 12px 28px rgba(15,23,42,.08);
  height: 260px;
  background:#fff;
}
.ct2-map iframe{width:100%; height:100%; border:0; display:block}

/* FORM */
.ct2-formCard{position:relative}
.ct2-alert{
  display:flex; gap:10px; align-items:center;
  padding:12px 12px;
  border-radius:16px;
  margin-bottom:12px;
  border:1px solid rgba(15,23,42,.10);
  font-weight:800;
}
.ct2-alert--ok{background: rgba(34,197,94,.10); border-color: rgba(34,197,94,.18)}
.ct2-alert--err{background: rgba(239,68,68,.10); border-color: rgba(239,68,68,.18)}

.ct2-form{display:grid; gap:12px}
.ct2-row{display:grid; grid-template-columns: 1fr 1fr; gap:12px}
@media (max-width: 560px){ .ct2-row{grid-template-columns:1fr} }

.ct2-field label{
  display:block;
  font-size:12.5px;
  font-weight:800;
  color: rgba(15,23,42,.70);
  margin: 0 0 6px;
}
.ct2-input{
  width:100%;
  padding: 12px 14px;
  border-radius:16px;
  border:1px solid rgba(15,23,42,.12);
  background:#fff;
  outline:none;
  transition: box-shadow .18s ease, border-color .18s ease, transform .18s ease;
  color: rgba(15,23,42,.92);
}
.ct2-input::placeholder{color: rgba(15,23,42,.45)}
.ct2-input:focus{
  border-color: rgba(72,173,219,.55);
  box-shadow: 0 0 0 4px rgba(72,173,219,.16);
}
.ct2-input:disabled{opacity:.75; cursor:not-allowed}
.ct2-textarea{min-height:140px; resize:vertical}

.ct2-actions{
  display:flex; gap:12px; flex-wrap:wrap;
  margin-top:2px;
  align-items:center;
}
.ct2-btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:12px 16px;
  border-radius:999px;
  border:1px solid transparent;
  font-weight:900;
  cursor:pointer;
  text-decoration:none;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  user-select:none;
}
.ct2-btn:active{transform: translateY(1px)}
.ct2-btn--brand{
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color:#fff;
  box-shadow: 0 18px 40px rgba(72,173,219,.22);
}
.ct2-btn--brand:hover{
  transform: translateY(-1px);
  box-shadow: 0 24px 60px rgba(72,173,219,.28);
  filter: brightness(1.02);
}
.ct2-btn--ghost{
  background:#fff;
  color: rgba(15,23,42,.88);
  border-color: rgba(15,23,42,.12);
  box-shadow: 0 10px 24px rgba(15,23,42,.08);
}
.ct2-btn--ghost:hover{
  transform: translateY(-1px);
  border-color: rgba(72,173,219,.25);
  box-shadow: 0 18px 44px rgba(72,173,219,.12);
}
.ct2-btn--full{width:100%}

.ct2-note{
  margin:0;
  color: rgba(15,23,42,.62);
  font-size:13px;
  line-height:1.7;
}

/* RIGHT INFO */
.ct2-info{display:flex; gap:12px; align-items:center; padding:12px 0}
.ct2-ic{
  width:44px;height:44px;border-radius:16px;
  display:grid; place-items:center;
  background: var(--brand-soft);
  border:1px solid var(--brand-soft-2);
  color: var(--brand-dark);
  flex:0 0 auto;
}

.ct2-right{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end}
@media (max-width: 992px){ .ct2-right{justify-content:flex-start} }

.ct2-a{
  display:inline-block;
  color: rgba(15,23,42,.90);
  text-decoration:none;
  font-weight:800;
  word-break: break-word;
}
.ct2-a:hover{text-decoration:underline}
.ct2-divider{height:1px; background: rgba(15,23,42,.08); margin:10px 0}
.ct2-social b{display:block; font-weight:900; margin-bottom:10px}
.ct2-socs{display:flex; gap:10px; flex-wrap:wrap}
.ct2-soc{
  width:44px;height:44px;border-radius:16px;
  display:grid; place-items:center;
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  box-shadow: 0 10px 24px rgba(15,23,42,.08);
  color: rgba(15,23,42,.85);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease;
}
.ct2-soc:hover{
  transform: translateY(-2px);
  border-color: rgba(72,173,219,.35);
  box-shadow: 0 18px 44px rgba(72,173,219,.16);
  color: var(--brand-dark);
}
