/*
Theme Name: Orchid Travel
Theme URI: https://orchid.travel
Author: Orchid Travel
Description: Temă WordPress personalizată pentru Orchid Travel, cu experiență B2B-first și extensie leisure.
Version: 1.2.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: orchid-travel
*/

:root {
  --coral: #EB884A;
  --aqua: #60CFD9;
  --navy: #17243A;
  --navy-2: #223553;
  --cream: #FFF9F3;
  --paper: #FFFFFF;
  --ink: #17243A;
  --muted: #697487;
  --line: #E8E6E2;
  --sun: #F5CB65;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Montserrat", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
img { max-width: 100%; display: block; }
.shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.section { padding-block: 112px; }

.topbar { background: var(--navy); color: white; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.topbar__inner { height: 35px; display: flex; align-items: center; justify-content: space-between; }
.topbar a { color: rgba(255,255,255,.72); }
.topbar strong { color: var(--aqua); font-weight: 600; }

.site-header { height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 38px; }
.logo-link { display: block; flex: 0 0 auto; }
.brand-logo { display: block; position: relative; width: 154px; height: 68px; overflow: hidden; }
.brand-logo img { position: absolute; width: 116.1%; max-width: none; left: -8%; top: -78%; }
.brand-logo--compact { width: 178px; height: 78px; filter: brightness(0) invert(1); }
.site-header nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.site-header nav a { font-size: 13px; font-weight: 600; position: relative; }
.site-header nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; height: 2px; width: 0; background: var(--coral); transition: width .2s ease; }
.site-header nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 20px; }
.language { font-size: 11px; font-weight: 700; }
.language span { color: #A1A7B0; }
.language-switch { display: inline-flex; align-items: center; gap: 5px; }
.language-switch strong { font-weight: 700; opacity: .36; }
.language-switch strong.is-active { opacity: 1; color: var(--navy); }

.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 0; border-radius: 3px; text-transform: uppercase; letter-spacing: .08em; font-size: 11px; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(23,36,58,.15); }
.button--small { min-height: 44px; padding-inline: 18px; }
.button--coral { background: var(--coral); color: var(--navy); }
.button--dark { background: var(--navy); color: white; }

.hero { min-height: 704px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 68px; padding-block: 58px 82px; }
.eyebrow { color: var(--coral); font-size: 11px; text-transform: uppercase; letter-spacing: .17em; font-weight: 700; display: flex; align-items: center; gap: 12px; }
.eyebrow__line { width: 31px; height: 2px; background: currentColor; }
.hero h1, h2 { font-family: "Space Grotesk", Arial, sans-serif; font-weight: 600; letter-spacing: -.052em; margin: 22px 0 0; line-height: 1.02; }
.hero h1 { font-size: clamp(50px, 5.35vw, 78px); max-width: 720px; }
h1 em, h2 em { color: var(--coral); font-style: normal; }
.hero__lead { max-width: 620px; font-size: 17px; line-height: 1.8; color: var(--muted); margin: 28px 0 0; }
.hero__actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.text-link { font-size: 12px; font-weight: 700; border-bottom: 1px solid rgba(23,36,58,.3); padding-bottom: 6px; }
.text-link span { color: var(--coral); margin-left: 8px; }
.hero__proof { display: flex; align-items: center; gap: 18px; margin-top: 54px; }
.proof-avatars { display: flex; }
.proof-avatars span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; border: 3px solid var(--cream); margin-left: -9px; font: 700 9px "Space Grotesk"; }
.proof-avatars span:first-child { margin-left: 0; background: var(--coral); color: var(--navy); }
.proof-avatars span:nth-child(2) { background: var(--aqua); color: var(--navy); }
.hero__proof p { margin: 0; font-size: 11px; line-height: 1.5; color: var(--muted); }
.hero__proof strong { color: var(--navy); }

.hero__visual { height: 580px; position: relative; border-radius: 220px 220px 14px 14px; overflow: hidden; background: var(--aqua); }
.hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,36,58,.03), rgba(23,36,58,.28)); pointer-events: none; }
.hero__visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.route-card { position: absolute; z-index: 2; background: rgba(255,255,255,.94); box-shadow: 0 16px 40px rgba(23,36,58,.16); display: flex; align-items: center; gap: 13px; padding: 14px 18px; min-width: 210px; }
.route-card--top { right: 28px; top: 68px; }
.route-card--bottom { left: 28px; bottom: 28px; }
.route-card__icon { width: 34px; height: 34px; background: var(--aqua); border-radius: 50%; display: grid; place-items: center; font-weight: 700; }
.route-card small { display: block; font-size: 8px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.route-card strong { display: block; font: 600 12px "Space Grotesk"; margin-top: 3px; }
.status-dot { width: 13px; height: 13px; background: var(--coral); border: 4px solid #F9D9C5; border-radius: 50%; }
.hero__sun { position: absolute; z-index: 2; left: 45px; top: 74px; width: 76px; height: 76px; }
.hero__sun i { position: absolute; width: 100%; height: 18px; border: 5px solid var(--sun); border-radius: 50%; transform-origin: center; }
.hero__sun i:nth-child(2) { transform: rotate(60deg); }
.hero__sun i:nth-child(3) { transform: rotate(120deg); }

.trust-strip { background: var(--paper); border-block: 1px solid var(--line); }
.trust-strip__inner { min-height: 104px; display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); align-items: center; }
.trust-strip__inner > * { padding-inline: 24px; }
.trust-strip__inner > *:not(:first-child) { border-left: 1px solid var(--line); }
.trust-strip p { font: 600 13px "Space Grotesk"; }
.trust-strip div div { display: flex; align-items: center; gap: 12px; }
.trust-strip div div span { color: var(--coral); font: 700 10px "Space Grotesk"; }
.trust-strip div div strong { font: 600 11px "Montserrat"; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 52px; }
.section-heading h2, .why h2, .leisure h2, .quote h2 { font-size: clamp(42px, 4.6vw, 64px); }
.section-heading > p { max-width: 400px; color: var(--muted); line-height: 1.7; font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.service-card { min-height: 390px; padding: 26px; border: 1px solid var(--line); background: white; position: relative; display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; overflow: hidden; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 24px 50px rgba(23,36,58,.09); }
.service-card::before { content: ""; position: absolute; width: 170px; height: 170px; border-radius: 50%; right: -90px; top: -90px; background: var(--card-color); opacity: .2; }
.service-card--coral { --card-color: var(--coral); }
.service-card--aqua { --card-color: var(--aqua); }
.service-card--sun { --card-color: var(--sun); }
.service-card--navy { --card-color: var(--navy); }
.service-card__number { font: 700 10px "Space Grotesk"; color: var(--muted); }
.service-card__mark { width: 66px; height: 66px; margin-top: 56px; border-radius: 50%; border: 1px solid var(--card-color); display: grid; place-items: center; color: var(--card-color); font-size: 22px; }
.service-card h3 { font: 600 20px "Space Grotesk"; margin: 26px 0 10px; }
.service-card p { color: var(--muted); font-size: 12px; line-height: 1.7; margin: 0; }
.service-card__link { margin-top: auto; padding-top: 24px; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.service-card__link span { float: right; color: var(--coral); }

.why { background: var(--navy); color: white; padding-block: 120px; overflow: hidden; }
.why__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.why__visual { min-height: 500px; position: relative; display: grid; place-items: center; }
.why__visual::before, .why__visual::after { content: ""; position: absolute; border: 1px solid rgba(96,207,217,.22); border-radius: 50%; }
.why__visual::before { width: 520px; height: 520px; }
.why__visual::after { width: 390px; height: 390px; }
.departure-board { position: relative; z-index: 2; width: 90%; background: #F8F4ED; color: var(--navy); padding: 22px; transform: rotate(-2deg); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.departure-board__head, .departure-board > div { display: flex; justify-content: space-between; align-items: center; }
.departure-board__head { padding: 0 12px 16px; font: 700 8px "Montserrat"; letter-spacing: .14em; }
.departure-board > div:not(:first-child) { background: var(--navy); color: white; margin-top: 5px; padding: 14px 16px; font: 500 11px "Space Grotesk"; }
.departure-board b { color: var(--aqua); display: inline-block; width: 40px; }
.departure-board strong { color: var(--coral); font-size: 9px; letter-spacing: .08em; }
.why__arrow { position: absolute; z-index: 3; right: 10px; bottom: 35px; width: 88px; height: 88px; border-radius: 50%; background: var(--coral); color: var(--navy); display: grid; place-items: center; font-size: 30px; }
.eyebrow--light { color: var(--aqua); }
.why h2 em { color: var(--coral); }
.why__copy > p { color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.8; margin: 30px 0; }
.why ul { list-style: none; padding: 0; margin: 36px 0 0; }
.why li { display: flex; gap: 16px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.12); }
.why li > span { width: 27px; height: 27px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--aqua); font-size: 12px; }
.why li strong { font: 600 13px "Space Grotesk"; display: block; }
.why li small { color: rgba(255,255,255,.55); display: block; margin-top: 5px; line-height: 1.5; }

.leisure__card { min-height: 520px; display: grid; grid-template-columns: .9fr 1.1fr; background: var(--aqua); overflow: hidden; }
.leisure__copy { padding: 70px; align-self: center; }
.coming-soon { display: inline-block; background: var(--navy); color: white; padding: 8px 12px; text-transform: uppercase; letter-spacing: .14em; font-size: 8px; font-weight: 700; }
.leisure h2 { margin-top: 28px; }
.leisure h2 em { color: white; }
.leisure__copy p { max-width: 450px; color: rgba(23,36,58,.75); font-size: 14px; line-height: 1.7; margin: 24px 0 34px; }
.leisure__visual { position: relative; min-height: 520px; }
.leisure__visual img { width: 100%; height: 100%; object-fit: cover; }
.leisure__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(96,207,217,.35), transparent 40%); }
.leisure__label { position: absolute; z-index: 2; right: 35px; top: 35px; color: white; font: 700 12px/1.1 "Space Grotesk"; text-align: right; text-transform: uppercase; letter-spacing: .08em; }

.quote { padding-top: 20px; }
.quote__panel { background: var(--navy-2); color: white; padding: 72px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.quote__heading p { color: rgba(255,255,255,.6); line-height: 1.7; font-size: 13px; max-width: 420px; }
.quote__contacts { margin-top: 34px; display: grid; gap: 14px; font-style: normal; }
.quote__contacts > * { display: block; padding-left: 18px; border-left: 2px solid var(--coral); }
.quote__contacts small { display: block; color: var(--aqua); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.quote__contacts strong { display: block; color: white; font: 500 12px/1.55 "Montserrat"; margin-top: 4px; }
.quote h2 em { color: var(--coral); }
.quote__form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; }
.quote__form label span { display: block; text-transform: uppercase; letter-spacing: .1em; font-size: 8px; font-weight: 700; color: var(--aqua); margin-bottom: 8px; }
.quote__form input, .quote__form select { width: 100%; height: 52px; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); background: transparent; color: white; outline: none; border-radius: 0; }
.quote__form input:focus, .quote__form select:focus { border-color: var(--coral); }
.quote__form input::placeholder { color: rgba(255,255,255,.45); }
.quote__form select option { color: var(--navy); }
.quote__form button { align-self: end; }
.quote__form > small { align-self: center; color: rgba(255,255,255,.45); line-height: 1.5; }

footer { background: #111C2D; color: white; padding-top: 62px; }
.footer__top { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 60px; padding-bottom: 60px; }
.footer__top > div { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer__top p { color: var(--coral); font: 500 12px "Space Grotesk"; margin: 0; }
.footer__top strong { color: var(--aqua); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; margin-bottom: 8px; }
.footer__top a, .footer__top span { color: rgba(255,255,255,.63); font-size: 11px; }
.footer__legal { border-top: 1px solid rgba(255,255,255,.1); padding-block: 22px; }
.footer__legal-link { display: flex; align-items: center; justify-content: space-between; gap: 28px; color: rgba(255,255,255,.58); font-size: 9px; line-height: 1.6; letter-spacing: .04em; transition: color .2s ease; }
.footer__legal-link:hover { color: white; }
.footer__legal-link span { display: flex; flex-wrap: wrap; gap: 6px 12px; }
.footer__legal-link b { color: rgba(255,255,255,.82); font-weight: 600; }
.footer__legal-link i { color: var(--coral); font-style: normal; }
.footer__legal-link strong { flex: 0 0 auto; color: var(--aqua); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.1); min-height: 70px; display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.4); font-size: 9px; }
.footer__bottom span:last-child { display: flex; gap: 24px; }

.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.admin-bar .site-header { margin-top: 0; }
.quote__notice { grid-column: 1 / -1; margin: 0 0 8px; padding: 13px 16px; background: rgba(96,207,217,.14); border-left: 3px solid var(--aqua); color: white; font-size: 12px; line-height: 1.5; }
.quote__notice--error { background: rgba(235,136,74,.14); border-color: var(--coral); }
.quote__consent { grid-column: 1 / -1; display: flex !important; align-items: flex-start; gap: 9px; color: rgba(255,255,255,.58); font-size: 9px; line-height: 1.5; }
.quote__consent input { width: 15px !important; height: 15px !important; flex: 0 0 auto; margin-top: 1px; accent-color: var(--coral); }
.content-page { min-height: 55vh; padding-block: 90px; }
.content-page h1 { font: 600 clamp(38px,5vw,68px)/1.02 "Space Grotesk", Arial, sans-serif; letter-spacing: -.05em; }
.content-page__body { max-width: 800px; color: var(--muted); line-height: 1.8; }

@media (max-width: 1050px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr 1fr; gap: 35px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .why__grid { gap: 50px; }
  .quote__panel { gap: 45px; padding: 55px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 34px, 1240px); }
  .section { padding-block: 76px; }
  .topbar__inner { justify-content: center; }
  .topbar__inner > span { display: none; }
  .site-header { height: 80px; }
  .brand-logo { width: 128px; height: 56px; }
  .language { display: none; }
  .button--small { min-height: 40px; font-size: 9px; padding-inline: 12px; gap: 8px; }
  .hero { grid-template-columns: 1fr; padding-block: 45px 55px; }
  .hero h1 { font-size: 48px; }
  .hero__lead { font-size: 15px; }
  .hero__visual { height: 500px; border-radius: 150px 150px 8px 8px; }
  .route-card--top { right: 14px; top: 55px; }
  .route-card--bottom { left: 14px; bottom: 14px; }
  .trust-strip__inner { grid-template-columns: 1fr 1fr; padding-block: 20px; }
  .trust-strip__inner > p { grid-column: 1/-1; }
  .trust-strip__inner > * { min-height: 48px; padding: 12px 8px; }
  .trust-strip__inner > *:not(:first-child) { border: 0; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 25px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 340px; }
  .why { padding-block: 78px; }
  .why__grid { grid-template-columns: 1fr; }
  .why__visual { min-height: 390px; order: 2; }
  .why__visual::before { width: 410px; height: 410px; }
  .why__visual::after { width: 300px; height: 300px; }
  .leisure__card { grid-template-columns: 1fr; }
  .leisure__copy { padding: 46px 28px; }
  .leisure__visual { min-height: 360px; }
  .quote { padding-top: 0; }
  .quote__panel { grid-template-columns: 1fr; padding: 46px 28px; gap: 44px; }
  .quote__form { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .footer__legal-link { align-items: flex-start; flex-direction: column; gap: 12px; }
}

@media (max-width: 480px) {
  .site-header .button span { display: none; }
  .hero h1 { font-size: 42px; }
  .hero__actions { align-items: flex-start; flex-direction: column; }
  .hero__visual { height: 440px; }
  .route-card { min-width: 185px; padding: 11px 13px; }
  .service-grid { gap: 10px; }
  .section-heading h2, .why h2, .leisure h2, .quote h2 { font-size: 38px; }
  .departure-board { width: 100%; padding: 12px; }
  .departure-board > div:not(:first-child) { padding: 12px 10px; font-size: 9px; }
  .why__arrow { width: 64px; height: 64px; right: -8px; bottom: 18px; }
  .footer__top { grid-template-columns: 1fr; }
  .footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
