/* Travora Solutions Design System — shared parent/category/detail contracts. */
body.travora-solution-system-page{
  --solution-blue:var(--travora-20);
  --solution-blue-bright:var(--travora-20-bright);
  --solution-gold:var(--travora-gold);
  --solution-text:var(--travora-text);
  --solution-muted:rgba(230,247,255,.72);
  --solution-muted-2:rgba(230,247,255,.52);
  --solution-border:rgba(168,195,214,.15);
  --solution-border-blue:rgba(0,191,255,.32);
  --solution-panel:rgba(16,42,67,.44);
  --solution-card:rgba(230,247,255,.045);
  --solution-card-hover:rgba(23,58,91,.66);
  --solution-shadow:0 28px 90px rgba(0,10,30,.34);
  --travora-page-nav-offset:118px;
}
body.travora-solution-system-page [data-solution-system] [id]{scroll-margin-top:calc(var(--travora-page-nav-offset) + 38px);}
body.travora-solution-system-page .page-nav{
  position:sticky;
  top:var(--travora-page-nav-offset);
  z-index:92;
  isolation:isolate;
}
body.travora-solution-system-page .page-nav::before{
  position:absolute;
  inset:0;
  z-index:-1;
  background:rgba(7,21,33,.9);
  backdrop-filter:blur(18px);
  content:"";
}
body.travora-solution-system-page .page-nav-inner{
  scrollbar-width:thin;
  scrollbar-color:rgba(0,191,255,.42) transparent;
}
body.travora-solution-system-page .page-nav a.is-current{
  color:#fff;
  border-color:rgba(0,191,255,.34);
  background:rgba(0,191,255,.1);
}
body.travora-solution-system-page .solution-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin-bottom:24px;color:var(--solution-muted-2);font-size:13px;font-weight:650;line-height:1.5;}
body.travora-solution-system-page .solution-breadcrumb a{color:var(--solution-muted-2);}
body.travora-solution-system-page .solution-breadcrumb a:hover{color:var(--solution-blue-bright);}
body.travora-solution-system-page .solution-breadcrumb [aria-current="page"]{color:rgba(230,247,255,.82);}

/* Parent/category relationship strip. */
body.travora-solution-system-page .solution-family-strip{
  padding:0 0 clamp(30px,4vw,52px);
}
body.travora-solution-system-page .solution-family-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
body.travora-solution-system-page .solution-family-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:22px;
  align-items:center;
  min-height:150px;
  padding:26px;
  border:1px solid var(--solution-border);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(16,42,67,.62),rgba(7,21,33,.64));
  transition:transform .22s ease,border-color .22s ease,background .22s ease;
}
body.travora-solution-system-page .solution-family-card:hover{
  transform:translateY(-4px);
  border-color:var(--solution-border-blue);
  background:linear-gradient(145deg,rgba(23,58,91,.76),rgba(7,21,33,.72));
}
body.travora-solution-system-page .solution-family-card span{
  display:block;
  margin-bottom:7px;
  color:var(--solution-blue-bright);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.travora-solution-system-page .solution-family-card strong{display:block;font-family:var(--font-display);font-size:clamp(20px,2vw,28px);line-height:1.24;}
body.travora-solution-system-page .solution-family-card p{margin-top:8px;font-size:14px;line-height:1.6;}
body.travora-solution-system-page .solution-family-card i{color:var(--solution-blue-bright);font-size:28px;font-style:normal;}
body.travora-solution-system-page .solution-family-card.is-current{border-color:rgba(0,191,255,.5);background:linear-gradient(145deg,rgba(0,191,255,.12),rgba(7,21,33,.7));}

/* Unified system review. */
body.travora-solution-system-page .system-review-section{padding-top:clamp(58px,7vw,92px);padding-bottom:clamp(92px,10vw,138px);}
body.travora-solution-system-page .system-review-section .review-layout{
  display:grid;
  grid-template-columns:minmax(0,.76fr) minmax(560px,1.24fr);
  gap:clamp(42px,6vw,84px);
  align-items:start;
  padding:clamp(34px,5vw,62px);
  border:1px solid var(--solution-border-blue);
  border-radius:32px;
  background:radial-gradient(circle at 8% 0,rgba(0,191,255,.12),transparent 34%),linear-gradient(145deg,rgba(16,42,67,.78),rgba(7,21,33,.74));
  box-shadow:var(--solution-shadow);
}
body.travora-solution-system-page .system-review-section .review-copy>p:not(.eyebrow){font-size:16px;line-height:1.74;}
body.travora-solution-system-page .system-review-section .review-copy>ul{display:grid;gap:11px;margin:24px 0 0;padding:0;list-style:none;}
body.travora-solution-system-page .system-review-section .review-copy>ul li{display:grid;grid-template-columns:18px minmax(0,1fr);gap:9px;color:var(--solution-muted);font-size:13px;line-height:1.6;}
body.travora-solution-system-page .system-review-section .review-copy>ul span{color:#79e49b;font-weight:850;}
body.travora-solution-system-page .review-context{margin-top:25px;padding:16px 18px;border:1px solid var(--solution-border);border-radius:16px;background:rgba(230,247,255,.035);}
body.travora-solution-system-page .review-context span{display:block;color:var(--solution-muted-2);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;}
body.travora-solution-system-page .review-context strong{display:block;margin-top:5px;font-size:15px;line-height:1.45;}
body.travora-solution-system-page .review-alt{display:flex;flex-wrap:wrap;gap:7px 10px;margin-top:24px;padding-top:20px;border-top:1px solid var(--solution-border);font-size:13px;}
body.travora-solution-system-page .review-alt span{color:var(--solution-muted-2);}
body.travora-solution-system-page .review-alt a{color:var(--solution-blue-bright);font-weight:750;}
body.travora-solution-system-page .review-form-card{padding:clamp(26px,4vw,42px);border:1px solid var(--solution-border);border-radius:28px;background:rgba(7,21,33,.76);}
body.travora-solution-system-page .review-form-card>h3{font-size:clamp(24px,2.4vw,34px);}
body.travora-solution-system-page .review-form-card>p{margin-top:10px;font-size:15px;line-height:1.68;}
body.travora-solution-system-page .form-status{margin-top:22px;padding:14px 16px;border:1px solid var(--solution-border);border-radius:14px;font-size:14px;font-weight:700;line-height:1.5;}
body.travora-solution-system-page .form-status.is-success{border-color:rgba(121,228,155,.38);background:rgba(121,228,155,.09);color:#bff7cf;}
body.travora-solution-system-page .form-status.is-error{border-color:rgba(255,132,132,.35);background:rgba(255,91,91,.08);color:#ffd0d0;}
body.travora-solution-system-page .system-review-form{position:relative;margin-top:26px;}
body.travora-solution-system-page .system-review-form .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
body.travora-solution-system-page .system-review-form .form-field{min-width:0;}
body.travora-solution-system-page .system-review-form .form-field-full{grid-column:1/-1;}
body.travora-solution-system-page .system-review-form .form-field label,
body.travora-solution-system-page .system-review-form .consent-field label{display:block;color:rgba(230,247,255,.88);font-size:13px;font-weight:750;line-height:1.45;}
body.travora-solution-system-page .system-review-form .form-field input,
body.travora-solution-system-page .system-review-form .form-field select,
body.travora-solution-system-page .system-review-form .form-field textarea{
  width:100%;
  margin-top:8px;
  border:1px solid rgba(168,195,214,.22);
  border-radius:13px;
  background:rgba(7,21,33,.68);
  color:var(--solution-text);
  font:inherit;
  font-size:15px;
  line-height:1.45;
  outline:none;
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
body.travora-solution-system-page .system-review-form .form-field input,
body.travora-solution-system-page .system-review-form .form-field select{min-height:50px;padding:11px 13px;}
body.travora-solution-system-page .system-review-form .form-field textarea{min-height:132px;padding:13px;resize:vertical;}
body.travora-solution-system-page .system-review-form .form-field input::placeholder,
body.travora-solution-system-page .system-review-form .form-field textarea::placeholder{color:rgba(230,247,255,.38);}
body.travora-solution-system-page .system-review-form .form-field select{
  appearance:none;
  background-image:linear-gradient(45deg,transparent 50%,rgba(230,247,255,.66) 50%),linear-gradient(135deg,rgba(230,247,255,.66) 50%,transparent 50%);
  background-position:calc(100% - 18px) 21px,calc(100% - 13px) 21px;
  background-repeat:no-repeat;
  background-size:5px 5px;
  padding-right:38px;
}
body.travora-solution-system-page .system-review-form .form-field option{background:#0b1c2c;color:#e6f7ff;}
body.travora-solution-system-page .system-review-form .form-field input:focus,
body.travora-solution-system-page .system-review-form .form-field select:focus,
body.travora-solution-system-page .system-review-form .form-field textarea:focus{border-color:rgba(0,191,255,.72);background:rgba(7,21,33,.9);box-shadow:0 0 0 4px rgba(0,191,255,.11);}
body.travora-solution-system-page .system-review-form [aria-invalid="true"]{border-color:rgba(255,114,114,.72);box-shadow:0 0 0 4px rgba(255,91,91,.08);}
body.travora-solution-system-page .system-review-form .field-error{display:none;margin-top:7px;color:#ffb8b8;font-size:12px;font-weight:650;line-height:1.4;}
body.travora-solution-system-page .system-review-form .form-field [aria-invalid="true"]~.field-error,
body.travora-solution-system-page .system-review-form .consent-field input[aria-invalid="true"]~.field-error{display:block;}
body.travora-solution-system-page .system-review-form .consent-field{display:grid;grid-template-columns:20px minmax(0,1fr);gap:10px 12px;align-items:start;margin-top:20px;}
body.travora-solution-system-page .system-review-form .consent-field input{width:18px;height:18px;margin:2px 0 0;accent-color:var(--solution-blue);}
body.travora-solution-system-page .system-review-form .consent-field label{font-weight:550;color:var(--solution-muted);}
body.travora-solution-system-page .system-review-form .consent-field label a{color:var(--solution-blue-bright);text-decoration:underline;text-underline-offset:3px;}
body.travora-solution-system-page .system-review-form .consent-field .field-error{grid-column:2;}
body.travora-solution-system-page .system-review-form .form-submit{width:100%;margin-top:22px;border:0;cursor:pointer;}
body.travora-solution-system-page .system-review-form.is-submitting .form-submit{pointer-events:none;opacity:.72;}
body.travora-solution-system-page .system-review-form .form-microcopy{margin-top:13px;text-align:center;color:var(--solution-muted-2);font-size:11px;line-height:1.55;}
body.travora-solution-system-page .honeypot-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;}

/* Booking category console replaces the decorative orbit. */
.travora-booking-systems-page .booking-system-console{position:relative;margin:0;padding:14px;overflow:hidden;border:1px solid var(--solution-border);border-radius:32px;background:linear-gradient(145deg,rgba(16,42,67,.86),rgba(11,28,44,.88));box-shadow:var(--solution-shadow);}
.travora-booking-systems-page .booking-system-console::before{position:absolute;top:-110px;right:-90px;width:300px;height:300px;border-radius:50%;background:rgba(0,191,255,.13);filter:blur(5px);content:"";}
.travora-booking-systems-page .system-console-surface{position:relative;z-index:1;overflow:hidden;border:1px solid rgba(230,247,255,.1);border-radius:22px;background:rgba(7,21,33,.72);}
.travora-booking-systems-page .system-console-head{display:flex;justify-content:space-between;gap:18px;align-items:center;min-height:58px;padding:0 18px;border-bottom:1px solid var(--solution-border);background:rgba(16,42,67,.62);}
.travora-booking-systems-page .system-console-head>div{display:flex;gap:7px;align-items:center;}
.travora-booking-systems-page .system-console-head i{width:7px;height:7px;border-radius:50%;background:rgba(230,247,255,.25);}
.travora-booking-systems-page .system-console-head i:first-child{background:var(--solution-blue);box-shadow:0 0 14px rgba(0,191,255,.8);}
.travora-booking-systems-page .system-console-head strong{font-size:13px;}
.travora-booking-systems-page .system-console-head small{color:var(--solution-muted-2);font-size:11px;}
.travora-booking-systems-page .system-console-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--solution-border);}
.travora-booking-systems-page .system-console-summary>div{padding:18px 16px;background:rgba(11,28,44,.94);}
.travora-booking-systems-page .system-console-summary span{display:block;color:var(--solution-muted-2);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;}
.travora-booking-systems-page .system-console-summary strong{display:block;margin-top:6px;font-family:var(--font-display);font-size:clamp(20px,2vw,29px);line-height:1.1;}
.travora-booking-systems-page .system-console-summary small{display:block;margin-top:5px;color:var(--solution-muted-2);font-size:11px;}
.travora-booking-systems-page .system-console-flow{display:grid;gap:0;padding:8px 20px 18px;}
.travora-booking-systems-page .system-console-flow article{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:14px;align-items:center;padding:16px 0;border-bottom:1px solid var(--solution-border);}
.travora-booking-systems-page .system-console-flow article:last-child{border-bottom:0;}
.travora-booking-systems-page .system-console-flow b{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--solution-border-blue);border-radius:11px;background:rgba(0,191,255,.08);color:var(--solution-blue-bright);font-size:10px;}
.travora-booking-systems-page .system-console-flow strong{display:block;font-size:14px;}
.travora-booking-systems-page .system-console-flow small{display:block;margin-top:4px;color:var(--solution-muted-2);font-size:11px;line-height:1.45;}
.travora-booking-systems-page .system-console-flow em{padding:6px 9px;border-radius:999px;background:rgba(121,228,155,.1);color:#8aeaaa;font-size:10px;font-style:normal;font-weight:800;white-space:nowrap;}
.travora-booking-systems-page .booking-system-console figcaption{margin-top:13px;color:var(--solution-muted-2);font-size:12px;line-height:1.55;}

/* Solutions parent: two system families + outcomes. */
.travora-solutions-page .solution-grid.is-family-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
.travora-solutions-page .outcome-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:20px;}
.travora-solutions-page .outcome-card{padding:28px;border:1px solid var(--solution-border);border-radius:24px;background:rgba(230,247,255,.035);}
.travora-solutions-page .outcome-card>span{display:block;color:var(--solution-gold);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;}
.travora-solutions-page .outcome-card h3{margin-top:11px;font-size:clamp(21px,2vw,28px);}
.travora-solutions-page .outcome-card p{margin-top:11px;font-size:15px;line-height:1.66;}
.travora-solutions-page .outcome-card ul{display:grid;gap:8px;margin:18px 0 0;padding:0;list-style:none;}
.travora-solutions-page .outcome-card li{position:relative;padding-left:18px;color:var(--solution-muted);font-size:13px;line-height:1.55;}
.travora-solutions-page .outcome-card li::before{position:absolute;top:.68em;left:0;width:6px;height:6px;border-radius:50%;background:var(--solution-gold);content:"";}

/* Desktop dropdown grouping for both fallback and configured menus. */
.main-nav .sub-menu .solution-group-start{margin-top:9px;padding-top:12px;border-top:1px solid rgba(168,195,214,.13);}
.main-nav .sub-menu .solution-group-booking:first-child::before,
.main-nav .sub-menu .solution-group-booking.solution-group-start::before,
.main-nav .sub-menu .solution-group-automation.solution-group-start::before{
  display:block;
  padding:2px 13px 6px;
  color:rgba(85,216,255,.72);
  font-size:9px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.main-nav .sub-menu .solution-group-booking:first-child::before,
.main-nav .sub-menu .solution-group-booking.solution-group-start::before{content:"Booking systems";}
.main-nav .sub-menu .solution-group-automation.solution-group-start::before{content:"Automation systems";}
.mobile-nav .sub-menu .solution-group-start{margin-top:8px;padding-top:10px;border-top:1px solid rgba(168,195,214,.13);}

@media(max-width:1024px){
  body.travora-solution-system-page{--travora-page-nav-offset:102px;}
  body.travora-solution-system-page .system-review-section .review-layout{grid-template-columns:1fr;}
  body.travora-solution-system-page .system-review-section .review-form-card{max-width:900px;}
}
@media(min-width:783px){body.travora-solution-system-page.admin-bar{--travora-page-nav-offset:150px;}}
@media(max-width:782px){body.travora-solution-system-page.admin-bar{--travora-page-nav-offset:148px;}}
@media(max-width:760px){
  body.travora-solution-system-page .solution-family-grid,
  .travora-solutions-page .solution-grid.is-family-grid,
  .travora-solutions-page .outcome-grid{grid-template-columns:1fr;}
  body.travora-solution-system-page .system-review-section .review-layout{padding:28px 18px;border-radius:26px;}
  body.travora-solution-system-page .review-form-card{padding:25px 18px;border-radius:22px;}
  body.travora-solution-system-page .system-review-form .form-grid{grid-template-columns:1fr;}
  body.travora-solution-system-page .system-review-form .form-field-full{grid-column:auto;}
  .travora-booking-systems-page .system-console-summary{grid-template-columns:1fr;}
  .travora-booking-systems-page .system-console-flow article{grid-template-columns:36px minmax(0,1fr);}
  .travora-booking-systems-page .system-console-flow em{grid-column:2;justify-self:start;}
}
