@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-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}.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}}.site-shell-home{max-width:none;padding:0 0 56px}.topbar-home{position:absolute;inset:0 0 auto;z-index:6;max-width:var(--page-width);margin:0 auto;padding:24px 20px 0}.topbar-home .brandmark{padding:10px 14px;border-radius:999px;background:#ffffff1a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.topbar-home .brandmark-logo{width:56px;height:56px;filter:brightness(0) invert(1)}.topbar-home .topnav{padding:8px;border-radius:999px;background:#0a121c2e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.topbar-home .nav-link{color:#ffffffeb}.topbar-home .nav-link:hover,.topbar-home .nav-link:focus-visible,.topbar-home .nav-link-active{background:#ffffff24;color:#fff}.page-home{gap:0}.hero-banner{position:relative;min-height:100svh;margin-top:0;padding-top:112px;overflow:hidden;background:linear-gradient(180deg,#060d162e,#060d169e),url(/hero-packing.jpg) center center / cover no-repeat}.hero-banner-overlay{position:absolute;inset:0;background:radial-gradient(circle at 78% 32%,rgba(190,232,255,.16),transparent 28%),linear-gradient(180deg,#08101938,#0810191a 18%,#081019c2)}.hero-banner-body{position:relative;z-index:1;display:flex;align-items:flex-end;min-height:calc(100svh - 112px);max-width:var(--page-width);margin:0 auto;padding:36px 20px 56px}.hero-banner-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:32px;align-items:end;width:100%}.hero-banner-copy{display:flex;flex-direction:column;gap:18px;max-width:610px}.hero-banner-eyebrow{margin:0;color:#ffffffdb;font-size:.82rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.hero-banner-copy h1{margin:0;color:#fff;font-size:clamp(3rem,5.6vw,5.9rem);line-height:.94;letter-spacing:-.04em;max-width:11ch}.hero-banner-text{margin:0;max-width:34rem;color:#ffffffeb;font-size:1.08rem}.hero-explainer{max-width:32rem;padding:20px 22px;border-radius:28px;background:#ffffff1f;border:1px solid rgba(255,255,255,.16);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.hero-explainer h2{margin:0 0 8px;color:#fff;font-size:1.1rem}.hero-explainer p{margin:0;color:#ffffffe6}.hero-stat-row{display:flex;flex-wrap:wrap;gap:10px}.hero-stat-pill{display:inline-flex;align-items:center;min-height:38px;padding:10px 14px;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.12);color:#fff;font-size:.9rem;font-weight:600}.hero-showcase{display:flex;justify-content:flex-end}.hero-showcase-window{width:min(440px,100%);padding:22px;border-radius:38px;background:linear-gradient(180deg,#ffffff2e,#ffffff14);border:1px solid rgba(255,255,255,.16);box-shadow:0 36px 80px #030c173d;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.hero-showcase-phone{padding:14px;border-radius:34px;background:linear-gradient(180deg,#0a131ff0,#0f1e2fe0);border:1px solid rgba(255,255,255,.08)}.hero-showcase-screen{display:flex;flex-direction:column;gap:14px;min-height:520px;padding:18px;border-radius:24px;background:radial-gradient(circle at top right,rgba(86,162,255,.26),transparent 28%),linear-gradient(180deg,#f4f9ff,#ebf5ff)}.hero-showcase-top{display:flex;align-items:center;justify-content:space-between;color:#5f7388;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.hero-showcase-card{display:flex;align-items:center;gap:14px;padding:16px;border-radius:24px;background:#ffffffe6;box-shadow:0 20px 40px #0d3b661a}.hero-showcase-card>div{display:flex;flex-direction:column;gap:4px}.hero-showcase-card strong,.showcase-panel-card strong{color:var(--ink-strong)}.hero-showcase-card span,.showcase-panel-card span{color:var(--muted)}.hero-showcase-card-main{display:block;padding:22px;color:#fff;background:linear-gradient(180deg,#0713222e,#07132294),linear-gradient(135deg,#72b1ff,#0d6efd 74%)}.hero-showcase-card-main strong,.hero-showcase-card-main span,.hero-showcase-card-main p{color:#fff}.hero-showcase-label{margin:0 0 26px;font-size:2.1rem;font-weight:800;letter-spacing:.14em}.hero-showcase-chip-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.hero-showcase-chip{display:inline-flex;min-height:34px;align-items:center;padding:8px 12px;border-radius:999px;background:#ffffff29;font-size:.84rem;font-weight:700}.hero-showcase-chip-ghost{background:transparent;border:1px solid rgba(255,255,255,.22)}.hero-showcase-mini-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:16px;background:#0d6efd1f;color:var(--blue)}.hero-showcase-mini-icon-alert{background:#d9534f24;color:#d9534f}.site-home-content{max-width:var(--page-width);margin:0 auto;padding:72px 20px 0}.content-section{display:flex;flex-direction:column;gap:24px}.content-section+.content-section{margin-top:72px}.content-section-tight{margin-top:-82px}.section-heading-wide{max-width:760px}.section-supporting{margin:0;color:var(--muted);font-size:1.02rem}.benefit-grid,.feature-showcase-grid,.story-grid{display:grid;gap:20px}.benefit-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-showcase-grid,.story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.surface-card{border:1px solid rgba(116,169,233,.18);background:#ffffffe6}.surface-card p:last-child{margin-bottom:0}.showcase-section{gap:40px}.showcase-row{display:grid;grid-template-columns:minmax(0,.92fr) minmax(320px,1.08fr);gap:24px;align-items:center}.showcase-row-reversed{grid-template-columns:minmax(320px,1.08fr) minmax(0,.92fr)}.showcase-row-reversed .showcase-copy{order:2}.showcase-row-reversed .showcase-panel{order:1}.showcase-copy h2,.privacy-band-panel h2,.closing-cta-copy h2{margin:0;color:var(--ink-strong);font-size:clamp(2rem,3.4vw,3rem);line-height:1.02}.body-list-strong li{color:var(--ink-strong)}.showcase-panel{position:relative;padding:28px;border-radius:34px;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(116,169,233,.16)}.showcase-panel-vault{background:linear-gradient(135deg,#eef7ff,#dfeeff 65%,#f7fbff)}.showcase-panel-trip{background:linear-gradient(135deg,#fff6ea,#f5f7ff 55%,#edf5ff)}.showcase-panel-sos{background:linear-gradient(135deg,#fff0ef,#f8fbff 55%,#eef5ff)}.showcase-panel:after{content:"";position:absolute;inset:auto -8% -22% auto;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(13,110,253,.12),transparent 72%)}.showcase-panel-card{position:relative;z-index:1;display:flex;align-items:flex-start;gap:12px;padding:16px 18px;border-radius:24px;background:#ffffffd6;box-shadow:0 20px 36px #0d3b6614}.showcase-panel-card .material-symbols-rounded{color:var(--blue)}.showcase-panel-card-large{display:block;min-height:240px;margin-bottom:18px;padding:22px;background:linear-gradient(180deg,#ffffff38,#ffffff14),linear-gradient(135deg,#0d6efd2e,#0d6efd05)}.showcase-panel-card-large p{margin-top:10px}.showcase-panel-eyebrow{display:inline-block;margin-bottom:20px;color:var(--blue);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.showcase-panel-stack{position:relative;z-index:1;display:grid;gap:14px}.privacy-band-panel{display:grid;grid-template-columns:minmax(0,.9fr) minmax(280px,.6fr) minmax(280px,.8fr);gap:24px;align-items:start;padding:32px;border-radius:34px;background:linear-gradient(135deg,#0d6efd,#4e9bff 62%,#7eb8ff);box-shadow:0 28px 64px #0d6efd33}.privacy-band-panel h2,.privacy-band-panel p,.privacy-band-panel li{color:#fff}.page-eyebrow-light{color:#ffffffc7}.body-list-light{margin:0;color:#fff}.body-list-light li{color:#fffffff0}.closing-cta-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.62fr);gap:24px;padding:32px;border-radius:34px;border:1px solid rgba(116,169,233,.18);background:linear-gradient(180deg,#ffffffe6,#f0f8fffa);box-shadow:var(--shadow)}.closing-cta-copy p:last-child{margin-bottom:0}.closing-cta-actions{display:flex;flex-direction:column;gap:14px;justify-content:center}@media(max-width:1100px){.benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.showcase-row,.showcase-row-reversed,.privacy-band-panel,.closing-cta-card,.feature-showcase-grid,.story-grid{grid-template-columns:1fr}.showcase-row-reversed .showcase-copy,.showcase-row-reversed .showcase-panel{order:initial}.hero-banner-grid{grid-template-columns:1fr}.hero-showcase{justify-content:flex-start}}@media(max-width:760px){.topbar-home{position:absolute;padding-top:18px}.topbar-home,.topbar{flex-direction:column;align-items:stretch}.topbar-home .brandmark{align-self:flex-start}.topbar-home .topnav{justify-content:flex-start;overflow-x:auto}.hero-banner{min-height:auto;padding-top:140px}.hero-banner-body{min-height:auto;padding-bottom:36px}.hero-banner-copy h1{max-width:none;font-size:clamp(2.5rem,12vw,4rem)}.hero-showcase-window,.hero-showcase-phone{border-radius:28px}.hero-showcase-screen{min-height:auto}.site-home-content{padding-top:44px}.content-section-tight{margin-top:0}.benefit-grid{grid-template-columns:1fr}.privacy-band-panel,.closing-cta-card,.showcase-panel,.surface-card{padding:22px}}.hero-banner-copy-landing{max-width:640px}.hero-showcase-landing{align-items:end}.hero-showcase-window-landing{max-width:420px}.hero-showcase-card-slim{padding-top:14px;padding-bottom:14px}.site-home-content-landing{padding-top:40px}.landing-teaser-grid,.landing-quote-grid{display:grid;gap:20px}.landing-teaser-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-teaser-card,.landing-proof-panel,.landing-quote-card,.landing-cta-card{border:1px solid rgba(116,169,233,.18);background:#ffffffe6;box-shadow:var(--shadow)}.landing-teaser-card{display:flex;flex-direction:column;gap:14px;padding:28px;border-radius:28px}.landing-teaser-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:18px;background:#0d6efd1a;color:var(--blue)}.landing-teaser-card h2,.landing-proof-copy h2{margin:0;color:var(--ink-strong);font-size:clamp(1.6rem,2.8vw,2.4rem);line-height:1.02}.landing-teaser-card p,.landing-quote-card p{margin:0}.landing-inline-link{margin-top:auto;color:var(--blue);font-weight:700}.landing-proof-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(280px,1.1fr);gap:24px;align-items:stretch}.landing-proof-copy{display:flex;flex-direction:column;gap:16px;justify-content:center}.landing-proof-actions{display:flex;flex-wrap:wrap;gap:12px}.landing-proof-panel{display:grid;gap:14px;padding:28px;border-radius:34px;background:radial-gradient(circle at top right,rgba(109,177,255,.18),transparent 28%),linear-gradient(180deg,#fffffff2,#f0f8ffeb)}.landing-proof-metric{display:flex;flex-direction:column;gap:6px;padding:18px;border-radius:22px;background:#ffffffd6}.landing-proof-metric strong{color:var(--ink-strong);font-size:1.05rem}.landing-proof-metric span{color:var(--muted)}.landing-quote-section{gap:24px}.landing-quote-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-quote-card{display:flex;flex-direction:column;gap:16px;padding:28px;border-radius:28px}.landing-quote-card strong{color:var(--ink-strong)}.landing-cta-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,.8fr);gap:24px;padding:32px;border-radius:34px}@media(max-width:1100px){.landing-teaser-grid,.landing-quote-grid,.landing-proof-section,.landing-cta-card{grid-template-columns:1fr}}@media(max-width:760px){.site-home-content-landing{padding-top:28px}.landing-teaser-card,.landing-proof-panel,.landing-quote-card,.landing-cta-card{padding:22px}}
