/* ============================================================
   TeamTok — teamtok.co
   Rebuilt static site styles
   ============================================================ */

:root {
  --orange-1: #f7a600;
  --orange-2: #ef7d0a;
  --orange-3: #e8420e;
  --amber: #f5a623;
  --blue: #1e4fe6;
  --blue-deep: #1a3fca;
  --ink: #2b2b2b;
  --ink-soft: #5f6470;
  --muted: #7a7f8c;
  --line: #e9ebf0;
  --bg: #ffffff;
  --bg-soft: #f7f8fb;
  --footer: #1c1d22;
  --footer-soft: #26272e;
  --radius: 14px;
  --shadow-sm: 0 4px 18px rgba(20, 30, 60, 0.06);
  --shadow-md: 0 16px 44px rgba(20, 30, 60, 0.10);
  --maxw: 1180px;
  --header-h: 74px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: "Poppins", "Inter", sans-serif; line-height: 1.2; color: var(--ink); }
img { max-width: 100%; display: block; }
a { color: var(--blue); text-decoration: none; }

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

.section { padding: 92px 0; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-head h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 300; margin: 0 0 18px; }
.section-sub { color: var(--muted); font-size: 1.05rem; margin: 0; }

h2 { font-weight: 300; font-size: clamp(1.9rem, 3.5vw, 2.7rem); margin: 0 0 18px; }

.rule { display: block; width: 56px; height: 3px; background: var(--ink); border-radius: 3px; margin: 0 0 26px; opacity: .85; }
.rule.center { margin: 0 auto 26px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 15px 32px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--orange-3); box-shadow: var(--shadow-md); }
.btn-light:hover { color: var(--orange-2); }
.btn-blue { background: var(--blue); color: #fff; box-shadow: 0 12px 30px rgba(30, 79, 230, .28); }
.btn-blue:hover { background: var(--blue-deep); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { height: var(--header-h); display: flex; align-items: center; justify-content: space-between; }

.brand { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 1.5rem; letter-spacing: -.02em; color: var(--ink); }
.brand-name.light { color: #fff; }
.brand-dot { color: var(--orange-2); }
.brand-tag { font-size: .58rem; letter-spacing: .42em; text-transform: uppercase; color: var(--muted); margin-top: 4px; padding-left: 2px; }

.nav { display: flex; align-items: center; gap: 30px; }
.nav a { font-family: "Poppins", sans-serif; font-weight: 500; font-size: .98rem; color: var(--ink); transition: color .15s ease; }
.nav a:hover { color: var(--blue); }
.nav .nav-cta {
  background: var(--blue); color: #fff; padding: 9px 20px; border-radius: 4px;
}
.nav .nav-cta:hover { background: var(--blue-deep); color: #fff; }
.nav-wa { display: inline-flex; align-items: center; gap: 7px; color: #1fae52 !important; font-weight: 600; }
.nav-wa:hover { color: #178a41 !important; }
.nav-wa .wa-icon { width: 20px; height: 20px; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: linear-gradient(115deg, var(--orange-1) 0%, var(--orange-2) 52%, var(--orange-3) 100%);
  color: #fff;
  overflow: hidden;
  padding: 96px 0 132px;
}
.hero-inner { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 40px; }
.hero-copy h1 { color: #fff; font-weight: 300; font-size: clamp(2.3rem, 5vw, 3.7rem); margin: 0 0 22px; }
.hero-copy h1 span { font-weight: 700; }
.hero-copy p { font-size: 1.25rem; max-width: 30ch; margin: 0 0 34px; opacity: .96; }

.hero-art { position: relative; display: flex; justify-content: center; align-items: center; min-height: 320px; }
.hero-photo {
  width: 330px; height: 330px; border-radius: 46% 54% 52% 48% / 55% 46% 54% 45%;
  border: 3px solid rgba(255, 255, 255, .45);
  overflow: hidden;
  box-shadow: 0 26px 60px rgba(120, 40, 0, .35);
  animation: float 7s ease-in-out infinite;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-ring {
  position: absolute; width: 360px; height: 360px; border-radius: 50%;
  border: 2px dashed rgba(255, 255, 255, .35);
  animation: spin 40s linear infinite;
}
@keyframes float { 0%,100% { transform: translateY(-10px); } 50% { transform: translateY(10px); } }
@keyframes spin { to { transform: rotate(360deg); } }

.hero-wave { position: absolute; left: 0; right: 0; bottom: -1px; height: 90px; background: #fff;
  clip-path: polygon(0 55%, 18% 62%, 42% 55%, 68% 66%, 100% 52%, 100% 100%, 0 100%); }

@media (prefers-reduced-motion: reduce) {
  .hero-photo, .hero-ring { animation: none; }
}

/* ---------- About ---------- */
.about { background: var(--bg); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.about-visual { position: relative; min-height: 340px; }
.about-shape {
  position: absolute; inset: 0; overflow: hidden;
  background: linear-gradient(150deg, var(--blue) 0%, var(--blue-deep) 100%);
  border-radius: 48% 52% 60% 40% / 52% 44% 56% 48%;
  box-shadow: var(--shadow-md);
}
.about-shape img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-shape::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  background: linear-gradient(150deg, rgba(30,79,230,.55) 0%, rgba(26,63,202,.62) 100%);
}
.about-copy h2 { font-size: clamp(2rem, 4vw, 3rem); }
.about-copy p { color: var(--ink-soft); font-size: 1.12rem; max-width: 54ch; }

.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 84px; }
.pillar h3 { color: var(--blue); font-weight: 700; font-size: 1.9rem; margin: 0 0 14px; }
.pillar .rule { background: var(--blue); }
.pillar p { color: var(--ink-soft); margin: 0; }

/* ---------- Activities ---------- */
.activities { background: var(--bg-soft); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 0; overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.card-media { width: 100%; height: 200px; object-fit: cover; display: block; }
.card h3 { font-size: 1.28rem; font-weight: 600; margin: 22px 24px 10px; }
.card p { color: var(--ink-soft); margin: 0 24px 28px; font-size: .98rem; }

/* ---------- Why Choose Us ---------- */
.why { background: #fff; }
.why-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.why-copy h2 { font-size: clamp(2rem, 4vw, 3rem); }
.why-list { list-style: none; padding: 0; margin: 0 0 34px; }
.why-list li { position: relative; padding-left: 26px; margin-bottom: 12px; color: var(--ink-soft); }
.why-list li::before { content: ""; position: absolute; left: 4px; top: 11px; width: 7px; height: 7px; border-radius: 50%; background: var(--muted); }

.ticks { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; }
.ticks li { position: relative; padding-left: 34px; font-family: "Poppins", sans-serif; font-weight: 500; }
.ticks li::before {
  content: ""; position: absolute; left: 0; top: 2px; width: 20px; height: 20px;
  background: var(--amber);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") no-repeat center / contain;
}
.why-visual { position: relative; min-height: 380px; }
.why-shape {
  position: absolute; inset: 0;
  background: linear-gradient(150deg, var(--blue) 0%, var(--blue-deep) 100%);
  border-radius: 42px 42px 42px 120px;
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.why-shape img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.why-shape::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(150deg, rgba(30,79,230,.5) 0%, rgba(26,63,202,.62) 100%);
}

/* ---------- Testimonial ---------- */
.testimonial { background: var(--bg-soft); }
.testimonial-inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 0; align-items: stretch; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); }
.quote-visual { min-height: 360px; background: linear-gradient(150deg, #d7431a, #b8310f); position: relative; overflow: hidden; }
.quote-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.quote-visual::after {
  content: "\201C"; position: absolute; left: 30px; top: 4px; z-index: 1;
  font-family: Georgia, serif; font-size: 12rem; color: rgba(255,255,255,.6); line-height: 1;
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}
.quote { margin: 0; background: #eef2fb; padding: 56px 52px; display: flex; flex-direction: column; justify-content: center; }
.quote blockquote { margin: 0; }
.quote p { font-size: 1.35rem; line-height: 1.6; color: var(--ink); font-weight: 300; }
.quote figcaption { margin-top: 22px; color: var(--muted); font-family: "Poppins", sans-serif; }

/* ---------- FAQ ---------- */
.faq { background: #fff; }
.faq-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 1000px; margin: 0 auto; }
.faq-item {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 8px 22px;
  background: #fff; transition: box-shadow .18s ease, border-color .18s ease;
}
.faq-item[open] { box-shadow: var(--shadow-sm); border-color: transparent; }
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; gap: 16px; align-items: flex-start;
  padding: 16px 0; font-family: "Poppins", sans-serif; font-weight: 600; font-size: 1.08rem; color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.q-mark {
  flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; background: var(--amber);
  color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; margin-top: 1px;
}
.q-text { padding-top: 4px; }
.faq-body { padding: 0 0 18px 50px; color: var(--ink-soft); }
.faq-body p { margin: 0 0 14px; }
.faq-body ul, .faq-body ol { margin: 0 0 8px; padding-left: 20px; }
.faq-body li { margin-bottom: 8px; }

/* ---------- Get Started / Contact ---------- */
.get-started { background: linear-gradient(150deg, var(--blue) 0%, var(--blue-deep) 100%); color: #fff; position: relative; overflow: hidden; }
.get-started::before {
  content: ""; position: absolute; top: -120px; right: -120px; width: 520px; height: 520px;
  background: linear-gradient(150deg, var(--orange-1), var(--orange-2)); border-radius: 50%; opacity: .95;
}
.gs-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: start; }
.gs-copy h2 { color: #fff; font-size: clamp(2rem, 4vw, 3rem); }
.gs-copy .rule { background: #fff; }
.gs-copy p { color: rgba(255,255,255,.92); font-size: 1.08rem; max-width: 46ch; }
.gs-cta-head { font-family: "Poppins", sans-serif; font-weight: 600; font-size: 1.25rem; margin-top: 28px; }

.gs-form-wrap { background: #fff; border-radius: 18px; padding: 38px 34px; box-shadow: var(--shadow-md); color: var(--ink); }
.gs-form-wrap h3 { font-size: 1.6rem; font-weight: 300; margin: 0 0 22px; }

.contact-form .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; display: flex; flex-direction: column; }
.field label { font-size: .82rem; font-weight: 600; color: var(--ink-soft); margin-bottom: 7px; font-family: "Poppins", sans-serif; }
.field input, .field select, .field textarea {
  font: inherit; padding: 13px 14px; border: 1px solid var(--line); border-radius: 8px;
  background: var(--bg-soft); color: var(--ink); transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--blue); background: #fff; box-shadow: 0 0 0 3px rgba(30,79,230,.12);
}
.field textarea { resize: vertical; min-height: 130px; }
.contact-form .btn { width: 100%; margin-top: 4px; }
.hp { position: absolute; left: -9999px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--footer); color: #c7cad2; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding: 62px 24px 40px; }
.footer-brand .brand-tag { color: #8b8f9a; }
.footer-blurb { margin: 16px 0 0; max-width: 34ch; color: #9aa0ac; }
.footer-nav h4, .footer-social h4 { color: #fff; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; margin: 4px 0 16px; }
.footer-nav { display: flex; flex-direction: column; }
.footer-nav a { color: #c7cad2; padding: 5px 0; }
.footer-nav a:hover { color: #fff; }
.social-row { display: flex; gap: 12px; }
.social {
  width: 40px; height: 40px; border-radius: 10px; background: var(--footer-soft);
  display: flex; align-items: center; justify-content: center; color: #c7cad2; transition: .18s;
}
.social:hover { background: var(--blue); color: #fff; transform: translateY(-2px); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom .container { padding-top: 22px; padding-bottom: 22px; }
.footer-bottom p { margin: 0; font-size: .9rem; color: #8b8f9a; }

/* ---------- WhatsApp ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 60;
  display: inline-flex; align-items: center; gap: 10px;
  background: #25d366; color: #fff;
  padding: 12px 20px 12px 15px; border-radius: 40px;
  font-family: "Poppins", sans-serif; font-weight: 600; font-size: 1rem;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .22);
  transition: transform .15s ease, box-shadow .15s ease;
}
.wa-float:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(0, 0, 0, .28); color: #fff; }
.wa-icon { width: 26px; height: 26px; flex: 0 0 auto; fill: currentColor; }

.btn-wa {
  display: inline-flex; align-items: center; gap: 10px;
  background: #25d366; color: #fff; margin-top: 22px;
  box-shadow: 0 12px 30px rgba(37, 211, 102, .32);
}
.btn-wa:hover { background: #1fb457; color: #fff; }
.btn-wa .wa-icon { width: 22px; height: 22px; }

.gs-phone { margin: 16px 0 0; color: rgba(255, 255, 255, .92); font-size: 1rem; }
.gs-phone a { color: #fff; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 560px) {
  .wa-float { padding: 14px; border-radius: 50%; }
  .wa-label { display: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .section { padding: 68px 0; }
  .nav-toggle { display: flex; }
  .nav {
    position: fixed; inset: var(--header-h) 0 auto 0; flex-direction: column; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line); padding: 8px 24px 18px;
    transform: translateY(-130%); transition: transform .28s ease; box-shadow: var(--shadow-md);
  }
  .nav.open { transform: translateY(0); }
  .nav a { width: 100%; padding: 13px 0; border-bottom: 1px solid var(--line); }
  .nav .nav-cta { text-align: center; margin-top: 10px; border-bottom: 0; }

  .hero-inner { grid-template-columns: 1fr; }
  .hero-art { display: none; }
  .hero-copy p { max-width: none; }

  .about-grid, .why-grid, .gs-grid, .testimonial-inner { grid-template-columns: 1fr; }
  .about-visual { min-height: 240px; }
  .pillars { grid-template-columns: 1fr; gap: 44px; margin-top: 56px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .faq-list { grid-template-columns: 1fr; }
  .why-visual { min-height: 260px; order: -1; }
  .quote-visual { min-height: 180px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { padding: 0 18px; }
  .cards { grid-template-columns: 1fr; }
  .ticks { grid-template-columns: 1fr; }
  .contact-form .field-row { grid-template-columns: 1fr; }
  .quote { padding: 40px 28px; }
  .gs-form-wrap { padding: 28px 22px; }
  .footer-inner { grid-template-columns: 1fr; }
}
