/* ==========================================================================
   Contact page — redesign (ct- prefix). Dark ground, orange accent.
   The quick-quote assistant, the FAQ and the forms are driven by main.js.
   ========================================================================== */

:root {
  --ct-bg: #0c0d10; --ct-bg2: #121316; --ct-surface: #17181c;
  --ct-line: rgba(255, 255, 255, 0.08); --ct-line2: rgba(255, 255, 255, 0.14);
  --ct-orange: #f26b21; --ct-orange2: #fb8c3c; --ct-deep: #b54110;
  --ct-gray: #9aa0ab; --ct-gray2: #6b7280;
  --ct-ease: cubic-bezier(0.16, 1, 0.3, 1);
}
body.ct-page { background: var(--ct-bg); }
.ct-page ::selection { background: rgba(242, 107, 33, 0.35); color: #fff; }

/* ---------- shared ---------- */
.ct-eyebrow { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ct-orange2); }
.ct-eyebrow::before { content: ""; width: 1.75rem; height: 1px; background: linear-gradient(90deg, transparent, var(--ct-orange)); }
.ct-h2 { margin-top: 0.9rem; font-family: "Sora", "Inter", sans-serif; font-weight: 800; letter-spacing: -0.03em; line-height: 1.02; font-size: clamp(2rem, 4.6vw, 3.4rem); color: #fff; }
.ct-h2 em, .ct-h1 em { font-style: normal; background: linear-gradient(92deg, #fbae72 0%, var(--ct-orange) 45%, var(--ct-deep) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ct-lead { margin-top: 1.1rem; font-size: 1.08rem; line-height: 1.65; color: var(--ct-gray); }
.ct-btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem; border-radius: 9999px; padding: 1rem 1.9rem; font-weight: 600; font-size: 0.95rem; line-height: 1; transition: transform 0.5s var(--ct-ease), box-shadow 0.5s var(--ct-ease), background 0.3s; will-change: transform; }
.ct-btn-primary { background: linear-gradient(135deg, var(--ct-orange2), var(--ct-deep)); color: #121316; box-shadow: 0 14px 34px -10px rgba(242, 107, 33, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.35); }
.ct-btn-primary:hover { box-shadow: 0 20px 44px -10px rgba(242, 107, 33, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.45); }
.ct-btn-ghost { color: #fff; border: 1px solid var(--ct-line2); background: rgba(255, 255, 255, 0.03); }
.ct-btn-ghost:hover { background: rgba(255, 255, 255, 0.08); }
.ct-btn svg { width: 1.1rem; height: 1.1rem; transition: transform 0.4s var(--ct-ease); }
.ct-btn:hover svg { transform: translateX(3px); }
.ct-btn.is-busy, .ct-btn:disabled { opacity: 0.6; pointer-events: none; }
.ct-halo { position: fixed; left: 0; top: 0; width: 220px; height: 220px; margin: -110px 0 0 -110px; border-radius: 50%; pointer-events: none; z-index: 5; opacity: 0; mix-blend-mode: screen; transition: opacity 0.6s; background: radial-gradient(circle, rgba(242, 107, 33, 0.16), rgba(242, 107, 33, 0.05) 45%, transparent 70%); }
html.ct-fine .ct-halo { opacity: 1; }

/* ---------- Hero ---------- */
.ct-hero { position: relative; overflow: hidden; background: radial-gradient(1100px 600px at 85% -10%, rgba(242, 107, 33, 0.16), transparent 60%), radial-gradient(700px 500px at -10% 110%, rgba(181, 65, 16, 0.14), transparent 60%), var(--ct-bg); }
.ct-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px); background-size: 64px 64px; -webkit-mask-image: radial-gradient(60% 60% at 50% 40%, #000 20%, transparent 100%); mask-image: radial-gradient(60% 60% at 50% 40%, #000 20%, transparent 100%); }
.ct-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(520px circle at var(--mx, 70%) var(--my, 40%), rgba(242, 107, 33, 0.13), transparent 60%); }
.ct-hero-inner { position: relative; z-index: 2; display: grid; gap: 3rem; align-items: start; padding-top: 8.5rem; padding-bottom: 3.5rem; }
.ct-hero-inner > * { min-width: 0; }
@media (min-width: 1024px) { .ct-hero-inner { grid-template-columns: 1fr 1fr; padding-top: 9rem; padding-bottom: 4.5rem; gap: 3rem; } }
.ct-line { display: block; overflow: hidden; padding-bottom: 0.06em; }
.ct-line-inner { display: block; will-change: transform; }
.ct-h1 { font-family: "Sora", "Inter", sans-serif; font-weight: 800; font-size: clamp(2.4rem, 5.6vw, 4.2rem); line-height: 0.98; letter-spacing: -0.04em; color: #fff; }
.ct-channels { margin-top: 2rem; display: grid; gap: 0.7rem; }
.ct-channel { position: relative; display: flex; align-items: center; gap: 1rem; padding: 1rem 1.1rem; border-radius: 1.1rem; border: 1px solid var(--ct-line2); background: rgba(255, 255, 255, 0.03); transition: transform 0.5s var(--ct-ease), border-color 0.3s, background 0.3s; overflow: hidden; }
.ct-channel:hover { transform: translateX(4px); border-color: rgba(242, 107, 33, 0.5); background: rgba(255, 255, 255, 0.05); }
.ct-channel-ic { flex: none; display: grid; place-items: center; width: 2.8rem; height: 2.8rem; border-radius: 0.85rem; background: rgba(242, 107, 33, 0.14); color: var(--ct-orange2); }
.ct-channel-ic svg { width: 1.3rem; height: 1.3rem; }
.ct-channel b { display: block; font-family: "Sora", sans-serif; font-weight: 700; font-size: 0.98rem; color: #fff; }
.ct-channel small { display: block; margin-top: 0.15rem; font-size: 0.78rem; color: var(--ct-gray); }
.ct-channel .ct-go { margin-left: auto; color: var(--ct-gray2); transition: transform 0.4s var(--ct-ease), color 0.3s; }
.ct-channel .ct-go svg { width: 1rem; height: 1rem; }
.ct-channel:hover .ct-go { transform: translateX(4px); color: var(--ct-orange2); }
.ct-channel.is-wa { background: linear-gradient(135deg, rgba(242, 107, 33, 0.22), rgba(181, 65, 16, 0.12)); border-color: rgba(242, 107, 33, 0.5); }
.ct-channel.is-wa .ct-channel-ic { background: var(--ct-orange); color: #121316; }
.ct-status { margin-top: 1.4rem; display: flex; flex-wrap: wrap; align-items: center; gap: 0.6rem 1.2rem; font-size: 0.8rem; color: var(--ct-gray); }
.ct-status b { color: #fff; font-weight: 600; }
.ct-live { display: inline-flex; align-items: center; gap: 0.5rem; }
.ct-live i { width: 0.5rem; height: 0.5rem; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.6); animation: ct-live 2s infinite; }
.ct-live.is-closed i { background: var(--ct-gray2); animation: none; }
@keyframes ct-live { 70% { box-shadow: 0 0 0 0.5rem rgba(52, 211, 153, 0); } 100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); } }
.ct-trust { display: inline-flex; align-items: center; gap: 0.55rem; padding: 0.45rem 0.85rem; border-radius: 9999px; border: 1px solid var(--ct-line2); background: rgba(255, 255, 255, 0.03); font-size: 0.75rem; color: var(--ct-gray); transition: border-color 0.3s; }
.ct-trust:hover { border-color: #34d399; }
.ct-trust .ct-stars { color: #34d399; letter-spacing: 0.05em; font-size: 0.8rem; }
.ct-trust b { color: #fff; }

/* assistant */
.ct-page [data-chat] { position: relative; border-radius: 1.5rem; border: 1px solid var(--ct-line2); background: linear-gradient(180deg, #1a1b20, #0f1013); box-shadow: 0 50px 90px -40px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.06); padding: 1.25rem 1.3rem 1.3rem; }
@media (min-width: 640px) { .ct-page [data-chat] { padding: 1.5rem 1.6rem 1.6rem; } }
.ct-chat-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-bottom: 0.9rem; border-bottom: 1px solid var(--ct-line); }
.ct-chat-who { display: flex; align-items: center; gap: 0.8rem; }
.ct-chat-avatar { position: relative; width: 2.6rem; height: 2.6rem; border-radius: 50%; overflow: hidden; border: 2px solid rgba(242, 107, 33, 0.5); }
.ct-chat-avatar img { width: 100%; height: 100%; object-fit: cover; }
.ct-chat-avatar::after { content: ""; position: absolute; right: 0; bottom: 0; width: 0.6rem; height: 0.6rem; border-radius: 50%; background: #34d399; border: 2px solid #15161a; }
.ct-chat-who b { display: block; font-family: "Sora", sans-serif; font-weight: 700; font-size: 0.95rem; color: #fff; }
.ct-chat-who small { display: block; font-size: 0.72rem; color: var(--ct-gray); }
.ct-page [data-chat-progress] { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ct-gray2); white-space: nowrap; }
.ct-chat-bar { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.3rem; margin-top: 0.8rem; }
.ct-chat-bar i { height: 3px; border-radius: 2px; background: rgba(255, 255, 255, 0.1); transition: background 0.4s; }
.ct-chat-bar i.is-on { background: var(--ct-orange); }
.ct-chat-log { display: grid; gap: 0.5rem; margin-top: 1rem; }
.ct-chat-log:empty { display: none; }
.ct-bubble-you { justify-self: end; max-width: 85%; padding: 0.55rem 0.9rem; border-radius: 1rem 1rem 0.25rem 1rem; background: var(--ct-orange); color: #121316; font-size: 0.85rem; font-weight: 600; animation: ct-pop 0.4s var(--ct-ease); }
.ct-bubble-you::before { content: "You · "; font-weight: 700; opacity: 0.6; }
@keyframes ct-pop { from { opacity: 0; transform: translateY(6px) scale(0.96); } }
.ct-page .chat-bubble { position: relative; max-width: 92%; margin-top: 1rem; padding: 0.8rem 1rem; border-radius: 1rem 1rem 1rem 0.25rem; background: rgba(255, 255, 255, 0.06); border: 1px solid var(--ct-line); font-size: 0.95rem; font-weight: 500; color: #fff; animation: ct-pop 0.45s var(--ct-ease); }
.ct-page .chat-step > .mt-4 { margin-top: 0.8rem; }
.ct-page .chat-chip { display: inline-flex; align-items: center; padding: 0.55rem 0.95rem; border-radius: 9999px; border: 1px solid var(--ct-line2); background: rgba(255, 255, 255, 0.03); font-size: 0.85rem; font-weight: 600; color: #e5e7eb; transition: all 0.3s; animation: ct-pop 0.5s var(--ct-ease) both; }
.ct-page .chat-chip:nth-child(2) { animation-delay: 0.05s; } .ct-page .chat-chip:nth-child(3) { animation-delay: 0.1s; } .ct-page .chat-chip:nth-child(4) { animation-delay: 0.15s; } .ct-page .chat-chip:nth-child(5) { animation-delay: 0.2s; } .ct-page .chat-chip:nth-child(6) { animation-delay: 0.25s; }
.ct-page .chat-chip:hover { border-color: var(--ct-orange); background: rgba(242, 107, 33, 0.14); color: #fff; transform: translateY(-2px); }
.ct-page [data-chat] .field { background: rgba(12, 13, 16, 0.6); }
.ct-page [data-chat-preview] { margin-top: 1rem; padding: 0.9rem 1rem; border-radius: 0.9rem; border: 1px dashed var(--ct-line2); font-size: 0.82rem; line-height: 1.55; color: var(--ct-gray); white-space: pre-line; }
.ct-page [data-chat-restart] { margin-top: 1rem; font-size: 0.82rem; color: var(--ct-gray2); }
.ct-page [data-chat-restart]:hover { color: #fff; }
.ct-chat-foot { margin-top: 1rem; padding-top: 0.8rem; border-top: 1px solid var(--ct-line); font-size: 0.72rem; color: var(--ct-gray2); }

/* ---------- Ticker ---------- */
.ct-ticker { overflow: hidden; border-top: 1px solid var(--ct-line); border-bottom: 1px solid var(--ct-line); background: var(--ct-bg2); padding: 1rem 0; }
.ct-ticker .marquee { gap: 0; animation-duration: 46s; }
.ct-ticker-item { display: inline-flex; align-items: center; padding: 0 1.6rem; font-family: "Sora", sans-serif; font-weight: 700; font-size: 0.95rem; color: #fff; white-space: nowrap; }
.ct-ticker-item::after { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--ct-orange); margin-left: 1.6rem; }

/* ---------- Brief form + side ---------- */
.ct-grid { display: grid; gap: 1.5rem; }
@media (min-width: 1024px) { .ct-grid { grid-template-columns: 1.25fr 0.75fr; gap: 2rem; align-items: start; } }
.ct-form { padding: 1.6rem; border-radius: 1.6rem; border: 1px solid var(--ct-line); background: var(--ct-surface); }
@media (min-width: 640px) { .ct-form { padding: 2.2rem; } }
.ct-form-grid { display: grid; gap: 1rem; }
@media (min-width: 640px) { .ct-form-grid { grid-template-columns: 1fr 1fr; } }
.ct-form-grid .span2 { grid-column: 1 / -1; }
.ct-form label.ct-label { display: block; margin-bottom: 0.45rem; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ct-gray2); }
.ct-form .field { background: rgba(12, 13, 16, 0.6); color: #f1f2f4; color-scheme: dark; }
.ct-form .field:focus { background: rgba(12, 13, 16, 0.8); }
.ct-form select.field option { background: #15171b; color: #e5e7eb; }
.ct-form select.field { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23f26b21' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.6rem; }
.ct-checks { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.ct-check { cursor: pointer; }
.ct-check input { position: absolute; opacity: 0; pointer-events: none; }
.ct-check span { display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.55rem 0.95rem; border-radius: 9999px; border: 1px solid var(--ct-line2); background: rgba(255, 255, 255, 0.03); font-size: 0.85rem; font-weight: 600; color: var(--ct-gray); transition: all 0.3s; }
.ct-check span::before { content: ""; width: 0.5rem; height: 0.5rem; border-radius: 50%; border: 1px solid var(--ct-gray2); transition: all 0.3s; }
.ct-check:hover span { color: #fff; border-color: rgba(242, 107, 33, 0.5); }
.ct-check input:checked + span { background: rgba(242, 107, 33, 0.14); border-color: var(--ct-orange); color: #fff; }
.ct-check input:checked + span::before { background: var(--ct-orange); border-color: var(--ct-orange); }
.ct-check input:focus-visible + span { outline: 2px solid var(--ct-orange); outline-offset: 2px; }
.ct-form-foot { margin-top: 1.4rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.ct-form-foot small { font-size: 0.75rem; color: var(--ct-gray2); }
.ct-page .form-status { margin-top: 1rem; padding: 0.9rem 1rem; border-radius: 0.9rem; border: 1px solid rgba(52, 211, 153, 0.4); background: rgba(52, 211, 153, 0.08); color: #34d399; font-size: 0.9rem; }
.ct-note { position: relative; padding: 1.6rem; border-radius: 1.5rem; border: 1px solid rgba(242, 107, 33, 0.35); background: radial-gradient(500px 260px at 100% 0%, rgba(242, 107, 33, 0.18), transparent 60%), var(--ct-surface); overflow: hidden; }
.ct-note-who { display: flex; align-items: center; gap: 0.9rem; }
.ct-note-who img { width: 3.5rem; height: 3.5rem; border-radius: 50%; object-fit: cover; border: 2px solid var(--ct-orange); }
.ct-note-who b { display: block; font-family: "Sora", sans-serif; font-weight: 700; color: #fff; }
.ct-note-who small { display: block; font-size: 0.75rem; color: var(--ct-gray); }
.ct-note p { margin-top: 1rem; font-size: 0.95rem; line-height: 1.65; color: #d1d5db; }
.ct-note ul { margin-top: 1rem; display: grid; gap: 0.5rem; }
.ct-note li { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.85rem; color: var(--ct-gray); }
.ct-note li svg { flex: none; width: 1rem; height: 1rem; margin-top: 0.15rem; color: var(--ct-orange); }
.ct-info { margin-top: 1rem; display: grid; gap: 0.7rem; }
.ct-info-card { display: flex; align-items: flex-start; gap: 0.9rem; padding: 1rem 1.1rem; border-radius: 1rem; border: 1px solid var(--ct-line); background: var(--ct-surface); }
.ct-info-card .ct-channel-ic { width: 2.4rem; height: 2.4rem; }
.ct-info-card b { display: block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ct-orange2); }
.ct-info-card span { display: block; margin-top: 0.2rem; font-size: 0.9rem; color: #e5e7eb; }
.ct-info-card a.ct-map { display: inline-flex; align-items: center; gap: 0.35rem; margin-top: 0.35rem; font-size: 0.8rem; font-weight: 600; color: var(--ct-orange2); }
.ct-info-card a.ct-map svg { width: 0.85rem; height: 0.85rem; }

/* ---------- Process ---------- */
.ct-steps { position: relative; margin-top: 2.5rem; display: grid; gap: 1rem; }
@media (min-width: 768px) { .ct-steps { grid-template-columns: repeat(3, 1fr); gap: 1.2rem; } }
.ct-step { position: relative; padding: 1.7rem; border-radius: 1.3rem; border: 1px solid var(--ct-line); background: var(--ct-surface); overflow: hidden; }
.ct-step::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(360px circle at var(--x, 50%) var(--y, 50%), rgba(242, 107, 33, 0.16), transparent 60%); opacity: 0; transition: opacity 0.4s; pointer-events: none; }
.ct-step:hover::before { opacity: 1; }
.ct-step-n { font-family: "Sora", sans-serif; font-weight: 800; font-size: 3rem; line-height: 1; letter-spacing: -0.05em; color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, 0.25); }
.ct-step h3 { margin-top: 1rem; font-family: "Sora", sans-serif; font-weight: 700; font-size: 1.1rem; color: #fff; }
.ct-step p { margin-top: 0.5rem; font-size: 0.9rem; line-height: 1.6; color: var(--ct-gray); }
.ct-step-time { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 1rem; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ct-orange2); }
.ct-step-time::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.ct-steps-line { position: absolute; left: 0; right: 0; top: -1.2rem; height: 2px; background: var(--ct-line); border-radius: 2px; overflow: hidden; display: none; }
@media (min-width: 768px) { .ct-steps-line { display: block; } }
.ct-steps-line i { display: block; height: 100%; width: 100%; background: linear-gradient(90deg, var(--ct-deep), var(--ct-orange2)); transform: scaleX(0); transform-origin: left; transition: transform 1.4s var(--ct-ease); }
.ct-steps.is-in .ct-steps-line i { transform: scaleX(1); }

/* ---------- FAQ ---------- */
.ct-faq .faq-item { border-bottom: 1px solid var(--ct-line); }
.ct-faq .faq-trigger { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.2rem 0; text-align: left; font-family: "Sora", sans-serif; font-weight: 600; font-size: 1rem; color: #fff; }
.ct-faq .faq-icon { flex: none; display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; border: 1px solid var(--ct-line2); color: var(--ct-orange2); }
.ct-faq .faq-item.open .faq-icon { background: var(--ct-orange); color: #121316; border-color: var(--ct-orange); }
.ct-faq .faq-answer > div { color: var(--ct-gray); font-size: 0.95rem; line-height: 1.65; }

/* ---------- reveal defaults ---------- */
html.ct-gsap [data-ct] { opacity: 0; }
html.ct-gsap .ct-line-inner { transform: translateY(110%); }
@media (prefers-reduced-motion: reduce) {
  html.ct-gsap [data-ct] { opacity: 1; }
  html.ct-gsap .ct-line-inner { transform: none; }
  .ct-ticker .marquee, .ct-live i, .ct-page .chat-chip, .ct-page .chat-bubble, .ct-bubble-you { animation: none !important; }
  .ct-halo { display: none; }
}
