/*
Theme Name: Twelve Transfers Child
Theme URI: https://www.twelvetransfers.co.uk/
Description: Child theme for Twelve Transfers. Replaces only the visible header and footer.
Author: Twelve Transfers
Template: twelve
Version: 1.0.0
Text Domain: twelve-child
*/

.tt-child-hf {
  --navy:#0E1A29;
  --navy-2:#13253C;
  --ink:#101D2E;
  --gold:#CB9C4B;
  --gold-light:#E4C67E;
  --gold-deep:#A9812B;
  --rose:#E3898E;
  --cta:#C63C63;
  --cta-hover:#D65B7D;
  --cloud:#F6F4EF;
  --paper:#FFFFFF;
  --line:#E9E4D8;
  --line-dark:rgba(228,198,126,.2);
  --slate:#5C6B7C;
  --slate-light:#8C99A8;
  --display:"Cormorant Garamond", Georgia, "Times New Roman", serif;
  --body:"Jost", system-ui, -apple-system, sans-serif;
  --shadow-card:0 30px 60px -20px rgba(8,16,30,.45), 0 8px 24px -12px rgba(8,16,30,.3);
  --maxw:1200px;
  box-sizing:border-box;
  font-family:var(--body);
  font-weight:400;
  line-height:1.58;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.tt-child-hf *,
.tt-child-hf *::before,
.tt-child-hf *::after{box-sizing:border-box;margin:0;padding:0}
.tt-child-hf img{max-width:100%;display:block}
.tt-child-hf a{color:inherit;text-decoration:none!important;box-shadow:none}
.tt-child-hf button{font-family:inherit;line-height:inherit;cursor:pointer;border:none;background:none}
.tt-child-hf :focus-visible{outline:3px solid var(--cta);outline-offset:2px;border-radius:6px}
.tt-child-hf .tt-wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}
.tt-child-hf .tt-btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;font-weight:600;font-size:.95rem;letter-spacing:.012em;border-radius:999px;padding:.85rem 1.45rem;transition:transform .15s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;white-space:nowrap}
.tt-child-hf .tt-btn-primary{background:var(--cta);color:#fff;box-shadow:0 12px 30px -12px rgba(198,60,99,.55)}
.tt-child-hf .tt-btn-primary:hover{background:var(--cta-hover);color:#fff;transform:translateY(-2px);box-shadow:0 16px 34px -12px rgba(198,60,99,.65)}
.tt-child-hf .tt-btn-primary:active{transform:translateY(0)}
/* Default (toate paginile in afara de homepage): header solid, in flow, nu acopera continutul */
.tt-site-header.tt-child-hf{position:sticky;top:0;left:0;right:0;z-index:60;padding:.6rem 0;background:var(--navy);box-shadow:0 1px 0 var(--line-dark);transition:background .3s,box-shadow .3s}

/* Homepage: header transparent peste hero, devine solid la scroll */
.tt-site-header.tt-child-hf.tt-header-transparent{position:fixed;background:transparent;box-shadow:none}
.tt-site-header.tt-child-hf.tt-header-transparent.tt-scrolled{background:rgba(14,26,41,.94);backdrop-filter:blur(14px);box-shadow:0 1px 0 var(--line-dark)}
.tt-site-header.tt-child-hf .tt-wrap{display:flex;align-items:center;gap:1rem}
.tt-child-hf .tt-brand{display:flex;align-items:center;gap:.7rem;flex:none}
.tt-child-hf .tt-brand img{display:block}
.tt-child-hf .tt-main-nav{display:flex;align-items:center;gap:1.15rem;margin-left:auto}
.tt-child-hf .tt-main-nav a{color:#D7E0EA;font-size:.92rem;font-weight:500;transition:color .15s}
/* itemele de meniu nu se rup pe doua randuri */
.tt-child-hf .tt-main-nav > a,
.tt-child-hf .tt-main-nav .tt-dd-toggle{white-space:nowrap}
.tt-child-hf .tt-main-nav a:hover{color:#fff}
.tt-child-hf .tt-header-actions{display:flex;align-items:center;gap:.85rem;flex:none}
.tt-child-hf .tt-login-link{color:#D7E0EA;font-size:.9rem;font-weight:500;transition:color .15s}
.tt-child-hf .tt-login-link:hover{color:#fff}
.tt-child-hf .tt-phone-link{display:flex;align-items:center;gap:.5rem;color:#fff;font-weight:600;font-size:.92rem;white-space:nowrap}
.tt-child-hf .tt-phone-link small{display:block;font-size:.66rem;color:#9FB0C2;font-weight:500;letter-spacing:.04em}
.tt-child-hf .tt-nav-toggle{display:none;width:44px;height:44px;border-radius:10px;background:rgba(255,255,255,.1);color:#fff;align-items:center;justify-content:center}
.tt-nav-scrim.tt-child-hf{position:fixed;inset:0;background:rgba(8,15,26,.5);z-index:54;opacity:0;visibility:hidden;transition:.3s}
.tt-nav-scrim.tt-child-hf.tt-show{opacity:1;visibility:visible}
.tt-child-hf .tt-main-nav .tt-dd-toggle{display:inline-flex;align-items:center;gap:.32rem;color:#D7E0EA;font-size:.92rem;font-weight:500;transition:color .15s;cursor:pointer}
.tt-child-hf .tt-main-nav .tt-dd-toggle:hover{color:#fff}
.tt-child-hf .tt-has-dropdown{position:relative}
.tt-child-hf .tt-chev{transition:transform .2s}
.tt-child-hf .tt-has-dropdown:hover .tt-chev{transform:rotate(180deg)}
.tt-child-hf .tt-dropdown{position:absolute;top:calc(100% + 16px);left:50%;transform:translateX(-50%) translateY(8px);min-width:264px;background:rgba(14,26,41,.98);backdrop-filter:blur(14px);border:1px solid var(--line-dark);border-radius:14px;padding:.55rem;opacity:0;visibility:hidden;transition:opacity .2s,transform .2s,visibility .2s;box-shadow:var(--shadow-card);z-index:70}
.tt-child-hf .tt-has-dropdown::after{content:"";position:absolute;top:100%;left:0;right:0;height:20px}
.tt-child-hf .tt-has-dropdown:hover .tt-dropdown,
.tt-child-hf .tt-has-dropdown:focus-within .tt-dropdown{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.tt-child-hf .tt-dropdown a{display:flex;align-items:center;gap:.55rem;padding:.55rem .8rem;border-radius:9px;font-size:.86rem;color:#C6D2DF;white-space:nowrap;transition:.15s}
.tt-child-hf .tt-dropdown a:hover{background:rgba(255,255,255,.07);color:#fff}
.tt-child-hf .tt-dropdown .tt-dot{width:5px;height:5px;border-radius:50%;background:var(--gold);flex:none;opacity:.75}
.tt-child-hf .tt-dropdown .tt-dd-featured{margin-top:.35rem;color:var(--gold-light);font-weight:600}
/* dropdown scurt (About Us) */
.tt-child-hf .tt-dropdown.tt-dd-narrow{min-width:170px}
/* nivelul 3 al meniului (aeroporturi) redat ca sub-lista indentata */
.tt-child-hf .tt-dropdown .tt-dd-sub{padding-left:2rem;font-size:.82rem;color:#A9B7C6}
.tt-child-hf .tt-dropdown .tt-dd-sub:hover{color:#fff}
.tt-child-hf .tt-dropdown .tt-dd-featured .tt-dot{background:var(--rose)}
/* pe ecrane joase lista lunga devine derulabila */
.tt-child-hf .tt-dropdown{max-height:calc(100vh - 120px);overflow-y:auto}
.tt-child-hf .tt-nav-cta,
.tt-child-hf .tt-nav-phone,
.tt-child-hf .tt-nav-close,
.tt-child-hf .tt-book-top{display:none}

.tt-footer.tt-child-hf{background:var(--navy);color:#C6D2DF;padding:64px 0 30px}
.tt-footer.tt-child-hf .tt-footer-top{display:grid;grid-template-columns:1.4fr 1.4fr repeat(6,minmax(0,1fr));gap:34px;padding-bottom:40px;border-bottom:1px solid var(--line-dark)}
.tt-footer.tt-child-hf .tt-footer-about{grid-column:span 2}
.tt-footer.tt-child-hf .tt-brand{margin-bottom:1.2rem}
.tt-footer.tt-child-hf .tt-footer-about p{font-size:.9rem;color:#9FB0C2;max-width:300px;margin:0 0 1.1rem}
.tt-footer.tt-child-hf .tt-stars{color:var(--gold);letter-spacing:.06em}
.tt-footer.tt-child-hf .tt-footer-rating{display:flex;align-items:center;gap:.6rem;background:rgba(255,255,255,.05);border:1px solid rgba(228,198,126,.25);padding:.7rem .9rem;border-radius:12px;width:fit-content}
.tt-footer.tt-child-hf .tt-footer-rating b{color:#fff}
.tt-footer.tt-child-hf .tt-footer-rating small{display:block;color:#9FB0C2;font-size:.74rem}
.tt-footer.tt-child-hf .tt-footer-contact{margin-top:1rem;font-size:.86rem;color:#9FB0C2;line-height:1.5}
.tt-footer.tt-child-hf .tt-footer-contact a{color:#fff;font-weight:600}
.tt-footer.tt-child-hf .tt-footer-app{margin-top:1.4rem}
.tt-footer.tt-child-hf .tt-fa-label{display:block;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:#9FB0C2;font-weight:700;margin-bottom:.6rem}
.tt-footer.tt-child-hf .tt-app-badges{display:flex;gap:.8rem;flex-wrap:wrap}
.tt-footer.tt-child-hf .tt-store-badge{display:flex;align-items:center;gap:.65rem;background:#000;border:1px solid rgba(255,255,255,.22);padding:.5rem .85rem;border-radius:12px;transition:.2s}
.tt-footer.tt-child-hf .tt-store-badge:hover{background:#141414;transform:translateY(-2px);border-color:rgba(228,198,126,.5)}
.tt-footer.tt-child-hf .tt-store-badge small{display:block;font-size:.62rem;color:#C3CCD8;line-height:1.1}
.tt-footer.tt-child-hf .tt-store-badge b{display:block;font-size:.9rem;font-family:var(--display);font-weight:600}
.tt-footer.tt-child-hf h3{color:#fff;font-family:var(--body);font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;margin:0 0 1.1rem;font-weight:700}
.tt-footer.tt-child-hf ul{list-style:none;margin:0;padding:0;display:grid;gap:.6rem}
.tt-footer.tt-child-hf ul a{font-size:.9rem;color:#A9B7C6;transition:color .15s}
.tt-footer.tt-child-hf ul a:hover{color:#fff}
.tt-footer.tt-child-hf .tt-footer-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px;padding-top:24px;font-size:.8rem;color:#8094A8}
.tt-footer.tt-child-hf .tt-legal-meta{margin-top:4px;color:#6E8296;font-size:.74rem}
.tt-footer.tt-child-hf .tt-legal-meta a{color:#A9B7C6}
.tt-footer.tt-child-hf .tt-pay-icons{display:flex;gap:.5rem;align-items:center}
.tt-footer.tt-child-hf .tt-pay-icons span{background:rgba(255,255,255,.9);color:var(--navy);font-size:.6rem;font-weight:800;padding:.25rem .45rem;border-radius:5px}

@media (min-width:761px) and (max-width:1200px){
  .tt-site-header.tt-child-hf .tt-main-nav{position:fixed;inset:0 0 0 auto;width:min(64vw,360px);background:var(--navy);flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1.25rem;padding:92px 36px 36px;transform:translateX(100%);transition:transform .3s ease;border-left:1px solid var(--line-dark);z-index:55;margin-left:0;overflow-y:auto}
  .tt-site-header.tt-child-hf .tt-main-nav.tt-open{transform:none}
  .tt-site-header.tt-child-hf .tt-nav-toggle{display:flex;order:3}
  .tt-site-header.tt-child-hf .tt-header-actions{margin-left:auto;gap:.6rem}
  .tt-site-header.tt-child-hf .tt-header-actions .tt-phone-link,
  .tt-site-header.tt-child-hf .tt-header-actions .tt-btn-primary{display:none}
  .tt-site-header.tt-child-hf .tt-login-link{display:none}
  .tt-site-header.tt-child-hf .tt-has-dropdown{width:100%}
  .tt-site-header.tt-child-hf .tt-has-dropdown::after{display:none}
  .tt-site-header.tt-child-hf .tt-dropdown{position:static;transform:none;opacity:1;visibility:visible;background:none;border:none;box-shadow:none;backdrop-filter:none;padding:.4rem 0 .2rem .6rem;min-width:0;max-height:none;overflow:visible}
  .tt-site-header.tt-child-hf .tt-dropdown a{white-space:normal;align-items:flex-start}
  .tt-site-header.tt-child-hf .tt-dropdown .tt-dot{margin-top:.55em}
  .tt-site-header.tt-child-hf .tt-has-dropdown:hover .tt-dropdown,
  .tt-site-header.tt-child-hf .tt-has-dropdown:focus-within .tt-dropdown{transform:none;left:auto}
  .tt-site-header.tt-child-hf .tt-chev{display:none}
  .tt-site-header.tt-child-hf .tt-main-nav .tt-nav-close{display:flex;position:absolute;top:18px;right:22px;width:42px;height:42px;border-radius:10px;background:rgba(255,255,255,.08);border:1px solid var(--line-dark);color:#fff;align-items:center;justify-content:center;z-index:2}
  .tt-site-header.tt-child-hf .tt-main-nav a.tt-nav-cta{display:inline-flex;width:100%;margin-top:.8rem;color:#fff;font-size:1.02rem}
  .tt-site-header.tt-child-hf .tt-main-nav a.tt-nav-phone{display:flex;align-items:center;gap:.55rem;color:#fff;font-weight:600;font-size:1.08rem}
  .tt-footer.tt-child-hf .tt-footer-top{grid-template-columns:1fr 1fr 1fr}
  .tt-footer.tt-child-hf .tt-footer-about{grid-column:span 3}
}

@media (max-width:760px){
  .tt-child-hf .tt-wrap{padding:0 18px}
  .tt-site-header.tt-child-hf .tt-brand img{height:38px!important}
  .tt-site-header.tt-child-hf .tt-header-actions{margin-left:auto;gap:.4rem}
  .tt-site-header.tt-child-hf .tt-header-actions .tt-phone-link,
  .tt-site-header.tt-child-hf .tt-header-actions .tt-btn-primary{display:none}
  .tt-site-header.tt-child-hf .tt-header-actions .tt-book-top{display:inline-flex;padding:.5rem .9rem;font-size:.85rem;box-shadow:0 8px 20px -10px rgba(198,60,99,.6)}
  .tt-site-header.tt-child-hf .tt-main-nav{position:fixed;inset:0 0 0 auto;width:min(82vw,330px);background:var(--navy);flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1.2rem;padding:90px 30px 30px;transform:translateX(100%);transition:transform .3s ease;border-left:1px solid var(--line-dark);z-index:55;margin-left:0;overflow-y:auto}
  .tt-site-header.tt-child-hf .tt-main-nav.tt-open{transform:none}
  .tt-site-header.tt-child-hf .tt-nav-toggle{display:flex;order:3}
  .tt-site-header.tt-child-hf .tt-login-link{display:none}
  .tt-site-header.tt-child-hf .tt-has-dropdown{width:100%}
  .tt-site-header.tt-child-hf .tt-has-dropdown::after{display:none}
  .tt-site-header.tt-child-hf .tt-dropdown{position:static;transform:none;opacity:1;visibility:visible;background:none;border:none;box-shadow:none;backdrop-filter:none;padding:.4rem 0 .2rem .6rem;min-width:0;max-height:none;overflow:visible}
  .tt-site-header.tt-child-hf .tt-dropdown a{white-space:normal;align-items:flex-start}
  .tt-site-header.tt-child-hf .tt-dropdown .tt-dot{margin-top:.55em}
  .tt-site-header.tt-child-hf .tt-has-dropdown:hover .tt-dropdown,
  .tt-site-header.tt-child-hf .tt-has-dropdown:focus-within .tt-dropdown{transform:none;left:auto}
  .tt-site-header.tt-child-hf .tt-main-nav .tt-nav-close{display:flex;position:absolute;top:18px;right:22px;width:42px;height:42px;border-radius:10px;background:rgba(255,255,255,.08);border:1px solid var(--line-dark);color:#fff;align-items:center;justify-content:center;z-index:2}
  .tt-site-header.tt-child-hf .tt-main-nav .tt-nav-close:hover{background:rgba(255,255,255,.16)}
  .tt-site-header.tt-child-hf .tt-dropdown a{padding:.4rem 0;font-size:.84rem}
  .tt-site-header.tt-child-hf .tt-chev{display:none}
  .tt-site-header.tt-child-hf .tt-main-nav a.tt-nav-cta{display:inline-flex;width:100%;margin-top:.7rem;color:#fff;font-size:1rem}
  .tt-site-header.tt-child-hf .tt-main-nav a.tt-nav-phone{display:flex;align-items:center;gap:.55rem;color:#fff;font-weight:600;font-size:1.04rem}
  .tt-footer.tt-child-hf .tt-footer-top{grid-template-columns:1fr 1fr;gap:26px}
  .tt-footer.tt-child-hf .tt-footer-about{grid-column:span 2}
}

@media (max-width:460px){
  .tt-footer.tt-child-hf .tt-footer-top{grid-template-columns:1fr}
  .tt-footer.tt-child-hf .tt-footer-about{grid-column:span 1}
}

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