:root {
  --osp-ink: #102033;
  --osp-navy: #102238;
  --osp-navy-2: #193955;
  --osp-red: #a91e2c;
  --osp-red-2: #c83c48;
  --osp-gold: #f0b84b;
  --osp-gold-2: #ffd98c;
  --osp-teal: #0f766e;
  --osp-cream: #fffaf1;
  --osp-paper: #ffffff;
  --osp-soft: #f4f7fa;
  --osp-muted: #66758a;
  --osp-line: rgba(16, 32, 51, .12);
  --osp-shadow: 0 22px 60px rgba(16, 32, 51, .12);
}

.osp-main { color: var(--osp-ink); background: var(--osp-paper); overflow: hidden; }
.osp-shell { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.osp-section { padding: 86px 0; }
.osp-eyebrow { margin: 0 0 12px; color: var(--osp-red); font-size: .78rem; line-height: 1; text-transform: uppercase; letter-spacing: .16em; font-weight: 900; }
.osp-section-head { max-width: 760px; margin-bottom: 38px; }
.osp-section-head-center { text-align: center; margin-inline: auto; }
.osp-section-head h2, .osp-product-copy h2, .osp-network-card h2, .osp-final-cta h2 { margin: 0; color: var(--osp-navy); font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.03; letter-spacing: -.035em; font-weight: 900; }
.osp-section-head p:not(.osp-eyebrow), .osp-product-copy > p:not(.osp-eyebrow), .osp-network-card p:not(.osp-eyebrow), .osp-final-cta p:not(.osp-eyebrow) { color: var(--osp-muted); font-size: 1.08rem; line-height: 1.7; }

.osp-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.osp-homeitaly-topbar { background: #071b2e; border-bottom: 1px solid rgba(255,255,255,.12); }
.osp-homeitaly-topbar-inner { min-height: 38px; display: flex; align-items: center; }
.osp-homeitaly-topbar a { display: inline-flex; align-items: baseline; gap: 8px; color: #fff; text-decoration: none; font-size: .82rem; }
.osp-homeitaly-topbar a:hover { color: var(--osp-gold-2); }
.osp-homeitaly-topbar strong { font-weight: 900; }
.osp-homeitaly-topbar small { color: rgba(255,255,255,.68); font-size: .76rem; }

.osp-hero { position: relative; padding: 0 0 68px; background: linear-gradient(180deg, #0b2d4b 0%, #0a2741 100%); }
.osp-hero-visual { width: 100%; background: #0b2d4b; text-align: center; }
.osp-hero-visual picture { display: block; }
.osp-hero-visual img { display: block; width: min(100%, 1536px); height: auto; margin-inline: auto; }
.osp-hero-tools { position: relative; z-index: 3; margin-top: -34px; }
.osp-hero-actions, .osp-final-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.osp-hero-actions-image { justify-content: center; margin: 0 0 18px; }
.osp-hero-actions-image .osp-btn { min-width: 220px; }
.osp-hero .osp-btn-ghost { background: rgba(8,32,54,.84); color: #fff; border-color: rgba(255,255,255,.35); backdrop-filter: blur(8px); }
.osp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 18px; border-radius: 13px; border: 1px solid transparent; text-decoration: none; font-weight: 900; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; cursor: pointer; }
.osp-btn:hover { transform: translateY(-2px); text-decoration: none; }
.osp-btn-primary { background: linear-gradient(135deg, var(--osp-red), var(--osp-red-2)); color: #fff; box-shadow: 0 14px 30px rgba(169,30,44,.22); }
.osp-btn-light { background: #fff; color: var(--osp-navy); box-shadow: 0 14px 30px rgba(0,0,0,.12); }
.osp-btn-ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.28); }
.osp-btn-outline { background: transparent; color: var(--osp-navy); border-color: var(--osp-line); }
.osp-btn-gold { background: linear-gradient(135deg, #e7a92e, #ffd277); color: #38250b; box-shadow: 0 14px 30px rgba(240,184,75,.22); }

.osp-search-card { padding: 25px; border: 1px solid rgba(255,255,255,.18); border-radius: 26px; background: rgba(255,255,255,.96); color: var(--osp-ink); box-shadow: 0 30px 70px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.osp-search-card-floating { max-width: 980px; margin: 0 auto; box-shadow: 0 30px 70px rgba(0,0,0,.28); }
.osp-search-head { display: flex; gap: 13px; align-items: center; padding-bottom: 18px; margin-bottom: 18px; border-bottom: 1px solid var(--osp-line); }
.osp-search-head p { margin: 0 0 2px; color: var(--osp-muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.osp-search-head strong { color: var(--osp-navy); font-size: 1.15rem; }
.osp-search-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: var(--osp-cream); color: var(--osp-red); font-size: 1.35rem; }
.osp-search-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.osp-field { display: grid; gap: 6px; }
.osp-field-full { grid-column: 1 / -1; }
.osp-field > span { color: var(--osp-navy); font-size: .79rem; font-weight: 900; }
.osp-field input, .osp-field select { width: 100%; min-width: 0; border: 1px solid #d8e0e8; border-radius: 12px; padding: 11px 12px; background: #fff; color: var(--osp-ink); font: inherit; }
.osp-field input:focus, .osp-field select:focus { outline: 3px solid rgba(15,118,110,.12); border-color: var(--osp-teal); }
.osp-check { grid-column: 1 / -1; display: flex; gap: 9px; align-items: center; color: var(--osp-muted); font-size: .88rem; font-weight: 700; }
.osp-search-submit { grid-column: 1 / -1; width: 100%; border: 0; }
.osp-search-foot { margin: 12px 0 0; color: var(--osp-muted); font-size: .76rem; text-align: center; }

.osp-section-intro { background: var(--osp-soft); }
.osp-path-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.osp-path-card { position: relative; padding: 35px; border-radius: 26px; box-shadow: var(--osp-shadow); overflow: hidden; }
.osp-path-card h3 { max-width: 560px; margin: 8px 0 14px; font-size: clamp(1.7rem, 3vw, 2.55rem); line-height: 1.05; letter-spacing: -.035em; }
.osp-path-card > p:not(.osp-kicker) { max-width: 650px; line-height: 1.65; }
.osp-path-traveler { background: #fff; border: 1px solid var(--osp-line); }
.osp-path-manager { color: #fff; background: linear-gradient(135deg, var(--osp-navy), var(--osp-navy-2)); }
.osp-path-manager h3, .osp-path-manager .osp-text-link { color: #fff; }
.osp-path-manager > p:not(.osp-kicker), .osp-path-manager .osp-clean-list { color: rgba(255,255,255,.76); }
.osp-path-number { position: absolute; right: 22px; top: 8px; color: rgba(169,30,44,.08); font-size: 6.8rem; line-height: 1; font-weight: 1000; }
.osp-path-manager .osp-path-number { color: rgba(255,255,255,.06); }
.osp-kicker { margin: 0; color: var(--osp-red); text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 1000; }
.osp-path-manager .osp-kicker { color: var(--osp-gold-2); }
.osp-clean-list { display: grid; gap: 9px; padding: 0; margin: 22px 0; list-style: none; color: var(--osp-muted); }
.osp-clean-list li { position: relative; padding-left: 24px; }
.osp-clean-list li::before { content: "✓"; position: absolute; left: 0; color: var(--osp-teal); font-weight: 1000; }
.osp-path-manager .osp-clean-list li::before { color: var(--osp-gold); }
.osp-text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--osp-red); text-decoration: none; font-weight: 1000; }

.osp-section-stays { background: var(--osp-paper); }
.osp-category-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; }
.osp-category { min-height: 215px; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border-radius: 22px; text-decoration: none; color: #fff; box-shadow: var(--osp-shadow); transition: transform .18s ease; }
.osp-category:hover { transform: translateY(-4px); color: #fff; text-decoration: none; }
.osp-category strong { font-size: 1.35rem; }
.osp-category small { margin-top: 5px; color: rgba(255,255,255,.77); line-height: 1.45; }
.osp-category-icon { margin-bottom: auto; font-size: 2rem; }
.osp-category-a { background: linear-gradient(150deg,#1b5a65,#0f766e); }
.osp-category-b { background: linear-gradient(150deg,#8c1c29,#c6414d); }
.osp-category-c { background: linear-gradient(150deg,#153553,#285f82); }
.osp-category-d { background: linear-gradient(150deg,#855b19,#c18a2e); }

.osp-section-product { background: var(--osp-cream); }
.osp-product-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 44px; align-items: center; }
.osp-feature-stack { display: grid; gap: 12px; margin-top: 30px; }
.osp-feature-row { display: grid; grid-template-columns: 46px 1fr; gap: 13px; align-items: start; padding: 14px 0; border-bottom: 1px solid rgba(16,32,51,.1); }
.osp-feature-row > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: #fff; color: var(--osp-red); font-weight: 1000; }
.osp-feature-row div { display: grid; gap: 3px; }
.osp-feature-row strong { color: var(--osp-navy); }
.osp-feature-row small { color: var(--osp-muted); line-height: 1.5; }
.osp-plan-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; align-items: stretch; }
.osp-plan-card { position: relative; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--osp-line); border-radius: 24px; background: #fff; box-shadow: var(--osp-shadow); overflow: hidden; }
.osp-plan-vip { border-color: rgba(240,184,75,.55); background: linear-gradient(180deg,#182c42 0%,#0f2034 100%); color: #fff; transform: translateY(-14px); }
.osp-plan-head p { margin: 0; color: var(--osp-red); font-size: .7rem; letter-spacing: .16em; font-weight: 1000; }
.osp-plan-vip .osp-plan-head p { color: var(--osp-gold); }
.osp-plan-head h3 { margin: 4px 0; color: var(--osp-navy); font-size: 2.1rem; font-weight: 1000; }
.osp-plan-vip .osp-plan-head h3 { color: #fff; }
.osp-plan-head span { color: var(--osp-muted); font-size: .9rem; }
.osp-plan-vip .osp-plan-head span { color: rgba(255,255,255,.66); }
.osp-plan-list { flex: 1; display: grid; gap: 10px; padding: 0; margin: 24px 0; list-style: none; }
.osp-plan-list li { position: relative; padding-left: 22px; line-height: 1.45; }
.osp-plan-list li::before { content: "•"; position: absolute; left: 5px; color: var(--osp-teal); font-weight: 1000; }
.osp-plan-vip .osp-plan-list li::before { color: var(--osp-gold); }
.osp-vip-ribbon { position: absolute; top: 15px; right: -32px; width: 130px; padding: 7px; transform: rotate(39deg); background: var(--osp-gold); color: #3b280c; text-align: center; font-size: .7rem; letter-spacing: .12em; font-weight: 1000; }

.osp-section-network { background: var(--osp-soft); }
.osp-network-card { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 42px; align-items: center; padding: 44px; border-radius: 28px; background: #fff; box-shadow: var(--osp-shadow); }
.osp-network-links { display: grid; gap: 10px; }
.osp-network-links a { display: grid; gap: 4px; padding: 16px 18px; border: 1px solid var(--osp-line); border-radius: 15px; text-decoration: none; transition: transform .18s ease, border-color .18s ease; }
.osp-network-links a:hover { transform: translateX(4px); border-color: rgba(169,30,44,.35); text-decoration: none; }
.osp-network-links strong { color: var(--osp-navy); }
.osp-network-links span { color: var(--osp-muted); font-size: .86rem; }

.osp-final-cta { padding: 70px 0; color: #fff; background: linear-gradient(125deg,var(--osp-red),#7f1825 55%,var(--osp-navy)); }
.osp-final-grid { display: flex; justify-content: space-between; gap: 35px; align-items: center; }
.osp-final-cta .osp-eyebrow { color: var(--osp-gold-2); }
.osp-final-cta h2 { color: #fff; }
.osp-final-cta p:not(.osp-eyebrow) { margin-bottom: 0; color: rgba(255,255,255,.75); }
.osp-final-actions { margin-top: 0; justify-content: flex-end; }

@media (max-width: 980px) {
  .osp-product-grid, .osp-network-card { grid-template-columns: 1fr; }
  .osp-search-card { max-width: 760px; }
  .osp-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .osp-plan-vip { transform: none; }
}

@media (max-width: 760px) {
  .osp-section { padding: 64px 0; }
  .osp-hero { padding-bottom: 54px; }
  .osp-hero-tools { margin-top: -22px; }
  .osp-path-grid, .osp-plan-grid { grid-template-columns: 1fr; }
  .osp-path-card, .osp-network-card { padding: 26px; }
  .osp-final-grid { align-items: flex-start; flex-direction: column; }
  .osp-final-actions { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .osp-shell { width: min(100% - 22px, 1180px); }
  .osp-search-card { padding: 18px; border-radius: 20px; }
  .osp-search-form { grid-template-columns: 1fr; }
  .osp-field-full, .osp-check, .osp-search-submit { grid-column: auto; }
  .osp-category-grid { grid-template-columns: 1fr; }
  .osp-category { min-height: 175px; }
  .osp-plan-card { padding: 23px; }
  .osp-trust-row { gap: 10px 14px; }
  .osp-btn { width: 100%; }
  .osp-hero-actions, .osp-final-actions { width: 100%; }
}

@media (max-width: 760px) {
  .osp-hero-actions-image { padding-inline: 4px; }
}

@media (max-width: 560px) {
  .osp-hero { padding-bottom: 44px; }
  .osp-hero-tools { margin-top: -12px; }
  .osp-hero-actions-image .osp-btn { min-width: 0; width: 100%; }
}

/* OspItalyty.com public shell - 2026-07-09 */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.osp-public-body { margin: 0; background: #fff; color: var(--osp-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.osp-public-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--osp-line); backdrop-filter: blur(12px); }
.osp-public-nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.osp-public-brand { display: grid; text-decoration: none; color: var(--osp-navy); line-height: 1.05; }
.osp-public-brand strong { font-size: 1.35rem; letter-spacing: -.03em; }
.osp-public-brand small { margin-top: 4px; color: var(--osp-muted); font-size: .72rem; }
.osp-public-links { display: flex; align-items: center; gap: 18px; }
.osp-public-links a { color: var(--osp-navy); text-decoration: none; font-weight: 800; font-size: .9rem; }
.osp-public-links .osp-nav-cta { padding: 10px 14px; border-radius: 11px; color: #fff; background: linear-gradient(135deg, var(--osp-red), var(--osp-red-2)); }
.osp-hero-visual { position: relative; min-height: clamp(280px, 50vw, 720px); overflow: hidden; }
.osp-hero-visual picture { position: relative; z-index: 2; }
.osp-hero-fallback { position: absolute; inset: 0; z-index: 1; display: grid; place-content: center; gap: 10px; padding: 40px 20px; text-align: center; color: #fff; background: radial-gradient(circle at 70% 25%, rgba(240,184,75,.25), transparent 28%), linear-gradient(135deg,#0b2d4b,#193955 55%,#8f1b2a); }
.osp-hero-fallback span { font-size: .9rem; letter-spacing: .22em; font-weight: 1000; }
.osp-hero-fallback strong { font-size: clamp(2.2rem, 7vw, 5.5rem); line-height: .98; letter-spacing: -.05em; }
.osp-hero-fallback small { font-size: clamp(1rem, 2vw, 1.35rem); opacity: .82; }
.osp-status-strip { background: #fff; }
.osp-status-card { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(240px,.6fr); align-items: center; gap: 30px; padding: 34px; border: 1px solid rgba(169,30,44,.18); border-radius: 26px; background: linear-gradient(135deg,#fff9ef,#fff 50%,#f3f7fb); box-shadow: var(--osp-shadow); }
.osp-status-card h2 { margin: 0 0 12px; color: var(--osp-navy); font-size: clamp(1.8rem,3.5vw,3rem); line-height: 1.05; letter-spacing: -.035em; }
.osp-status-card p:not(.osp-eyebrow) { margin: 0; color: var(--osp-muted); line-height: 1.7; }
.osp-status-actions { display: grid; gap: 10px; }
.osp-public-footer { padding: 42px 0; color: #fff; background: #0d2136; }
.osp-public-footer-grid { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; }
.osp-public-footer p { margin: 8px 0 0; color: rgba(255,255,255,.65); }
.osp-public-footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.osp-public-footer-links a { color: rgba(255,255,255,.85); text-decoration: none; font-weight: 800; }

/* Temporary waiting/status page */
.osp-wait-main { min-height: calc(100vh - 150px); padding: 72px 0; background: radial-gradient(circle at 80% 10%, rgba(240,184,75,.18), transparent 28%), linear-gradient(180deg,#f7fafc,#fffaf1); }
.osp-wait-card { max-width: 980px; margin: 0 auto; padding: clamp(28px,5vw,54px); border: 1px solid var(--osp-line); border-radius: 30px; background: rgba(255,255,255,.96); box-shadow: var(--osp-shadow); }
.osp-wait-badge { display: inline-flex; padding: 8px 12px; border-radius: 999px; color: #fff; background: var(--osp-red); font-size: .76rem; text-transform: uppercase; letter-spacing: .11em; font-weight: 1000; }
.osp-wait-card h1 { margin: 18px 0 14px; color: var(--osp-navy); font-size: clamp(2.2rem,6vw,4.7rem); line-height: .98; letter-spacing: -.05em; }
.osp-wait-lead { max-width: 760px; color: var(--osp-muted); font-size: 1.12rem; line-height: 1.75; }
.osp-wait-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin: 30px 0; }
.osp-wait-item { padding: 20px; border: 1px solid var(--osp-line); border-radius: 18px; background: #fff; }
.osp-wait-item strong { display: block; margin-bottom: 8px; color: var(--osp-navy); }
.osp-wait-item p { margin: 0; color: var(--osp-muted); line-height: 1.55; font-size: .92rem; }
.osp-wait-item.is-ok { border-color: rgba(15,118,110,.3); background: rgba(15,118,110,.045); }
.osp-wait-item.is-pending { border-color: rgba(240,184,75,.5); background: rgba(240,184,75,.08); }
.osp-wait-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.osp-wait-note { margin-top: 24px; padding: 16px 18px; border-left: 4px solid var(--osp-gold); background: var(--osp-cream); color: var(--osp-muted); line-height: 1.6; }

@media (max-width: 820px) {
  .osp-public-nav { align-items: flex-start; padding-block: 14px; }
  .osp-public-links { justify-content: flex-end; flex-wrap: wrap; gap: 10px 14px; }
  .osp-status-card, .osp-wait-grid { grid-template-columns: 1fr; }
  .osp-public-footer-grid { flex-direction: column; }
}
@media (max-width: 620px) {
  .osp-public-nav { flex-direction: column; }
  .osp-public-links { width: 100%; justify-content: flex-start; }
  .osp-public-links a:not(.osp-nav-cta) { font-size: .82rem; }
  .osp-wait-main { padding: 38px 0; }
  .osp-wait-actions .osp-btn { width: 100%; }
}

@media (max-width: 640px) {
  .osp-homeitaly-topbar-inner { min-height: 42px; }
  .osp-homeitaly-topbar a { align-items: center; flex-wrap: wrap; gap: 5px 7px; }
  .osp-homeitaly-topbar small { flex-basis: 100%; padding-left: 18px; }
}
