/* Fann.co Contact Us Page — premium, clean, responsive. */
.fann-contact-page {
  --contact-accent: var(--fann-accent, #ffc20e);
  --contact-black: var(--fann-black, #050505);
  --contact-ink: var(--fann-ink, #111111);
  --contact-muted: #6f737a;
  --contact-border: #e4e5e8;
  --contact-soft: #f6f7f8;
  color: var(--contact-ink);
  overflow: hidden;
}
.fann-contact-shell { width: min(1360px, calc(100% - 48px)); margin: 0 auto; }

.fann-contact-hero {
  position: relative;
  padding: 82px 0 88px;
  background: linear-gradient(135deg, #fff8d8 0%, #fff 58%, #f6f7f9 100%);
  border-bottom: 1px solid #eceef1;
}
.fann-contact-hero::after {
  content: "";
  position: absolute;
  right: 8%;
  top: -190px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255,194,14,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 68px rgba(255,194,14,.025);
  pointer-events: none;
}
.fann-contact-hero > .fann-contact-shell { text-align: center; }
.fann-contact-breadcrumb { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 24px; color: #74777f; font-size: 13px; line-height: 1.4; }
.fann-contact-breadcrumb a { transition: color .2s ease; }
.fann-contact-breadcrumb a:hover { color: #111; }
.fann-contact-eyebrow { margin-bottom: 10px; color: #8b6a00; font-size: 12px; font-weight: 800; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; }
.fann-contact-hero h1 { position: relative; z-index: 1; margin: 0 auto; max-width: 820px; font-size: 50px; line-height: 1.02; letter-spacing: -.05em; font-weight: 760; }
.fann-contact-hero > .fann-contact-shell > p { position: relative; z-index: 1; margin: 18px auto 0; max-width: 720px; color: #666a71; font-size: 17px; line-height: 1.75; }

.fann-contact-main { padding: 92px 0 96px; background: #fff; }
.fann-contact-main__grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 54px; align-items: start; }
.fann-contact-section-head > span { display: inline-flex; margin-bottom: 14px; color: #8b6a00; font-size: 11px; font-weight: 800; letter-spacing: 1.4px; }
.fann-contact-section-head h2, .fann-contact-form-card h2, .fann-contact-map-head h2 { margin: 0; color: var(--contact-ink); font-size: clamp(30px, 3vw, 44px); line-height: 1.1; letter-spacing: -1.25px; font-weight: 740; }
.fann-contact-section-head > p { margin: 18px 0 0; max-width: 590px; color: var(--contact-muted); font-size: 15px; line-height: 1.8; }
.fann-contact-cards { display: grid; gap: 12px; margin-top: 34px; }
.fann-contact-card { display: grid; grid-template-columns: 52px minmax(0,1fr) 38px; gap: 16px; align-items: center; min-height: 88px; padding: 14px 16px; border: 1px solid var(--contact-border); border-radius: 18px; background: #fff; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.fann-contact-card:hover { transform: translateY(-2px); border-color: rgba(255,194,14,.75); box-shadow: 0 14px 32px rgba(0,0,0,.055); }
.fann-contact-card__icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: #fff7da; color: #6d5200; }
.fann-contact-card__icon--wa { background: #ecfff3; color: #14a34a; }
.fann-contact-card__icon--wa svg { width: 23px; height: 23px; fill: currentColor; stroke: none; }
.fann-contact-google-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Material Symbols Rounded';
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'liga';
}
.fann-contact-card__icon .fann-contact-google-icon { font-size: 25px; }
.fann-contact-card__arrow .fann-contact-google-icon { font-size: 19px; }
.fann-contact-form-card__icon .fann-contact-google-icon { font-size: 24px; }
.fann-contact-submit .fann-contact-google-icon { font-size: 20px; }
.fann-contact-map-head .fann-contact-google-icon { font-size: 24px; }
.fann-contact-card__body { min-width: 0; }
.fann-contact-card__body small { display: block; margin-bottom: 2px; color: #8b8e94; font-size: 12px; font-weight: 600; }
.fann-contact-card__body strong { display: block; color: #202124; font-size: 15px; line-height: 1.4; font-weight: 650; overflow-wrap: anywhere; }
.fann-contact-card__arrow { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #f6f6f7; color: #222; transition: background .2s ease, transform .2s ease; }
.fann-contact-card:hover .fann-contact-card__arrow { background: var(--contact-accent); transform: translateX(2px); }


.fann-contact-form-card { padding: 32px; border: 1px solid #dedfe2; border-radius: 26px; background: #fff; box-shadow: 0 24px 55px rgba(0,0,0,.065); }
.fann-contact-form-card__head { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 28px; }
.fann-contact-form-card__icon { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 15px; background: var(--contact-accent); color: var(--contact-black); }
.fann-contact-form-card h2 { font-size: 30px; letter-spacing: -.75px; }
.fann-contact-form-card__head p { margin: 7px 0 0; color: var(--contact-muted); font-size: 14px; line-height: 1.7; }
.fann-contact-form { display: grid; gap: 17px; }
.fann-contact-form__fields { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 17px 14px; }
.fann-contact-form__field--full { grid-column: 1 / -1; }
.fann-contact-form__field--half { grid-column: span 1; }
.fann-contact-form label { display: grid; gap: 7px; }
.fann-contact-form label > span { color: #303136; font-size: 13px; font-weight: 650; }
.fann-contact-form label > span em { margin-left: 3px; color: #d33a2c; font-style: normal; }
.fann-contact-form input, .fann-contact-form textarea, .fann-contact-form select { width: 100%; border: 1px solid #dfe1e4; border-radius: 14px; background: #fff; color: #161616; outline: 0; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.fann-contact-form input, .fann-contact-form select { height: 50px; padding: 0 15px; }
.fann-contact-form select { appearance: none; padding-right: 42px; background-image: linear-gradient(45deg, transparent 50%, #6c7178 50%), linear-gradient(135deg, #6c7178 50%, transparent 50%); background-position: calc(100% - 18px) 21px, calc(100% - 13px) 21px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.fann-contact-form textarea { min-height: 145px; padding: 13px 15px; resize: vertical; }
.fann-contact-form input::placeholder, .fann-contact-form textarea::placeholder { color: #a2a5aa; }
.fann-contact-form input:focus, .fann-contact-form textarea:focus, .fann-contact-form select:focus { border-color: var(--contact-accent); box-shadow: 0 0 0 3px rgba(255,194,14,.15); background-color: #fffef9; }
.fann-contact-submit { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 0; border-radius: 14px; padding: 0 20px; background: var(--contact-black); color: #fff; font-size: 14px; font-weight: 750; transition: transform .2s ease, background .2s ease, color .2s ease; }
.fann-contact-submit:hover { transform: translateY(-1px); background: var(--contact-accent); color: var(--contact-black); }

.fann-contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.fann-contact-form-status { margin-bottom: 18px; padding: 12px 14px; border-radius: 12px; font-size: 13px; line-height: 1.55; }
.fann-contact-form-status--success { border: 1px solid #bfe8cc; background: #effbf3; color: #21673a; }
.fann-contact-form-status--error { border: 1px solid #f2c7c5; background: #fff4f3; color: #9b2f29; }

.fann-contact-map-section { padding: 0 0 100px; background: #fff; }
.fann-contact-map-head { margin-bottom: 22px; }
.fann-contact-map-head > div { display: flex; gap: 15px; align-items: flex-start; }
.fann-contact-map-head > div > span { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 14px; background: #fff7da; color: #6d5200; }
.fann-contact-map-head h2 { font-size: 30px; letter-spacing: -.75px; }
.fann-contact-map-head p { margin: 8px 0 0; max-width: 760px; color: var(--contact-muted); font-size: 14px; line-height: 1.7; }
.fann-contact-map-wrap { position: relative; height: 430px; overflow: hidden; border: 1px solid var(--contact-border); border-radius: 26px; background: #f2f2f2; box-shadow: 0 22px 50px rgba(0,0,0,.055); }
.fann-contact-map-wrap iframe { width: 100%; height: 100%; display: block; border: 0; filter: saturate(.78) contrast(.98); }

@media (max-width: 1040px) {
  .fann-contact-main__grid { grid-template-columns: 1fr; gap: 42px; }
  .fann-contact-details { max-width: 760px; }
  .fann-contact-cards { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .fann-contact-card { grid-template-columns: 46px minmax(0,1fr); min-height: 120px; align-content: center; }
  .fann-contact-card__icon { width: 46px; height: 46px; }
  .fann-contact-card__arrow { display: none; }
}

@media (max-width: 760px) {
  .fann-contact-shell { width: min(100% - 30px, 1360px); }
  .fann-contact-hero { padding: 64px 0 68px; }
  .fann-contact-hero::after { right: -180px; width: 360px; height: 360px; }
  .fann-contact-hero h1 { font-size: 40px; }
  .fann-contact-hero > .fann-contact-shell > p { font-size: 15px; }
  .fann-contact-main { padding: 70px 0 74px; }
  .fann-contact-cards { grid-template-columns: 1fr; }
  .fann-contact-card { grid-template-columns: 48px minmax(0,1fr) 36px; min-height: 80px; }
  .fann-contact-card__arrow { display: grid; }
  .fann-contact-form-card { padding: 25px; border-radius: 22px; }
  .fann-contact-form__fields { grid-template-columns: 1fr; }
  .fann-contact-form__field--half, .fann-contact-form__field--full { grid-column: 1; }
  .fann-contact-map-section { padding-bottom: 74px; }
  .fann-contact-map-wrap { height: 360px; border-radius: 22px; }
}

@media (max-width: 520px) {
  .fann-contact-shell { width: min(100% - 24px, 1360px); }
  .fann-contact-hero { padding: 52px 0 56px; }
  .fann-contact-breadcrumb { margin-bottom: 18px; font-size: 12px; }
  .fann-contact-hero h1 { font-size: 34px; line-height: 1.04; }
  .fann-contact-main { padding: 58px 0 62px; }
  .fann-contact-section-head h2 { font-size: 31px; }
  .fann-contact-card { padding: 13px 14px; border-radius: 16px; }
  .fann-contact-form-card { padding: 20px; border-radius: 20px; }
  .fann-contact-form-card__head { margin-bottom: 22px; }
  .fann-contact-form-card__icon { width: 44px; height: 44px; border-radius: 13px; }
  .fann-contact-form-card h2 { font-size: 25px; }
  .fann-contact-submit { width: 100%; }
  .fann-contact-map-head h2 { font-size: 25px; }
  .fann-contact-map-wrap { height: 320px; border-radius: 20px; }
}
