:root {
  --blue: #1B77BD;
  --blue-dark: #12507F;
  --orange: #F05A27;
  --orange-dark: #D84A1B;
  --ink: #16283A;
  --ink-soft: #33485C;
  --muted: #5C7085;
  --muted-2: #40566B;
  --line: #E2EAF1;
  --line-2: #E6ECF2;
  --panel: #F5F8FB;
  --soft-blue-bg: #EAF3FA;
  --soft-orange-bg: #FDEEE8;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "Outfit", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-dark); }
img { max-width: 100%; display: block; }
::selection { background: #FDD9CC; }
input, button, select { font: inherit; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }

.wrap { max-width: 1220px; margin: 0 auto; padding: 0 24px; }

@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes drift { 0%,100% { transform: translate(0,0) rotate(0deg); } 50% { transform: translate(-14px,16px) rotate(-4deg); } }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-2);
}
.header-inner {
  padding: 12px 24px;
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px 26px;
}
.logo { flex: 0 0 auto; display: flex; align-items: center; }
.main-nav {
  order: 3; flex: 1 1 220px; min-width: 0;
  display: flex; flex-wrap: nowrap; align-items: center; gap: 22px;
  overflow-x: auto; scrollbar-width: none; white-space: nowrap;
  font-size: 15px; color: var(--muted-2);
}
.main-nav a { color: inherit; }
.main-nav a:hover { color: var(--orange); }
.call-btn { flex: 0 0 auto; margin-left: auto; white-space: nowrap; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 14px 24px; border-radius: 999px; font-size: 16px; font-weight: 500;
  border: none; cursor: pointer; transition: background .2s, transform .2s, color .2s;
}
.btn-orange { background: var(--orange); color: #fff; box-shadow: 0 10px 24px rgba(240,90,39,.28); }
.btn-orange:hover { background: var(--orange-dark); color: #fff; transform: translateY(-2px); }
.call-btn { padding: 10px 18px; font-size: 15px; }
.btn-outline-blue { border: 1.5px solid var(--blue); color: var(--blue); background: transparent; }
.btn-outline-blue:hover { background: var(--blue); color: #fff; }

/* Badges */
.badge { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; font-weight: 600; }
.badge-soft { padding: 7px 16px; background: var(--soft-orange-bg); color: var(--orange-dark); font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; }
.badge-orange { padding: 6px 16px; background: var(--orange); color: #fff; font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; }

/* Hero */
.hero { position: relative; overflow: hidden; background: #fff; }
.hero-inner {
  position: relative; padding: 78px 24px 96px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 56px; align-items: center;
}
.hero-copy { position: relative; z-index: 1; display: grid; gap: 22px; justify-items: start; }
.hero-copy .badge { animation: rise .7s both; }
.hero-copy h1 {
  animation: rise .7s .07s both; margin: 0; font-family: 'Sora', sans-serif; font-weight: 700;
  font-size: clamp(42px, 6.4vw, 74px); line-height: 1.02; letter-spacing: -.035em; color: var(--ink);
}
.hero-copy h1 br + span, .hero-sub { color: var(--blue); }
.hero-copy h1 { color: var(--ink); }
.hero-copy h1::first-line { }
.hero-sub {
  animation: rise .7s .14s both; margin: 0; font-family: 'Sora', sans-serif; font-weight: 500;
  font-size: clamp(19px, 2.3vw, 26px); color: var(--orange);
}
.hero-body {
  animation: rise .7s .2s both; margin: 0; max-width: 50ch; font-size: 17px; line-height: 1.7; color: #4A6076;
}
.hero-actions { animation: rise .7s .28s both; display: flex; flex-wrap: wrap; gap: 12px; padding-top: 6px; }

.hero-art {
  position: relative; justify-self: center; width: min(460px, 100%); aspect-ratio: 1/1;
  animation: rise .8s .18s both;
}
.hero-blob {
  position: absolute; left: -6%; top: -16%; width: 128%; height: 126%;
  border-radius: 58% 42% 46% 54% / 52% 48% 52% 48%;
  background: linear-gradient(150deg, var(--blue), var(--blue-dark));
  pointer-events: none; z-index: 0;
}
.hero-ring {
  position: absolute; left: -16%; bottom: -6%; width: 150px; height: 150px; border-radius: 50%;
  border: 20px solid var(--orange); border-right-color: transparent; border-bottom-color: transparent;
  pointer-events: none; z-index: 2; animation: drift 14s ease-in-out infinite;
}
.hero-photo {
  position: absolute; inset: 0; z-index: 1;
  border-radius: 52% 48% 44% 56% / 48% 52% 48% 52%;
  overflow: hidden; box-shadow: 0 26px 60px rgba(18,40,64,.22); background: var(--soft-blue-bg);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-chip {
  position: absolute; left: -8px; bottom: 26px; z-index: 3;
  display: flex; align-items: center; gap: 12px; padding: 14px 20px; border-radius: 16px;
  background: #fff; box-shadow: 0 16px 36px rgba(18,40,64,.16);
}
.hero-chip i { font-size: 26px; color: var(--orange); }
.hero-chip span { display: grid; gap: 2px; }
.hero-chip strong { font-family: 'Sora', sans-serif; font-size: 18px; color: var(--ink); }
.hero-chip small { font-size: 13px; color: var(--muted); }

/* Sections */
.section { max-width: 1220px; margin: 0 auto; padding: 88px 24px 24px; }
.section-head {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: 20px; margin-bottom: 38px;
}
.section-head > div { display: grid; gap: 14px; justify-items: start; }
.section-head-col { display: grid; gap: 14px; justify-items: start; margin-bottom: 14px; }
.section h2 {
  margin: 0; font-family: 'Sora', sans-serif; font-weight: 600;
  font-size: clamp(29px, 3.8vw, 42px); letter-spacing: -.025em; color: var(--ink);
}
.section-lede { margin: 0 0 30px; max-width: 40ch; font-size: 16px; line-height: 1.65; color: var(--muted); }

.grid { display: grid; gap: 18px; }
.offerings-grid { grid-template-columns: repeat(auto-fit, minmax(285px, 1fr)); }
.card {
  display: grid; gap: 13px; align-content: start; padding: 28px;
  border: 1px solid var(--line); border-radius: 18px; background: #fff; color: var(--ink);
  transition: border-color .25s, transform .25s, box-shadow .25s;
}
.offering-card:hover { border-color: var(--blue); transform: translateY(-5px); box-shadow: 0 18px 38px rgba(18,40,64,.11); }
.icon-badge { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: var(--soft-blue-bg); }
.icon-badge i { font-size: 24px; color: var(--blue); }
.card h3 { margin: 0; font-family: 'Sora', sans-serif; font-weight: 600; font-size: 20px; letter-spacing: -.01em; }
.card p { margin: 0; font-size: 15.5px; line-height: 1.65; color: var(--muted); }
.cta-link { font-size: 14px; font-weight: 500; color: var(--orange); display: inline-flex; align-items: center; gap: 6px; }

.stats-band { margin: 88px 0 0; position: relative; overflow: hidden; background: linear-gradient(120deg, var(--blue), var(--blue-dark)); }
.stats-grid {
  position: relative; padding: 62px 24px; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 34px;
}
.stat { display: grid; gap: 8px; }
.stat-num { font-family: 'Sora', sans-serif; font-weight: 600; font-size: clamp(36px, 4.4vw, 52px); line-height: 1; letter-spacing: -.035em; color: #fff; }
.stat-label { font-size: 14.5px; line-height: 1.55; color: #CFE4F4; }

.work-photos { grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); margin-bottom: 48px; }
.work-photos figure { margin: 0; border-radius: 18px; overflow: hidden; border: 1px solid var(--line); }
.work-photos img { width: 100%; height: 236px; object-fit: cover; }
.project-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 0 48px; border-top: 1px solid var(--line); }
.project-row {
  display: flex; align-items: baseline; justify-content: space-between; gap: 20px;
  padding: 16px 0; border-bottom: 1px solid var(--line); transition: padding-left .25s;
}
.project-row:hover { padding-left: 8px; }
.project-name { font-size: 15.5px; line-height: 1.5; color: var(--ink-soft); }
.project-size { font-family: 'Sora', sans-serif; font-weight: 600; font-size: 15px; color: var(--blue); white-space: nowrap; }

.faq-section { background: var(--panel); border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); padding: 82px 0; margin-top: 88px; }
.faq-section .section-lede { max-width: 52ch; }
.faq-tabs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 34px; }
.faq-tab {
  padding: 11px 20px; border-radius: 999px; cursor: pointer; font-family: 'Outfit', sans-serif;
  font-size: 15px; font-weight: 500; border: 1.5px solid #D8E2EB; background: #fff; color: var(--muted-2);
  transition: background .25s, border-color .25s, color .25s, box-shadow .25s;
}
.faq-tab.active { border-color: var(--orange); background: var(--orange); color: #fff; box-shadow: 0 8px 18px rgba(240,90,39,.24); }
.faq-quote { margin: 0 0 28px; max-width: 60ch; font-family: 'Sora', sans-serif; font-size: 19px; line-height: 1.55; color: var(--blue-dark); border-left: 3px solid var(--orange); padding-left: 18px; }
.faq-thread { display: grid; gap: 20px; max-width: 900px; }
.faq-pair { display: grid; gap: 10px; animation: fade .45s both; }
.bubble { padding: 16px 21px; font-size: 16px; line-height: 1.6; }
.bubble-q { justify-self: start; max-width: 88%; border: 1.5px solid var(--blue); border-radius: 18px 18px 18px 4px; background: #fff; color: var(--ink); }
.bubble-a { justify-self: end; max-width: 78%; border-radius: 18px 18px 4px 18px; background: var(--orange); color: #fff; font-weight: 500; box-shadow: 0 10px 22px rgba(240,90,39,.2); }

.team-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 32px; }
.team-card { display: grid; gap: 16px; justify-items: start; }
.team-photo { width: 138px; height: 138px; border-radius: 50%; overflow: hidden; border: 4px solid var(--soft-blue-bg); display: grid; place-items: center; background: var(--soft-blue-bg); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-initial { font-family: 'Sora', sans-serif; font-size: 44px; font-weight: 600; color: var(--blue); }
.team-card h3 { margin: 0; font-family: 'Sora', sans-serif; font-weight: 600; font-size: 20px; }
.team-card p { margin: 0; font-size: 15.5px; line-height: 1.7; color: var(--muted); }

.values-section { background: var(--panel); border-top: 1px solid var(--line-2); padding: 82px 0; max-width: none; }
.values-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; }
.value-col { display: grid; gap: 14px; align-content: start; justify-items: start; }
.value-col p { margin: 0; font-size: 16.5px; line-height: 1.75; color: var(--ink-soft); }
.values-list { display: grid; gap: 11px; }
.values-list p { font-size: 15.5px; line-height: 1.7; color: var(--muted); }
.values-list strong { color: var(--ink); font-weight: 600; }

.quote-grid { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 56px; align-items: start; }
.quote-copy { display: grid; gap: 18px; align-content: start; justify-items: start; }
.quote-copy p { margin: 0; max-width: 42ch; font-size: 16.5px; line-height: 1.75; color: var(--muted); }
.quote-phone { font-size: 15px !important; color: var(--muted) !important; }
.quote-form { display: grid; gap: 14px; padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 20px 46px rgba(18,40,64,.09); }
.quote-fields { display: grid; gap: 14px; }
.quote-fields label { display: grid; gap: 6px; font-size: 13.5px; font-weight: 500; color: var(--muted); }
.quote-fields input, .quote-fields select { padding: 12px 14px; border: 1px solid #D8E2EB; border-radius: 11px; background: #fff; color: var(--ink); font-size: 16px; }
.quote-error { color: #C0392B; font-size: 14px; background: #FBEAEA; padding: 10px 14px; border-radius: 10px; }
.quote-success { display: grid; gap: 10px; justify-items: start; padding: 6px 0; }
.quote-success i { font-size: 36px; color: var(--blue); }
.quote-success p { margin: 0; font-family: 'Sora', sans-serif; font-size: 18px; line-height: 1.55; color: var(--ink); }

/* Footer */
.site-footer { background: var(--orange); color: #fff; }
.footer-grid { padding: 52px 24px; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 36px; }
.footer-brand { display: grid; gap: 14px; align-content: start; justify-items: start; }
.footer-brand p { margin: 0; font-family: 'Sora', sans-serif; font-size: 15px; line-height: 1.6; color: #FFE3D8; }
.footer-col { display: grid; gap: 10px; align-content: start; font-size: 15.5px; line-height: 1.55; }
.footer-col span { display: flex; gap: 10px; align-items: flex-start; }
.footer-col a { color: #fff; }
.footer-col .muted { color: #FFE3D8; }
.qr-box { width: 112px; height: 112px; background: #EFEFEF; border-radius: 10px; padding: 6px; box-sizing: border-box; }
.qr-box img { width: 100%; height: 100%; object-fit: contain; border-radius: 6px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.28); }
.footer-bottom-inner { padding: 16px 24px; display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; font-size: 13.5px; color: #FFE3D8; }
.footer-social { display: flex; gap: 18px; }
.footer-social a { color: #fff; display: flex; align-items: center; gap: 6px; }

@media (max-width: 640px) {
  .section { padding: 56px 24px 24px; }
  .faq-section { padding: 56px 0; }
}
