:root {
  --ink: #12372a;
  --ink-soft: #315648;
  --cream: #f7f5ed;
  --paper: rgba(255,255,255,.82);
  --lime: #d7f36a;
  --mint: #bfe7d1;
  --line: rgba(18,55,42,.13);
  --shadow: 0 22px 60px rgba(35,63,51,.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; }
button, input, select { font: inherit; }
button { color: inherit; }
.weather-glow { position: fixed; z-index: -1; border-radius: 50%; filter: blur(10px); opacity: .65; pointer-events: none; }
.weather-glow-one { width: 500px; height: 500px; right: -160px; top: -180px; background: radial-gradient(circle, #cfeccd, transparent 68%); }
.weather-glow-two { width: 440px; height: 440px; left: -220px; top: 520px; background: radial-gradient(circle, #e9e5b6, transparent 68%); }
.site-header { width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 25px 0; display: flex; align-items: center; justify-content: space-between; }
.brand { color: var(--ink); text-decoration: none; font-family: Manrope, sans-serif; font-weight: 800; font-size: 22px; display: flex; align-items: center; gap: 10px; letter-spacing: -.6px; }
.brand-mark { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50% 50% 48% 52% / 55% 48% 52% 45%; background: var(--ink); color: var(--lime); font-size: 17px; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.language-toggle { width: 58px; height: 40px; padding: 0 9px; border: 1px solid var(--line); background: rgba(255,255,255,.55); border-radius: 99px; cursor: pointer; font-size: 12px; font-weight: 800; }
.profile-button { height: 40px; padding: 0 15px; border: 1px solid var(--line); background: rgba(255,255,255,.55); border-radius: 99px; cursor: pointer; font-size: 12px; font-weight: 700; }
.profile-button[hidden] { display: none; }
.register-button { height: 40px; padding: 0 16px; border: 0; border-radius: 99px; background: var(--ink); color: white; cursor: pointer; font-size: 12px; font-weight: 700; }
.register-button[hidden] { display: none; }
.location-pill { border: 1px solid var(--line); background: rgba(255,255,255,.55); border-radius: 99px; padding: 10px 16px; display: flex; gap: 8px; align-items: center; cursor: pointer; font-size: 14px; }
.tracking-dot { width: 8px; height: 8px; border-radius: 50%; background: #a8b3ae; }
.tracking-dot.active { background: #60bd77; box-shadow: 0 0 0 4px rgba(96,189,119,.14); }
main { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.hero { text-align: center; padding: 72px 0 80px; }
.eyebrow { display: flex; align-items: center; justify-content: center; gap: 9px; text-transform: uppercase; letter-spacing: 1.8px; font-size: 11px; font-weight: 700; color: #587267; }
.eyebrow > span:first-child { flex: 0 0 21px; width: 21px; height: 2px; border-radius: 5px; background: var(--lime); box-shadow: 0 0 0 1px rgba(18,55,42,.08); }
h1, h2, h3 { font-family: Manrope, sans-serif; }
h1 { margin: 19px auto 20px; max-width: 900px; font-size: clamp(52px, 8.5vw, 105px); line-height: .94; letter-spacing: -6px; }
h1 em { font-style: normal; color: transparent; -webkit-text-stroke: 1.7px var(--ink); }
.hero-copy { max-width: 590px; margin: 0 auto 38px; color: var(--ink-soft); line-height: 1.6; font-size: 17px; }
.planner-card { text-align: left; width: min(790px, 100%); margin: 0 auto; padding: 28px; background: var(--paper); border: 1px solid rgba(255,255,255,.9); border-radius: 27px; box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.field-group { position: relative; border: 0; margin: 0 0 23px; padding: 0; }
.field-group label:not(.activity), .field-group legend { display: block; margin-bottom: 9px; color: var(--ink-soft); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.1px; }
.input-shell { display: flex; align-items: center; gap: 10px; height: 52px; padding: 0 13px 0 17px; border: 1px solid var(--line); border-radius: 14px; background: rgba(247,245,237,.65); }
.input-shell input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 16px; }
.detect-button { width: 34px; height: 34px; border-radius: 50%; border: 0; cursor: pointer; background: var(--mint); }
.suggestions { position: absolute; z-index: 5; top: 82px; width: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: white; box-shadow: 0 16px 30px rgba(18,55,42,.12); }
.suggestion { width: 100%; padding: 12px 16px; border: 0; border-bottom: 1px solid var(--line); background: white; text-align: left; cursor: pointer; }
.suggestion:hover { background: #f2f6ee; }
.activity-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.activity { min-height: 88px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--line); border-radius: 14px; background: rgba(247,245,237,.45); cursor: pointer; transition: .2s ease; font-size: 13px; font-weight: 600; }
.activity input { position: absolute; opacity: 0; }
.activity:hover { transform: translateY(-2px); border-color: rgba(18,55,42,.3); }
.activity.active { background: var(--ink); color: white; border-color: var(--ink); box-shadow: 0 10px 20px rgba(18,55,42,.16); }
.activity-icon { font-size: 22px; color: #67887a; }
.activity.active .activity-icon { color: var(--lime); }
.custom-plan { grid-template-columns: 2fr 1fr; gap: 14px; margin: -5px 0 23px; padding: 18px; border-radius: 16px; background: #f2f6ee; }
.custom-plan:not([hidden]) { display: grid; }
.custom-plan .field-group { margin: 0; }
.custom-plan input { width: 100%; height: 52px; padding: 0 15px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.planner-row { display: grid; grid-template-columns: 1fr 1.5fr; gap: 14px; align-items: end; }
.planner-row-four { grid-template-columns: .85fr 1fr 1.25fr; }
.day-field { margin: 0; }
select { width: 100%; height: 52px; padding: 0 15px; border: 1px solid var(--line); border-radius: 14px; outline: none; background: #f8f7f0; color: var(--ink); }
.number-shell { height: 52px; padding: 0 13px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 14px; background: #f8f7f0; }
.number-shell input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.number-shell span { color: #6c7f76; font-size: 12px; }
.primary-button { height: 52px; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; border: 0; border-radius: 14px; background: var(--lime); color: var(--ink); font-weight: 700; cursor: pointer; transition: .2s ease; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(111,130,55,.22); }
.primary-button:disabled { opacity: .55; cursor: wait; transform: none; }
.form-status { min-height: 18px; margin: 12px 0 -8px; text-align: center; color: #9a4d3c; font-size: 13px; }
.calendar-sync-preview { margin-top: 18px; padding: 14px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 10px; border: 1px dashed #d0ac4d; border-radius: 14px; background: #fffaf0; }
.calendar-sync-preview strong, .calendar-sync-preview small { display: block; }
.calendar-sync-preview strong { margin: 5px 0 2px; font-size: 13px; }
.calendar-sync-preview small { color: #6d756f; font-size: 11px; }
.calendar-import-button, #connectLiveCalendar { padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; background: white; cursor: pointer; font-size: 11px; font-weight: 700; }
.calendar-import-button input { display: none; }
.calendar-sync-status { min-height: 15px; margin: 6px 2px 0; color: #587267; font-size: 11px; }
.results-section { padding: 80px 0 45px; animation: rise .5s ease both; }
.result-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 25px; }
.result-heading .eyebrow { justify-content: flex-start; }
h2 { margin: 10px 0 0; font-size: clamp(34px, 5vw, 58px); letter-spacing: -3px; }
.score-ring { width: 76px; height: 76px; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; background: conic-gradient(var(--lime) var(--score, 92%), #dfe6db 0); position: relative; }
.score-ring::before { content: ""; position: absolute; inset: 6px; border-radius: 50%; background: var(--cream); }
.score-ring strong, .score-ring small { z-index: 1; line-height: 1; }
.score-ring strong { font-family: Manrope; font-size: 22px; }
.score-ring small { margin-top: 4px; color: #6d7d76; }
.best-moment-card { padding: 34px; border-radius: 24px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 30px; color: white; background: var(--ink); box-shadow: var(--shadow); }
.outfit-card { margin-top: 18px; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid #c9d779; border-radius: 20px; background: linear-gradient(120deg,#f4f8dd,#fff); }
.outfit-card h3 { margin: 9px 0 4px; font-size: 23px; }
.outfit-card p { margin: 0; color: #60746b; }
.plus-badge { display: inline-block; padding: 5px 9px; border-radius: 99px; background: var(--lime); color: var(--ink); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; }
.pro-badge { display: inline-block; padding: 5px 9px; border-radius: 99px; background: #ffd76a; color: var(--ink); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; }
.plus-button { min-width: 150px; height: 46px; padding: 0 16px; border: 0; border-radius: 12px; background: var(--ink); color: white; cursor: pointer; font-weight: 700; }
.plus-content { position: relative; padding: 34px; text-align: center; }
.plus-content h2 { margin: 18px 0 10px; }
.plus-price { display: block; margin: 22px 0; font: 800 36px Manrope,sans-serif; }
.plus-price small { font: 500 13px "DM Sans",sans-serif; color: #60746b; }
.plus-content .primary-button { width: 100%; justify-content: center; }
.dialog-prices { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 20px 0; }
.dialog-prices span { padding: 14px; border: 1px solid var(--line); border-radius: 13px; background: white; }
.dialog-prices b { display: block; margin-top: 4px; font-size: 20px; }
.dialog-close { position: absolute; right: 20px; top: 16px; border: 0; background: transparent; font-size: 28px; cursor: pointer; }
.calendar-actions, .invite-actions { margin-top: 12px; display: flex; align-items: center; justify-content: flex-end; gap: 8px; flex-wrap: wrap; }
.calendar-actions strong, .invite-actions strong { margin-right: auto; color: #587267; font-size: 12px; }
.calendar-actions button, .invite-actions button, .weekly-calendar button { padding: 9px 12px; border: 1px solid var(--line); border-radius: 10px; background: white; cursor: pointer; font-size: 12px; font-weight: 700; }
.invite-actions { padding: 12px; border-radius: 14px; background: rgba(255,255,255,.5); }
.route-card { margin-top: 18px; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-radius: 20px; color: white; background: linear-gradient(125deg,#183e31,#285747); }
.route-card h3 { margin: 9px 0 4px; font-size: 23px; }
.route-card p { margin: 0; color: #c6d8d0; }
.route-card .plus-button { background: var(--lime); color: var(--ink); }
.weekly-calendar { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
.weekly-card { margin-top: 18px; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.65); }
.weekly-heading h3 { margin: 9px 0 4px; font-size: 25px; }
.weekly-heading p { margin: 0 0 20px; color: #60746b; }
.weekly-controls { display: grid; grid-template-columns: 1.1fr .8fr 1fr 1.15fr; align-items: end; gap: 12px; }
.weekly-controls label > span { display: block; margin-bottom: 7px; color: #60746b; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; }
.weekly-controls input:not(.number-shell input) { width: 100%; height: 52px; padding: 0 12px; border: 1px solid var(--line); border-radius: 14px; background: #f8f7f0; }
.weekly-summary { margin-top: 20px; }
.weekly-total { padding: 15px; border-radius: 13px; background: var(--ink); color: white; font-weight: 700; }
.weekly-sessions { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 10px; }
.weekly-session { padding: 15px; border: 1px solid var(--line); border-radius: 13px; background: white; }
.weekly-session strong, .weekly-session span { display: block; }
.weekly-session span { margin: 5px 0; color: #587267; }
.weekly-session small { color: #60746b; line-height: 1.4; }
.membership-section { margin: 90px 0; text-align: center; }
.membership-section h2 { margin-bottom: 32px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; text-align: left; }
.price-card { padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.65); }
.price-card.featured { border-color: #b8ca5e; background: #f8fbe9; }
.price-card.pro { border-color: #e1b946; background: #fff9e8; }
.tier-label { display: inline-block; font-size: 12px; font-weight: 800; }
.price-card > strong { display: block; margin-top: 22px; font: 800 38px Manrope,sans-serif; }
.price-card > small { color: #60746b; }
.price-card ul { min-height: 125px; margin: 22px 0; padding-left: 20px; color: #425d52; line-height: 1.8; font-size: 13px; }
.feature-preview { min-height: 115px; padding: 14px; border-radius: 13px; background: rgba(255,255,255,.8); font-size: 12px; }
.feature-preview b { color: #587267; text-transform: uppercase; letter-spacing: .7px; }
.feature-preview p { margin: 7px 0 0; line-height: 1.5; }
.price-card button { width: 100%; height: 46px; margin-top: 15px; border: 0; border-radius: 12px; background: var(--ink); color: white; cursor: pointer; font-weight: 700; }
.price-card button:disabled { background: #dce2df; color: #60746b; cursor: default; }
.result-label { color: var(--lime); text-transform: uppercase; letter-spacing: 1.6px; font-size: 11px; font-weight: 700; }
.best-time strong { display: block; margin: 6px 0 8px; font-family: Manrope; font-size: clamp(35px, 6vw, 62px); letter-spacing: -3px; }
.best-time p { margin: 0; color: #c7d6d0; }
.result-metrics { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.result-metrics-four { grid-template-columns: repeat(2, 1fr); }
.result-metrics div { padding: 14px; border-left: 1px solid rgba(255,255,255,.13); }
.result-metrics span { display: block; color: #9ab0a8; font-size: 11px; text-transform: uppercase; letter-spacing: .8px; }
.result-metrics strong { display: block; margin-top: 8px; font-size: 18px; }
.timeline-wrap { margin-top: 18px; padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.5); }
.alternatives-wrap { margin-top: 18px; padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.5); }
.ranked-moments { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.rank-card { width: 100%; padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.82); color: var(--ink); text-align: left; cursor: pointer; transition: .2s ease; }
.rank-card:hover { transform: translateY(-2px); border-color: #9caf45; }
.rank-card.selected { border-color: #9caf45; box-shadow: 0 0 0 3px rgba(189,213,80,.22); background: #f7fadf; }
.rank-topline { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.rank-number { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lime); font-size: 11px; font-weight: 800; }
.rank-score { color: #587267; font-size: 12px; font-weight: 700; }
.rank-card strong { display: block; margin: 17px 0 8px; font-family: Manrope, sans-serif; font-size: 22px; letter-spacing: -1px; }
.rank-card p { margin: 0; color: #677b72; font-size: 12px; line-height: 1.5; }
.timeline-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.timeline-header h3 { margin: 0; font-size: 17px; }
.timeline-header span { color: #6c7f76; font-size: 13px; }
.timeline { display: grid; grid-template-columns: repeat(8, minmax(75px, 1fr)); gap: 8px; overflow-x: auto; padding-bottom: 5px; }
.hour { min-width: 75px; padding: 15px 7px; text-align: center; border-radius: 13px; background: rgba(255,255,255,.8); border: 1px solid transparent; }
.hour.best { background: #e8f6af; border-color: #bdd550; }
.hour span, .hour small { display: block; color: #6a7d74; font-size: 11px; }
.hour strong { display: block; margin: 8px 0 6px; font-size: 17px; }
.hour .weather-symbol { font-size: 19px; margin: 7px 0; }
.weather-source { text-align: right; color: #7a8a83; font-size: 11px; }
.health-disclaimer { margin: 12px 0 0 auto; max-width: 780px; padding: 12px 14px; border-left: 3px solid #d8a63d; background: rgba(255,248,222,.7); color: #6d6249; font-size: 11px; line-height: 1.55; }
.affiliate-ad { margin-top: 18px; padding: 18px; display: grid; gap: 12px; border: 1px solid #d8c79e; border-radius: 16px; background: #fffaf0; }
.affiliate-ad[hidden] { display: none; }
.ad-label, .affiliate-ad small { font-size: 10px; }
.ad-label { color: #71551b; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; }
.affiliate-ad p { margin: 5px 0; color: #60746b; }
.affiliate-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.affiliate-product { min-width: 0; overflow: hidden; padding: 0 !important; border: 1px solid #e0d2ae; border-radius: 13px !important; background: white !important; color: var(--ink) !important; box-shadow: 0 4px 14px rgba(39, 65, 54, .08); transition: transform .16s ease, box-shadow .16s ease; }
.affiliate-product:hover { transform: translateY(-2px); box-shadow: 0 7px 18px rgba(39, 65, 54, .14); }
.affiliate-product img { display: block; width: 100%; height: 96px; object-fit: cover; background: #eef5e9; }
.affiliate-product span { display: block; padding: 9px 8px 10px; font-size: 11px; line-height: 1.25; text-align: center; }
.affiliate-ad a { align-self: center; padding: 10px 13px; border-radius: 10px; background: var(--ink); color: white; font-size: 12px; font-weight: 700; text-decoration: none; }
.affiliate-all-link { justify-self: start; }
.bol-widget-host { position: relative; min-height: 250px; overflow: hidden; border: 1px solid #e0d2ae; border-radius: 13px; background: white; }
.bol-widget-host:empty::before { content: "Loading current bol.com product…"; display: grid; min-height: 248px; place-items: center; color: #60746b; font-size: 12px; }
.bol-product-frame { position: absolute; inset: 0; display: block; width: 100%; height: 250px; border: 0; background: white; opacity: 0; visibility: hidden; pointer-events: none; }
.bol-product-frame.active { position: relative; opacity: 1; visibility: visible; pointer-events: auto; }
.bol-rotation-dots { position: absolute; right: 12px; bottom: 10px; display: flex; gap: 5px; padding: 5px 7px; border-radius: 999px; background: rgba(255,255,255,.9); box-shadow: 0 2px 8px rgba(39,65,54,.12); }
.bol-rotation-dots span { width: 6px; height: 6px; border-radius: 50%; background: #b7c1bc; }
.bol-rotation-dots span.active { background: var(--ink); }
.affiliate-ad a:not([href]) { background: #dfe3df; color: #60746b; cursor: default; }
.affiliate-disclosure { padding-top: 10px; border-top: 1px solid #e4d8ba; color: #5f4a1e; font-weight: 700; line-height: 1.5; }
@media (max-width: 620px) { .affiliate-products { grid-template-columns: 1fr; } .affiliate-product { display: grid; grid-template-columns: 110px 1fr; align-items: center; } .affiliate-product img { height: 82px; } }
.benefits { margin: 80px 0 100px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefits article { min-height: 260px; padding: 36px 30px; border-right: 1px solid var(--line); }
.benefits article:last-child { border-right: 0; }
.benefits article > span { color: #82978d; font-size: 12px; }
.benefits h3 { margin: 46px 0 13px; font-size: 25px; line-height: 1.12; letter-spacing: -1px; }
.benefits p { max-width: 270px; color: #60746b; line-height: 1.6; font-size: 14px; }
footer { width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 25px 0 40px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #698078; font-size: 12px; }
footer .brand { font-size: 18px; }
footer .brand-mark { width: 28px; height: 28px; font-size: 13px; }
.footer-links { display: flex; align-items: center; gap: 15px; }
.footer-links a { color: inherit; }
.profile-dialog { width: min(680px, calc(100% - 28px)); border: 0; border-radius: 24px; padding: 0; color: var(--ink); background: var(--paper); box-shadow: 0 25px 80px rgba(18,55,42,.3); }
.profile-dialog::backdrop { background: rgba(10,30,23,.55); backdrop-filter: blur(4px); }
.profile-dialog form { padding: 28px; }
.dialog-heading { display: flex; justify-content: space-between; align-items: start; }
.dialog-heading h2 { margin: 3px 0 0; font-size: 34px; letter-spacing: -2px; }
.dialog-kicker { color: #587267; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.dialog-heading button { border: 0; background: transparent; font-size: 28px; cursor: pointer; }
.profile-note { color: #60746b; line-height: 1.5; }
.profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.profile-grid label > span { display: block; margin-bottom: 6px; color: #60746b; font-size: 12px; font-weight: 700; }
.profile-grid input, .profile-grid select { width: 100%; height: 48px; padding: 0 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.consent-row { display: flex; gap: 10px; margin: 20px 0; color: #60746b; font-size: 12px; line-height: 1.5; }
.dialog-actions { display: flex; justify-content: space-between; gap: 12px; }
.delete-button { border: 0; background: transparent; color: #9a4d3c; cursor: pointer; }
.legal-page { width: min(760px, calc(100% - 32px)); margin: 50px auto; line-height: 1.7; }
.legal-page h1 { font-size: clamp(40px, 7vw, 72px); letter-spacing: -4px; }
.legal-page a { color: var(--ink); }
@keyframes rise { from { opacity: 0; transform: translateY(20px); } }
html[lang="hu"] h1 { max-width: 1020px; font-size: clamp(44px, 7vw, 84px); line-height: 1.02; letter-spacing: -4px; }
html[lang="hu"] h1 em { font-size: .9em; }
@media (max-width: 760px) {
  .site-header, main, footer { width: min(100% - 24px, 1160px); }
  .hero { padding-top: 45px; }
  h1 { letter-spacing: -3.5px; }
  .planner-card { padding: 19px; border-radius: 21px; }
  .activity-grid { grid-template-columns: repeat(3, 1fr); }
  .location-pill { max-width: 165px; }
  .profile-button { padding: 0 10px; }
  .register-button { padding: 0 11px; }
  #headerLocation { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .planner-row { grid-template-columns: 1fr; }
  .planner-row-four { grid-template-columns: 1fr 1fr; }
  .planner-row-four .primary-button { grid-column: 1 / -1; }
  .calendar-sync-preview { grid-template-columns: 1fr; }
  .best-moment-card { grid-template-columns: 1fr; padding: 25px; }
  .outfit-card { align-items: stretch; flex-direction: column; }
  .route-card { align-items: stretch; flex-direction: column; }
  .calendar-actions, .invite-actions { justify-content: flex-start; }
  .weekly-controls, .weekly-sessions { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .result-metrics div:first-child { border-left: 0; }
  .benefits { grid-template-columns: 1fr; }
  .ranked-moments { grid-template-columns: 1fr; }
  .benefits article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefits h3 { margin-top: 25px; }
  footer { align-items: flex-start; gap: 18px; flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
  .custom-plan, .profile-grid { grid-template-columns: 1fr; }
}
