/* Contact page. Loaded after site.css, premium.css and products.css. */

.ct-hero { padding-bottom: clamp(36px, 5vw, 64px); }

/* ---------- Details ---------- */
.cu-details { padding-block: clamp(48px, 6vw, 88px); background: #fff; }
.cu-bar { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(28px, 3vw, 44px) clamp(16px, 2vw, 32px); margin: 0; padding: 0; list-style: none; }
.cu-bar li { display: flex; flex-direction: column; align-items: center; min-width: 0; text-align: center; }
.cu-ico { width: clamp(52px, 5vw, 64px); height: auto; margin-bottom: clamp(18px, 2vw, 26px); color: var(--ink); }
.cu-link { display: inline-flex; align-items: baseline; padding-block: 4px; gap: 5px; font-size: clamp(1.1rem, 1.6vw, 1.4rem); font-weight: 500; line-height: 1.3; letter-spacing: -.02em; color: var(--navy); overflow-wrap: anywhere; }
.cu-link > span { font-size: 1.15em; line-height: 1; transition: transform .2s; }
.cu-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.cu-link:hover > span { transform: translateX(3px); }
.cu-sub { margin: 8px 0 0; max-width: 30ch; font-size: .92rem; line-height: 1.45; color: var(--grey); }

/* ---------- Shared type ---------- */
.cu-kicker { margin: 0 0 10px; font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--orange-text); }
.cu-h2 { font-size: clamp(2rem, 3.6vw, 3rem); font-weight: 700; line-height: 1.05; letter-spacing: -.045em; color: var(--ink); text-wrap: balance; }
.cu-h2 em { font-style: normal; color: var(--orange); }
.cu-intro { max-width: 52ch; margin: 14px 0 0; font-size: clamp(1rem, 1.3vw, 1.1rem); line-height: 1.6; color: var(--grey); }

/* ---------- Form and side notes ---------- */
.cu-main { padding-block: clamp(48px, 6vw, 88px); background: #fff; scroll-margin-top: 90px; }
.cu-grid { display: grid; grid-template-columns: 1.35fr .9fr; gap: clamp(28px, 4.5vw, 72px); align-items: start; }
.cu-form { display: flex; flex-direction: column; gap: 16px; margin-top: clamp(22px, 2.8vw, 32px); }
.cu-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cu-field { display: flex; flex-direction: column; gap: 7px; }
.cu-field span { font-size: .88rem; font-weight: 600; color: var(--ink); }
.cu-field b { color: #D0342C; font-weight: 700; }
.cu-field input::placeholder, .cu-field textarea::placeholder { color: #8A90A6; }
.cu-field .is-bad { border-color: #D0342C; background: #FFF6F5; }
.cu-error { margin: 0; padding: 12px 16px; border-radius: 12px; background: #FFF1F0; font-size: .92rem; font-weight: 600; color: #B42318; }
.cu-error[hidden] { display: none; }
.cu-field input, .cu-field select, .cu-field textarea { width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--bg-soft); font: inherit; font-size: 1rem; color: var(--ink); transition: border-color .2s, background-color .2s; }
.cu-field textarea { resize: vertical; min-height: 130px; }
.cu-field input:focus, .cu-field select:focus, .cu-field textarea:focus { outline: none; border-color: var(--navy); background: #fff; box-shadow: 0 0 0 3px rgba(42, 55, 141, .12); }
.cu-send { align-self: flex-start; margin-top: 6px; border: 0; cursor: pointer; font: inherit; font-weight: 600; }
.cu-hint { margin: 0; font-size: .85rem; color: var(--muted); }

.cu-side { display: flex; flex-direction: column; gap: 16px; }
.cu-box { padding: clamp(22px, 2.4vw, 30px); border-radius: 24px; background: var(--bg-soft); }
.cu-box h3 { margin: 0 0 12px; font-size: 1.2rem; font-weight: 700; letter-spacing: -.03em; color: var(--ink); }
.cu-box p { margin: 0 0 12px; font-size: 1rem; line-height: 1.55; color: var(--grey); }
.cu-box p:last-child { margin-bottom: 0; }
.cu-hours { margin: 0 0 12px; }
.cu-hours div { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--line); }
.cu-hours dt { font-size: .98rem; color: var(--grey); }
.cu-hours dd { margin: 0; font-size: .98rem; font-weight: 700; color: var(--ink); font-variant-numeric: tabular-nums; }
.cu-box-dark { background: var(--navy); }
.cu-box-dark h3 { color: #fff; }
.cu-box-dark p { color: rgba(255, 255, 255, .85); }
.cu-box-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.cu-wa { background: #fff; color: var(--navy); }
.cu-wa:hover { background: #fff; color: var(--orange-text); }
.cu-mail { display: inline-flex; align-items: center; gap: 5px; font-weight: 600; color: #fff; }
.cu-mail:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.cu-mail > span { color: #FF7A45; font-size: 1.2em; line-height: 1; }

/* ---------- Questions ---------- */
.cu-faq { padding-block: clamp(48px, 6vw, 88px); background: var(--bg-soft); }
.cu-faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px, 4.5vw, 72px); align-items: start; }
.cu-faq-grid > div:first-child .pc-pill { margin-top: 22px; }
.cu-qs { border-top: 1px solid var(--line); }
.cu-q { border-bottom: 1px solid var(--line); }
.cu-q summary { position: relative; padding: 20px 44px 20px 0; list-style: none; cursor: pointer; font-size: clamp(1.02rem, 1.4vw, 1.15rem); font-weight: 600; letter-spacing: -.02em; color: var(--ink); }
.cu-q summary::-webkit-details-marker { display: none; }
.cu-q summary::after { content: ""; position: absolute; top: 50%; right: 6px; width: 10px; height: 10px; border-right: 2px solid var(--navy); border-bottom: 2px solid var(--navy); transform: translateY(-70%) rotate(45deg); transition: transform .3s ease; }
.cu-q[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.cu-q summary:hover { color: var(--navy); }
.cu-q summary:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; border-radius: 4px; }
.cu-q p { margin: 0 0 20px; max-width: 62ch; font-size: 1rem; line-height: 1.65; color: var(--grey); }


@media (prefers-reduced-motion: reduce) {
  .cu-q summary::after { transition: none; }
}
@media (max-width: 1000px) {
  .cu-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cu-grid, .cu-faq-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .cu-bar { grid-template-columns: 1fr; }
  .cu-row { grid-template-columns: 1fr; }
}
