/* =========================================================
   TurkFind — Design Tokens
   Palette:  Navy #0F2444 / Navy-2 #16305A / Gold #C99A3E
             Brick #A83932 / Paper #F5F5F2 / Ink #1B2430
   Type:     Fraunces (display) / Inter (body) / IBM Plex Mono (utility)
   Motif:    Trade manifest / export-stamp — used sparingly as
             the page's one signature device (hero manifest card,
             stamped testimonial "client files", coded process steps).
   ========================================================= */

:root{
  --navy:#0F2444;
  --navy-2:#16305A;
  --navy-soft:#1D3A66;
  --gold:#C99A3E;
  --gold-soft:#E4C88A;
  --brick:#A83932;
  --paper:#F5F5F2;
  --paper-2:#EDEBE4;
  --white:#FFFFFF;
  --ink:#1B2430;
  --ink-soft:#5B6472;
  --line:#DEDCD3;

  --font-display:'Fraunces', Georgia, serif;
  --font-body:'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono:'IBM Plex Mono', 'Courier New', monospace;

  --max:1180px;
  --radius:14px;
  --header-h:78px;
}

*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto;}
  *{animation-duration:0.01ms !important; animation-iteration-count:1 !important; transition-duration:0.01ms !important;}
}

body{
  margin:0;
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--white);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}

img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
ul{margin:0;padding:0;list-style:none;}
h1,h2,h3,h4{margin:0;font-family:var(--font-display);font-weight:600;letter-spacing:-0.01em;}
p{margin:0;}
button{font-family:inherit;}

:focus-visible{outline:2px solid var(--gold);outline-offset:3px;}

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

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.9rem 1.6rem;border-radius:999px;font-weight:600;font-size:.95rem;
  border:1px solid transparent;cursor:pointer;transition:transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease;
  white-space:nowrap;
}
.btn:hover{transform:translateY(-1px);}
.btn-gold{background:var(--gold);color:var(--navy);}
.btn-gold:hover{background:var(--gold-soft);}
.btn-outline-light{border-color:rgba(255,255,255,.4);color:#fff;}
.btn-outline-light:hover{border-color:#fff;background:rgba(255,255,255,.08);}
.btn-navy{background:var(--navy);color:#fff;}
.btn-navy:hover{background:var(--navy-2);}
.btn-outline-navy{border-color:var(--navy);color:var(--navy);}
.btn-outline-navy:hover{background:var(--navy);color:#fff;}

/* ---------- Eyebrow / labels (mono, manifest-code feel) ---------- */
.eyebrow{
  font-family:var(--font-mono);
  font-size:.86rem;
  font-weight:600;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--gold);
  display:inline-flex;align-items:center;gap:.5rem;
  margin-bottom:1rem;
}
.eyebrow::before{content:'';width:22px;height:1px;background:var(--gold);}
.eyebrow.on-light{color:var(--brick);}

/* ---------- Header / Nav ---------- */
.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(15,36,68,.92);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.nav{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;max-width:var(--max);margin:0 auto;}
.brand{display:flex;align-items:center;gap:.6rem;color:#fff;font-family:var(--font-display);font-size:1.25rem;font-weight:600;}
.brand-mark{
  width:34px;height:34px;border-radius:8px;background:var(--gold);
  display:flex;align-items:center;justify-content:center;color:var(--navy);
  font-family:var(--font-mono);font-weight:700;font-size:.8rem;
}
.nav-links{display:flex;align-items:center;gap:2rem;}
.nav-links a{color:rgba(255,255,255,.82);font-size:.92rem;font-weight:500;}
.nav-links a:hover{color:#fff;}
.nav-cta{display:flex;align-items:center;gap:1rem;}
.nav-toggle{display:none;background:none;border:0;color:#fff;font-size:1.5rem;line-height:1;padding:4px;}

@media (max-width:900px){
  .nav-links{
    position:fixed;
    top:0; left:0; right:0;
    height:100vh;
    height:100dvh;
    background:var(--navy);
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    padding:calc(var(--header-h) + 14px) 28px calc(40px + env(safe-area-inset-bottom, 0px));
    gap:0;
    transform:translateX(100%);
    transition:transform .25s ease;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
  }
  .nav-links.open{transform:translateX(0);}
  .nav-links a{
    font-size:1.15rem;
    width:100%;
    padding:1rem 0;
    border-bottom:1px solid rgba(255,255,255,.12);
  }
  .nav-links a.btn-gold{
    border-bottom:none;
    justify-content:center;
    margin-top:1.6rem !important;
  }
  .nav-toggle{display:block;}
  .nav-cta .btn-outline-light{display:none;}
}

/* ---------- Hero ---------- */
.hero{
  background:radial-gradient(circle at 15% 0%, var(--navy-soft), var(--navy) 55%);
  color:#fff;
  padding:96px 0 70px;
  position:relative;
  overflow:hidden;
}
.hero-grid{
  display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center;
}
.hero-copy, .hero-visual{min-width:0;}
.hero-title{font-size:clamp(2.1rem, 4vw, 3.4rem);line-height:1.08;margin-bottom:1.3rem;color:#fff;}
.hero-sub{font-size:1.08rem;color:rgba(255,255,255,.78);max-width:520px;margin-bottom:2rem;}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;}

.hero-visual{position:relative;height:420px;}
.route-svg{width:100%;height:100%;display:block;}

@media (max-width:960px){
  .hero{padding:70px 0 50px;}
  .hero-grid{grid-template-columns:1fr;gap:2.4rem;}
  .hero-visual{
    height:auto;
    max-width:420px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:1.6rem;
  }
  .route-svg{
    position:static;
    width:100%;
    height:auto;
    aspect-ratio:420/300;
  }
  .manifest-card{
    position:static;
    transform:none;
    width:100%;
    max-width:340px;
  }
}
@media (max-width:480px){
  .manifest-card{padding:.9rem 1rem;}
  .manifest-card-head{font-size:.62rem;}
  .manifest-row{font-size:.78rem;}
  .manifest-row .val{font-size:.74rem;}
}
.route-line{
  fill:none;stroke:var(--gold);stroke-width:2;stroke-dasharray:6 7;
  animation:dashmove 3.5s linear infinite;
}
@keyframes dashmove{to{stroke-dashoffset:-130;}}
.route-dot{fill:var(--gold);}
.route-dot.origin{fill:#fff;}
.route-city{font-family:var(--font-mono);font-size:11px;fill:rgba(255,255,255,.75);letter-spacing:.05em;}

.manifest-card{
  position:absolute;bottom:18px;left:50%;transform:translateX(-50%);
  width:min(360px, 88%);
  background:#fff;color:var(--ink);border-radius:10px;
  padding:1.1rem 1.3rem;
  box-shadow:0 24px 50px rgba(0,0,0,.35);
  border-top:4px solid var(--brick);
}
.manifest-card-head{
  display:flex;justify-content:space-between;align-items:center;
  font-family:var(--font-mono);font-size:.68rem;letter-spacing:.08em;color:var(--ink-soft);
  text-transform:uppercase;margin-bottom:.7rem;
}
.manifest-status{
  background:rgba(30,120,70,.1);color:#1f7a4d;
  padding:.15rem .55rem;border-radius:999px;font-weight:700;letter-spacing:.05em;
}
.manifest-row{display:flex;justify-content:space-between;font-size:.86rem;padding:.35rem 0;border-top:1px dashed var(--line);}
.manifest-row:first-of-type{border-top:none;}
.manifest-row .lbl{color:var(--ink-soft);}
.manifest-row .val{font-weight:600;font-family:var(--font-mono);font-size:.82rem;}

/* ---------- Ticket / perforated divider (signature motif) ---------- */
.ticket-divider{
  display:flex;align-items:center;gap:10px;
  padding:0 0 0 0;color:var(--ink-soft);
}
.ticket-divider .dash-line{flex:1;height:0;border-top:1px dashed var(--line);}

/* ---------- Trust bar ---------- */
.trust-bar{background:var(--paper);border-bottom:1px solid var(--line);padding:34px 0;}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;text-align:center;}
.trust-num{font-family:var(--font-display);font-size:2rem;color:var(--navy);font-weight:600;}
.trust-lbl{font-size:.82rem;color:var(--ink-soft);margin-top:.2rem;}
@media (max-width:700px){.trust-grid{grid-template-columns:repeat(2,1fr);}}

/* ---------- Section shell ---------- */
.section{padding:96px 0;}
.section-alt{background:var(--paper);}
.section-header{max-width:640px;margin-bottom:3rem;}
.section-title{font-size:clamp(1.7rem,3vw,2.3rem);margin-bottom:1rem;color:var(--navy);}
.section-sub{color:var(--ink-soft);font-size:1.02rem;}
.section-header.center{margin-left:auto;margin-right:auto;text-align:center;}

/* ---------- How it works (manifest steps) ---------- */
.steps-list{border-top:1px solid var(--line);}
.step-item{
  display:grid;grid-template-columns:64px 1fr;gap:1.6rem;
  padding:1.6rem 0;border-bottom:1px solid var(--line);
  align-items:start;
}
.step-icon-wrap{display:flex;flex-direction:column;align-items:center;gap:.4rem;}
.step-icon{
  width:44px;height:44px;border-radius:10px;background:var(--navy);color:var(--gold);
  display:flex;align-items:center;justify-content:center;font-size:1.15rem;flex-shrink:0;
}
.step-code-caption{font-family:var(--font-mono);font-size:.65rem;color:var(--ink-soft);letter-spacing:.04em;}
.step-title{font-size:1.15rem;margin-bottom:.4rem;color:var(--navy);}
.step-desc{color:var(--ink-soft);font-size:.96rem;max-width:640px;}
@media (max-width:640px){.step-item{grid-template-columns:1fr;gap:.7rem;} .step-icon-wrap{flex-direction:row;}}

/* ---------- Services ---------- */
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem;}
.service-card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:1.7rem 1.5rem;transition:border-color .2s ease, transform .2s ease;
}
.service-card:hover{border-color:var(--gold);transform:translateY(-3px);}
.service-icon{
  width:44px;height:44px;border-radius:10px;background:var(--navy);color:var(--gold);
  display:flex;align-items:center;justify-content:center;font-size:1.15rem;margin-bottom:1rem;
}
.service-title{font-size:1.02rem;color:var(--navy);margin-bottom:.5rem;font-family:var(--font-body);font-weight:700;}
.service-desc{font-size:.9rem;color:var(--ink-soft);}
@media (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:600px){.services-grid{grid-template-columns:1fr;}}

/* ---------- About ---------- */
.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3.5rem;align-items:start;}
.about-body p{color:var(--ink-soft);margin-bottom:1rem;font-size:1.02rem;}
.about-points{margin-top:1.6rem;}
.about-points li{
  display:flex;gap:.7rem;padding:.6rem 0;border-top:1px solid var(--line);
  font-size:.95rem;color:var(--ink);
}
.about-points li:first-child{border-top:none;}
.about-points li svg{flex-shrink:0;color:var(--brick);margin-top:.15rem;}

.seal{
  width:220px;height:220px;border-radius:50%;
  border:2px dashed var(--brick);
  display:flex;align-items:center;justify-content:center;
  margin:0 auto;position:relative;
}
.seal-inner{
  width:170px;height:170px;border-radius:50%;background:var(--navy);color:#fff;
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
  padding:1rem;
}
.seal-inner .seal-word{font-family:var(--font-mono);font-size:.62rem;letter-spacing:.12em;color:var(--gold);text-transform:uppercase;margin-bottom:.4rem;}
.seal-inner strong{font-family:var(--font-display);font-size:1.05rem;line-height:1.3;}

@media (max-width:900px){.about-grid{grid-template-columns:1fr;} .seal{margin-top:2rem;}}

/* ---------- Industries ---------- */
.industries-strip{display:flex;flex-wrap:wrap;gap:.7rem;}
.industry-pill{
  border:1px solid var(--line);border-radius:999px;padding:.55rem 1.1rem;
  font-size:.88rem;color:var(--navy);background:#fff;font-weight:500;
}

/* ---------- Testimonials (client file / stamp motif) ---------- */
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;}
.testimonial-card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:1.7rem;position:relative;
}
.testimonial-stamp{
  position:absolute;top:1.2rem;right:1.2rem;
  border:1.5px solid var(--brick);color:var(--brick);
  font-family:var(--font-mono);font-size:.6rem;letter-spacing:.08em;
  padding:.2rem .5rem;border-radius:5px;transform:rotate(6deg);
  text-transform:uppercase;font-weight:700;
}
.testimonial-quote{font-family:var(--font-display);font-size:1.08rem;color:var(--navy);line-height:1.45;margin:1.6rem 0 1.3rem;}
.testimonial-meta{font-size:.85rem;color:var(--ink-soft);border-top:1px dashed var(--line);padding-top:.8rem;}
.testimonial-meta strong{color:var(--ink);display:block;}
.testimonial-ref{font-family:var(--font-mono);font-size:.7rem;color:var(--ink-soft);margin-top:.5rem;display:block;}
@media (max-width:960px){.testimonials-grid{grid-template-columns:1fr;}}

/* ---------- Blog preview ---------- */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;}
.blog-card{
  border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;
  display:flex;flex-direction:column;
}
.blog-card-top{
  height:130px;background:linear-gradient(135deg,var(--navy),var(--navy-2));
  display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:1.8rem;
}
.blog-card-body{padding:1.4rem;flex:1;display:flex;flex-direction:column;}
.blog-date{font-family:var(--font-mono);font-size:.7rem;color:var(--ink-soft);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.5rem;}
.blog-card-title{font-size:1.08rem;color:var(--navy);margin-bottom:.6rem;line-height:1.35;}
.blog-card-excerpt{font-size:.9rem;color:var(--ink-soft);flex:1;margin-bottom:1rem;}
.blog-card-link{font-size:.86rem;font-weight:700;color:var(--brick);}
@media (max-width:960px){.blog-grid{grid-template-columns:1fr;}}

/* ---------- Contact ---------- */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;}
.contact-form{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:2rem;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}
.form-group{margin-bottom:1.1rem;}
.form-group label{display:block;font-size:.82rem;font-weight:600;color:var(--navy);margin-bottom:.4rem;}
.form-group input,.form-group select,.form-group textarea{
  width:100%;padding:.75rem .9rem;border:1px solid var(--line);border-radius:8px;
  font-family:var(--font-body);font-size:.95rem;background:var(--paper);color:var(--ink);
}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{
  outline:none;border-color:var(--gold);background:#fff;
}
.form-note{font-size:.78rem;color:var(--ink-soft);margin-top:.8rem;}

.contact-info-card{
  background:var(--navy);color:#fff;border-radius:var(--radius);padding:2rem;height:100%;
}
.contact-info-card h3{color:#fff;font-size:1.2rem;margin-bottom:1.5rem;}
.info-item{display:flex;gap:.9rem;padding:.9rem 0;border-top:1px solid rgba(255,255,255,.12);}
.info-item:first-of-type{border-top:none;}
.info-item .ico{color:var(--gold);flex-shrink:0;}
.info-item .lbl{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.55);}
.info-item .val{font-size:.96rem;font-weight:500;}

.form-success, .form-error{padding:1rem 1.2rem;border-radius:8px;font-size:.92rem;margin-bottom:1.2rem;}
.form-success{background:rgba(31,122,77,.1);color:#1f7a4d;border:1px solid rgba(31,122,77,.25);}
.form-error{background:rgba(168,57,50,.08);color:var(--brick);border:1px solid rgba(168,57,50,.25);}

@media (max-width:900px){.contact-grid{grid-template-columns:1fr;} .form-row{grid-template-columns:1fr;}}

/* ---------- Footer ---------- */
.site-footer{background:var(--navy);color:rgba(255,255,255,.75);padding:60px 0 26px;}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:3rem;}
.footer-brand{display:flex;align-items:center;gap:.6rem;color:#fff;font-family:var(--font-display);font-size:1.2rem;margin-bottom:.9rem;}
.footer-desc{font-size:.9rem;line-height:1.6;max-width:280px;}
.footer-col h4{color:#fff;font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem;font-family:var(--font-body);}
.footer-col ul li{margin-bottom:.6rem;font-size:.9rem;}
.footer-col ul li a:hover{color:#fff;}
.footer-social{display:flex;gap:.7rem;margin-top:1rem;}
.footer-social a{
  width:34px;height:34px;border:1px solid rgba(255,255,255,.2);border-radius:8px;
  display:flex;align-items:center;justify-content:center;
}
.footer-social a:hover{border-color:var(--gold);color:var(--gold);}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:1.6rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.6rem;font-size:.8rem;}
@media (max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;}}
@media (max-width:560px){.footer-grid{grid-template-columns:1fr;}}

/* ---------- Team ---------- */
.team-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2.8rem;}
.team-card{width:170px;text-align:center;}
.team-photo{
  width:130px;height:130px;border-radius:50%;overflow:hidden;
  margin:0 auto 1.1rem;border:3px solid var(--gold);
  box-shadow:0 10px 24px rgba(15,36,68,.16);
  background:var(--paper-2);
}
.team-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;}
.team-photo-fallback{
  width:100%;height:100%;background:var(--navy);color:var(--gold);
  display:flex;align-items:center;justify-content:center;
  font-family:var(--font-display);font-size:2.3rem;font-weight:600;
}
.team-name{font-weight:700;color:var(--navy);font-size:.98rem;margin-bottom:.15rem;}
.team-title{font-size:.82rem;color:var(--ink-soft);}

/* ---------- WhatsApp floating chat widget ---------- */
.wa-widget{position:fixed;right:20px;bottom:20px;z-index:999;display:flex;flex-direction:column;align-items:flex-end;gap:12px;}

.wa-float-btn{
  width:58px;height:58px;border-radius:50%;background:#25D366;color:#fff;border:none;
  font-size:1.6rem;display:flex;align-items:center;justify-content:center;cursor:pointer;
  box-shadow:0 8px 24px rgba(0,0,0,.25);transition:transform .15s ease;
  animation:wa-pulse 2.4s ease-in-out infinite;
}
.wa-float-btn:hover{transform:scale(1.06);}
@keyframes wa-pulse{
  0%,100%{box-shadow:0 8px 24px rgba(0,0,0,.25), 0 0 0 0 rgba(37,211,102,.5);}
  50%{box-shadow:0 8px 24px rgba(0,0,0,.25), 0 0 0 10px rgba(37,211,102,0);}
}

.wa-popup{
  width:300px;max-width:calc(100vw - 40px);
  background:#fff;border-radius:14px;overflow:hidden;
  box-shadow:0 20px 50px rgba(0,0,0,.3);
  display:none;flex-direction:column;
}
.wa-popup.open{display:flex;}

.wa-popup-head{
  background:#075E54;color:#fff;padding:14px 16px;
  display:flex;align-items:center;gap:.7rem;position:relative;
}
.wa-popup-avatar{
  width:38px;height:38px;border-radius:50%;background:#25D366;
  display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0;
}
.wa-popup-name{font-weight:700;font-size:.92rem;}
.wa-popup-status{font-size:.72rem;color:rgba(255,255,255,.75);}
.wa-popup-close{
  position:absolute;top:10px;right:12px;background:none;border:none;color:rgba(255,255,255,.8);
  font-size:1.3rem;line-height:1;cursor:pointer;
}
.wa-popup-close:hover{color:#fff;}

.wa-popup-body{background:#ECE5DD;padding:16px;}
.wa-bubble{
  background:#fff;border-radius:10px;padding:.7rem .9rem;font-size:.86rem;color:#333;
  box-shadow:0 1px 2px rgba(0,0,0,.08);line-height:1.5;
}

.wa-popup-cta{
  display:flex;align-items:center;justify-content:center;gap:.5rem;
  background:#25D366;color:#fff;font-weight:700;font-size:.9rem;
  padding:.9rem;text-decoration:none;
}
.wa-popup-cta:hover{background:#20bd5a;}

@media (max-width:480px){
  .wa-widget{right:14px;bottom:14px;}
  .wa-float-btn{width:52px;height:52px;font-size:1.4rem;}
}

/* ---------- Utility ---------- */
.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease, transform .6s ease;}
.reveal.in{opacity:1;transform:translateY(0);}

/* ---------- FAQ accordion ---------- */
/* APPEND this block to the end of css/style.css (does not conflict with any existing class names). */

.faq-list{max-width:800px;margin:0 auto;}
.faq-item{border-bottom:1px solid var(--line);}
.faq-item:first-child{border-top:1px solid var(--line);}
.faq-question{
  width:100%;text-align:left;background:none;border:none;cursor:pointer;
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  padding:1.3rem 0.2rem;font-family:var(--font-body);font-size:1.02rem;font-weight:700;
  color:var(--navy);
}
.faq-icon{
  flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--paper-2);
  color:var(--navy);display:flex;align-items:center;justify-content:center;
  transition:transform .2s ease, background .2s ease;
}
.faq-item.open .faq-icon{background:var(--gold);color:var(--navy);transform:rotate(45deg);}
.faq-answer{
  max-height:0;overflow:hidden;transition:max-height .25s ease;
}
.faq-item.open .faq-answer{max-height:400px;}
.faq-answer p{padding:0 0.2rem 1.3rem;color:var(--ink-soft);font-size:.96rem;line-height:1.65;max-width:680px;}