@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,500,0,0&display=swap";:root{color-scheme:light;--bg-top: #edf6ff;--bg-bottom: #ffffff;--surface: rgba(255, 255, 255, .84);--surface-strong: #ffffff;--surface-line: rgba(116, 169, 233, .24);--ink: #16324f;--ink-strong: #0d3b66;--muted: #66788a;--blue: #0d6efd;--blue-strong: #0b5ad6;--blue-soft: #dff0ff;--shadow: 0 24px 60px rgba(13, 59, 102, .08);--radius-xl: 32px;--radius-lg: 24px;--radius-md: 18px;--page-width: 1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;font-family:Inter,system-ui,sans-serif;color:var(--ink);background:radial-gradient(circle at top left,rgba(150,203,255,.35),transparent 36%),linear-gradient(180deg,var(--bg-top),var(--bg-bottom))}a{color:inherit;text-decoration:none}p,li{line-height:1.7;color:var(--ink)}#root{min-height:100vh}.site-shell{max-width:var(--page-width);margin:0 auto;padding:24px 20px 48px}.site-shell-home{max-width:none;padding:0 0 48px}.topbar,.page,.site-footer{width:100%}.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.topbar-home{position:relative;z-index:3;max-width:var(--page-width);margin:0 auto;padding:24px 20px 0}.topbar-home .brandmark-logo,.topbar-home .nav-link{color:#fff}.topbar-home .brandmark-logo{filter:brightness(0) invert(1)}.topbar-home .nav-link:hover,.topbar-home .nav-link:focus-visible,.topbar-home .nav-link-active{background:#ffffff24}.brandmark{display:inline-flex;align-items:center;min-width:0}.brandmark-logo{display:block;width:64px;height:64px;object-fit:contain}.topnav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.nav-link{padding:12px 16px;border-radius:999px;color:var(--ink);font-weight:600}.nav-link:hover,.nav-link:focus-visible{background:#0d6efd14;outline:none}.nav-link-active{background:#0d6efd1f;color:var(--blue)}.page{display:flex;flex-direction:column;gap:28px}.page-home{gap:0}.page-hero{display:flex;flex-direction:column;gap:10px;padding:18px 4px 0}.page-eyebrow{margin:0;font-size:.88rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--blue)}.page-hero h1,.section-heading h2,.surface-card h2,.preview-card h3{margin:0;color:var(--ink-strong)}.page-hero h1{font-size:clamp(2.4rem,4vw,4.4rem);line-height:1.02}.page-lede{margin:0;max-width:46rem;font-size:1.08rem;color:var(--muted)}.hero-grid,.two-up-grid,.feature-grid,.faq-grid,.stack-grid{display:grid;gap:20px}.hero-grid{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:stretch}.hero-banner{position:relative;min-height:100svh;margin-top:-102px;padding-top:102px;border-radius:0;overflow:hidden;background:linear-gradient(180deg,#11151b38,#11151b8f),url(/hero-packing.jpg) center center / cover no-repeat}.hero-banner-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0a101957,#0a10191a 22%,#0a1019b8)}.hero-banner-body{position:relative;z-index:1}.hero-banner-body{display:flex;align-items:flex-end;min-height:calc(100svh - 102px);max-width:var(--page-width);margin:0 auto;padding:24px 20px 40px}.hero-banner-copy{max-width:560px;padding:28px;border-radius:28px;background:#11182757;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.hero-banner-eyebrow{margin:0 0 10px;color:#ffffffe0;font-size:.88rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hero-banner-copy h2{margin:0;color:#fff;font-size:clamp(2.4rem,4vw,4.5rem);line-height:.98}.hero-banner-text{margin:18px 0 0;max-width:36rem;color:#ffffffeb;font-size:1.08rem}.hero-explainer{margin-top:22px;padding:18px 18px 16px;border-radius:22px;background:#ffffff1f}.hero-explainer h3{margin:0 0 8px;color:#fff;font-size:1.05rem}.hero-explainer p{margin:0;color:#ffffffe6}.two-up-grid,.feature-grid,.faq-grid,.stack-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-home-content{max-width:var(--page-width);margin:0 auto;padding:36px 20px 0}.content-section{display:flex;flex-direction:column;gap:20px}.section-heading{display:flex;flex-direction:column;gap:8px}.surface-card{position:relative;border:1px solid var(--surface-line);border-radius:var(--radius-xl);padding:24px;background:var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);overflow:hidden}.surface-card:after{content:"";position:absolute;inset:auto -30% -45% auto;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(13,110,253,.08),transparent 70%);pointer-events:none}.surface-card-header{display:flex;align-items:center;gap:12px;margin-bottom:14px}.surface-card-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;background:#0d6efd1a;color:var(--blue)}.surface-card-body{display:flex;flex-direction:column;gap:12px}.surface-card p{margin:0}.hero-copy{display:flex;flex-direction:column;gap:18px}.hero-tagline{font-size:clamp(1.35rem,2vw,2rem);font-weight:700;color:var(--ink-strong)}.cta-row{display:flex;flex-wrap:wrap;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:12px 18px;border-radius:999px;font-weight:700;transition:transform .14s ease,box-shadow .14s ease,background .14s ease}.button:hover,.button:focus-visible{transform:translateY(-1px);outline:none}.button-primary{background:linear-gradient(135deg,var(--blue),#5aa1ff);color:#fff;box-shadow:0 18px 36px #0d6efd3d}.button-secondary{background:#0d6efd14;color:var(--blue)}.button-ghost-light{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.18)}.button-play{background:#000000b8;color:#fff;border:1px solid rgba(255,255,255,.22)}.button-disabled{opacity:.62;pointer-events:none}.play-badge-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#ffffff1f;font-size:.9rem}.play-badge-copy{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}.play-badge-copy small{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;opacity:.78}.play-badge-copy strong{font-size:1rem}.preview-shell{position:relative;min-height:420px;border-radius:var(--radius-xl);padding:20px;background:linear-gradient(180deg,#0d6efd2e,#ffffffe6);box-shadow:var(--shadow);overflow:hidden}.preview-card{border-radius:28px;box-shadow:0 20px 48px #0d3b662e}.preview-card-primary{min-height:250px;padding:22px;background:linear-gradient(180deg,#06192e2e,#06192e85),linear-gradient(135deg,#5aa1ff,#0d6efd 70%);color:#fff}.preview-card-primary h3{margin-top:22px;color:#fff;font-size:2.25rem;letter-spacing:.08em}.preview-card-primary p{margin-top:12px;max-width:22rem;color:#ffffffeb}.preview-badge-row{display:flex;flex-wrap:wrap;gap:10px}.preview-pill{display:inline-flex;align-items:center;min-height:34px;padding:8px 14px;border-radius:999px;background:#ffffff29;font-size:.88rem;font-weight:700}.preview-pill-soft{background:transparent}.preview-stack{position:absolute;right:20px;bottom:20px;width:min(320px,calc(100% - 40px));display:flex;flex-direction:column;gap:14px}.preview-card-secondary{padding:18px 20px;background:#fffffff0}.preview-card-secondary strong{color:var(--ink-strong);margin-bottom:10px}.preview-card-secondary span{display:block;color:var(--muted);margin-top:6px}.body-list{margin:0;padding-left:1.2rem;display:flex;flex-direction:column;gap:8px}.material-symbols-rounded{font-family:Material Symbols Rounded;font-size:1.35rem;line-height:1}.site-footer{margin-top:42px;padding:28px 6px 0;border-top:1px solid rgba(116,169,233,.2)}.site-footer-grid{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.site-footer-grid p,.footer-small{margin:0;color:var(--muted)}.footer-links{display:flex;flex-wrap:wrap;gap:16px;font-weight:600}.footer-small+.footer-small{margin-top:8px}.support-ticket-card{display:grid;grid-template-columns:minmax(260px,.82fr) minmax(0,1.18fr);gap:20px;padding:24px;border-radius:var(--radius-xl);border:1px solid var(--surface-line);background:var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.support-ticket-copy h2{margin:0;color:var(--ink-strong)}.support-ticket-copy p{margin:14px 0 0}.support-ticket-reference{font-weight:700;color:var(--blue)}.support-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field{display:flex;flex-direction:column;gap:8px}.field span{color:var(--ink-strong);font-weight:600;font-size:.92rem}.field input,.field select,.field textarea{width:100%;min-height:52px;padding:14px 16px;border:1px solid rgba(116,169,233,.28);border-radius:18px;background:#ffffffeb;color:var(--ink);font:inherit}.field textarea{min-height:160px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid rgba(13,110,253,.16);border-color:#0d6efd6b}.field-full{grid-column:1 / -1}.support-submit{width:fit-content}@media(max-width:920px){.hero-grid,.two-up-grid,.feature-grid,.faq-grid,.stack-grid,.support-ticket-card{grid-template-columns:1fr}.topbar,.site-footer-grid{flex-direction:column;align-items:flex-start}.topbar-home{padding-top:18px}}@media(max-width:640px){.site-shell{padding:18px 16px 40px}.site-shell-home{padding:0 0 40px}.surface-card{padding:20px;border-radius:24px}.brandmark-logo{width:56px;height:56px}.hero-banner{min-height:100svh;margin-top:-120px;padding-top:120px}.hero-banner-body{min-height:calc(100svh - 120px);padding:18px 16px 28px}.hero-banner-copy{padding:20px}.page-hero h1{font-size:2.2rem}.page-lede{font-size:1rem}.preview-shell{min-height:360px}.support-form{grid-template-columns:1fr}.site-home-content{padding:28px 16px 0}}.shots-page{min-height:100vh;padding:24px;background:radial-gradient(circle at top left,rgba(150,203,255,.24),transparent 26%),linear-gradient(180deg,#edf6ff,#fff 38%)}.shots-toolbar{max-width:1280px;margin:0 auto 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.shots-toolbar-brand{display:inline-flex;align-items:center;gap:12px;font-weight:700;color:var(--ink-strong)}.shots-toolbar-brand img{width:46px;height:46px}.shots-toolbar-nav{display:flex;flex-wrap:wrap;gap:10px}.shots-toolbar-link{padding:10px 14px;border-radius:999px;background:#ffffffc2;border:1px solid rgba(116,169,233,.18);color:var(--ink);font-weight:600}.shots-toolbar-link-active{background:#0d6efd1f;color:var(--blue)}.shot-stage{max-width:1280px;margin:0 auto}.shots-index{display:grid;gap:20px}.shots-index-card,.shots-index-link{border-radius:28px;border:1px solid rgba(116,169,233,.2);background:#ffffffd6;box-shadow:var(--shadow);padding:24px}.shots-index-eyebrow{margin:0 0 8px;color:var(--blue);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.shots-index-card h1{margin:0 0 10px}.shots-index-card p,.shots-index-link span{margin:0;color:var(--muted)}.shots-index-grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.shots-index-link{display:flex;flex-direction:column;gap:8px}.app-shot{position:relative;width:min(100%,1080px);min-height:1920px;margin:0 auto;background:radial-gradient(circle at top left,rgba(150,203,255,.35),transparent 30%),linear-gradient(180deg,#edf6ff,#fff 32%);border-radius:42px;overflow:hidden;box-shadow:0 28px 80px #0d3b6629}.shot-safe{display:flex;flex-direction:column;gap:28px;padding:72px 48px 190px}.app-topbar,.app-section,.app-header-card{width:100%}.app-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.app-topcopy h1,.app-header-copy h1{margin:0;color:#0d3b66;font-size:56px;line-height:1}.app-topicons{display:flex;align-items:center;gap:6px}.app-icon-button,.app-header-action{position:relative;width:72px;height:72px;border:0;border-radius:20px;background:transparent;color:#0d6efd}.app-icon-button .material-symbols-rounded,.app-header-action .material-symbols-rounded{font-size:42px}.app-notification-dot{position:absolute;top:14px;right:12px;width:16px;height:16px;border-radius:999px;background:#d9534f;border:3px solid white}.app-section{display:flex;flex-direction:column;gap:16px}.app-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.app-section-header h2{margin:0;color:#0d3b66;font-size:32px}.app-section-header span{color:#0d6efd;font-size:20px;font-weight:600}.trip-stack-shot{position:relative;height:420px}.trip-card-shot{position:absolute;inset-inline:0;min-height:228px;border-radius:34px;overflow:hidden;border:1px solid rgba(255,255,255,.2);box-shadow:0 16px 36px #0d6efd29}.trip-card-depth-0{top:0;transform:scale(1);z-index:4}.trip-card-depth-1{top:54px;transform:scale(.989);z-index:3}.trip-card-depth-2{top:102px;transform:scale(.978);z-index:2}.trip-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0a1c2c1f,#0a1c2cad),linear-gradient(180deg,#0d3b662e,#3f8cff1a)}.trip-card-overlay-strong{background:linear-gradient(180deg,#0a1c2c29,#0a1c2cd1),linear-gradient(180deg,#0d3b662e,#3f8cff1a)}.trip-visual-bali,.trip-visual-lisbon,.trip-visual-tokyo,.trip-hero-shot{background:url(/hero-packing.jpg) center center / cover no-repeat}.trip-visual-bali:before,.trip-visual-lisbon:before,.trip-visual-tokyo:before,.trip-hero-shot:before{content:"";position:absolute;inset:0;opacity:.72}.trip-visual-bali:before,.trip-hero-shot:before{background:linear-gradient(135deg,#0d6efd2e,#ffb34729)}.trip-visual-lisbon:before{background:linear-gradient(135deg,#d489423d,#ffecd314)}.trip-visual-tokyo:before{background:linear-gradient(135deg,#3a447d47,#d6594f2e)}.trip-card-content{position:relative;z-index:1;min-height:228px;padding:32px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.trip-card-copy{display:flex;flex-direction:column;gap:8px;max-width:72%}.trip-card-destination,.trip-hero-destination{color:#fff;font-size:52px;line-height:1;letter-spacing:.12em;font-weight:800;text-transform:uppercase}.trip-card-title,.trip-hero-copy h1{color:#fff;font-size:30px;font-weight:700}.trip-card-subtitle,.trip-card-meta,.trip-hero-copy p{color:#ffffffeb;font-size:18px}.trip-card-meta{color:#ffffffd6}.trip-card-badges{display:flex;align-items:center;gap:10px;margin-top:6px;flex-wrap:wrap}.trip-card-badge{padding:10px 16px;border-radius:999px;background:#ffffff2e;color:#fff;font-size:16px;font-weight:600}.trip-card-days{color:#fff;font-size:16px;font-weight:600}.trip-card-actions{display:flex;flex-direction:column;gap:12px;padding-bottom:28px}.trip-card-icon{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;color:#fff}.trip-card-icon .material-symbols-rounded,.trip-card-info .material-symbols-rounded{font-size:30px}.trip-card-info{position:absolute;right:18px;bottom:18px;z-index:1;color:#ffffffeb}.trip-stack-hint{position:absolute;right:10px;bottom:-18px;color:#0d3b669e;font-size:16px}.new-trip-fab,.vault-fab{position:absolute;right:42px;bottom:146px;display:inline-flex;align-items:center;gap:10px;min-height:72px;padding:0 28px;border-radius:999px;border:0;background:linear-gradient(135deg,#0d6efd,#4d97ff);color:#fff;font-size:26px;font-weight:700;box-shadow:0 20px 42px #0d6efd42}.new-trip-fab .material-symbols-rounded,.vault-fab .material-symbols-rounded{font-size:30px}.vault-fab{width:74px;height:74px;padding:0;justify-content:center;border-radius:50%}.app-footer,.trip-footer-shot{position:absolute;inset-inline:0;bottom:0;display:flex;align-items:stretch;justify-content:space-between;gap:6px;padding:16px 22px 34px;background:#0d6efd}.app-footer-item,.trip-footer-item{flex:1;min-height:92px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border-radius:24px;color:#ffffffeb;font-size:18px;font-weight:600}.app-footer-item .material-symbols-rounded,.trip-footer-item .material-symbols-rounded{font-size:36px}.app-footer-item-active,.trip-footer-item-active{background:#ffffff29;color:#fff}.app-header-card{display:flex;align-items:center;justify-content:space-between;gap:16px}.app-header-brand{display:flex;align-items:center;gap:12px;flex:1}.app-header-badge{width:74px;height:74px;border-radius:24px;background:#0d6efd;color:#fff;font-size:44px;font-weight:800;display:flex;align-items:center;justify-content:center}.app-header-badge-red{background:#d9534f}.app-header-copy p{margin:4px 0 0;color:#6d8194;font-size:20px}.app-header-action{border-radius:18px;border:1px solid #d6e7ff;background:#eaf3ff}.white-card,.vault-summary-card,.vault-section-card,.trip-module-card,.trip-overview-card{border-radius:32px;border:1px solid rgba(116,169,233,.18);background:#ffffffe6;box-shadow:0 18px 42px #0d3b6614;padding:24px}.vault-summary-card{background:#eaf3ffeb}.vault-summary-eyebrow{margin:0 0 10px;color:#0d6efd;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.vault-summary-card ul{margin:0;padding-left:24px;display:flex;flex-direction:column;gap:10px;color:#16324f;font-size:20px}.vault-quick-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.vault-quick-button{display:flex;align-items:center;justify-content:center;gap:10px;min-height:92px;border-radius:28px;background:#ffffffd6;border:1px solid rgba(116,169,233,.18);color:#0d6efd;font-size:22px;font-weight:700}.vault-quick-button .material-symbols-rounded{font-size:34px}.vault-card{border-radius:32px;padding:24px;box-shadow:0 18px 42px #0d3b661f}.passport-cover-shot{background:#0e3556;color:#f2d48d}.passport-top,.passport-middle{display:flex;align-items:center}.passport-top{justify-content:center;gap:8px;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.passport-middle{flex-direction:column;gap:12px;padding:26px 0}.passport-middle strong{font-size:34px}.passport-emblem{width:92px;height:92px;border-radius:50%;border:1px solid rgba(218,183,97,.34);display:flex;align-items:center;justify-content:center}.passport-emblem .material-symbols-rounded{font-size:42px}.passport-bottom{text-align:center;font-size:24px;letter-spacing:.12em;font-weight:700}.vault-meta-strip{display:flex;gap:10px;flex-wrap:wrap;margin-top:-4px}.vault-tag{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:#eef3f8;color:#16324f;font-size:16px;font-weight:700}.vault-tag-blue{background:#0d6efd1f;color:#0d6efd}.vault-tag-warm{background:#f4b40029;color:#c07b00}.licence-cover-shot{background:#f6d9e4;border:1px solid #e3b8c8}.licence-top,.health-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.licence-top span,.health-top span{display:block;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.licence-top strong,.health-top strong{display:block;font-size:32px}.licence-body{display:flex;gap:14px;margin-top:18px}.licence-photo,.health-photo{width:150px;min-height:180px;border-radius:20px;background:linear-gradient(135deg,#ffffff6b,#d6ced61a),radial-gradient(circle at top,rgba(255,255,255,.72),transparent 40%)}.health-cover-shot{background:#1496da;border:1px solid #61bfef}.health-photo{background:#ffffff29}.licence-copy,.travel-vault-copy,.trip-module-copy,.sos-row-copy{display:flex;flex-direction:column;gap:6px}.licence-copy strong,.trip-module-copy strong{font-size:28px;color:#1e2a38}.licence-copy span,.licence-copy small,.travel-vault-copy span,.travel-vault-copy small,.trip-module-copy span,.trip-module-copy small{color:#62475a;font-size:18px}.licence-copy-light strong,.licence-copy-light span,.licence-copy-light small{color:#fff}.vault-section-card,.trip-module-card{display:flex;flex-direction:column;gap:16px}.vault-section-card h2,.trip-module-header h2{margin:0;color:#0d3b66;font-size:32px}.travel-vault-item,.trip-transport-row,.hotel-row-shot{display:flex;gap:14px;align-items:flex-start}.travel-vault-badge{width:56px;height:56px;border-radius:18px;background:#0d6efd1f;color:#0d6efd;display:flex;align-items:center;justify-content:center}.travel-vault-badge .material-symbols-rounded{font-size:30px}.travel-vault-copy strong{font-size:24px;color:#16324f}.trip-hero-shot{position:relative;min-height:420px;border-radius:34px;overflow:hidden}.trip-hero-copy{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;min-height:420px;padding:32px}.trip-chip-card p{margin:18px 0 0;color:#6f8396;font-size:18px}.trip-chip-row,.trip-participants,.emergency-data-row,.trip-module-topline{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.trip-participants span{color:#6f8396;font-size:18px}.participant-dot{width:44px;height:44px;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:700}.participant-gold{background:#f4b400}.participant-blue{background:#0d6efd}.participant-coral{background:#ff7a59}.trip-overview-card{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.overview-metric{display:flex;flex-direction:column;gap:8px;align-items:center}.overview-metric strong{color:#0d3b66;font-size:42px}.overview-metric span{color:#6f8396;font-size:18px}.trip-module-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.trip-module-header p{margin:8px 0 0;color:#6f8396;font-size:18px}.trip-module-card-active{border-color:#0d6efd57;box-shadow:0 20px 48px #0d6efd24}.mini-button,.app-button{border:0;border-radius:999px;padding:12px 18px;font-size:18px;font-weight:700}.mini-button{background:#0d6efd1f;color:#0d6efd}.hotel-thumb-shot{width:120px;height:120px;border-radius:24px;background:linear-gradient(180deg,#0a1c2c2e,#0a1c2c6b),url(/hero-packing.jpg) center center / cover no-repeat}.sos-hero-shot{display:flex;flex-direction:column;gap:18px;padding:28px;border-radius:34px;background:linear-gradient(135deg,#d9534f,#ff7a70);box-shadow:0 18px 42px #d9534f38}.sos-hero-copy h2{margin:0;color:#fff;font-size:48px}.sos-hero-copy p,.sos-row-copy span,.emergency-data-card p{margin:8px 0 0;color:#fffffff2;font-size:20px}.sos-location-pill{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;padding:10px 16px;border-radius:999px;background:#ffffff2e;color:#fff;font-size:18px;font-weight:700}.sos-hero-actions,.emergency-data-actions{display:flex;gap:12px;flex-wrap:wrap}.app-button{min-height:56px}.app-button-secondary{background:#ffffff2e;color:#fff}.app-button-danger{background:#fff;color:#c85151}.app-button-outline{background:#0d6efd1a;color:#0d6efd}.sos-row{display:flex;gap:14px;align-items:flex-start;padding:14px 0;border-bottom:1px solid #eef3f8}.sos-row:last-child{border-bottom:0}.sos-row-icon{color:#d9534f}.sos-row-icon .material-symbols-rounded{font-size:32px}.sos-row-icon-blue{color:#0d6efd}.sos-row-copy strong,.emergency-data-row strong{color:#16324f;font-size:24px}.sos-row-copy span,.emergency-data-card p{color:#6f8396}.emergency-data-row span{color:#0d6efd;font-size:18px;font-weight:700}@media(max-width:1180px){.shots-toolbar{flex-direction:column;align-items:flex-start}}@media(max-width:1080px){.app-shot{min-height:auto;border-radius:0}}@media(max-width:900px){.shots-index-grid{grid-template-columns:1fr}.shot-safe{padding:36px 20px 170px}.app-topcopy h1,.app-header-copy h1{font-size:36px}.app-section-header h2,.vault-section-card h2,.trip-module-header h2{font-size:26px}.trip-card-destination,.trip-hero-destination{font-size:38px}.trip-overview-card{grid-template-columns:repeat(2,minmax(0,1fr))}.vault-quick-row{grid-template-columns:1fr}}
