:root{font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-bg-main: #125D62;--color-surface: #F2F4F8;--color-primary: #1e8a93;--color-accent: #a5dcd3;--color-text: #125D62;--color-text-muted: rgba(18, 93, 98, .7);color:var(--color-text);background-color:var(--color-surface);--section-max-width: min(100%, 860px)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,rgba(165,220,211,.3),transparent 55%),radial-gradient(circle at bottom right,rgba(18,93,98,.5),transparent 45%)}#app{min-height:100vh}.layout{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 4rem;display:flex;flex-direction:column;gap:2rem}.header{position:sticky;top:0;z-index:100;background:var(--color-bg-main);border-radius:18px;box-shadow:0 24px 45px -30px #0009;border:1px solid rgba(0,0,0,.18);transition:border-radius .25s ease,box-shadow .25s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header--scrolled{border-radius:0 0 18px 18px;box-shadow:0 8px 24px -12px #00000080}.header-content{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem;align-items:flex-start;padding:1.75rem 2rem;transition:padding .25s ease}.header-content--collapsed{padding:1rem 2rem;justify-content:flex-end}.header-text{display:flex;flex-direction:column;align-items:center;text-align:center;overflow:hidden;max-height:200px;opacity:1;transform:translateY(0);transition:max-height .25s ease,opacity .25s ease,transform .25s ease}.header-content--collapsed .header-text{max-height:0;opacity:0;transform:translateY(-8px);margin:0;pointer-events:none}.brand{margin:0;font-size:1.75rem;font-weight:700;letter-spacing:-.02em}.header-logo{display:flex;align-items:center}.header-logo-img{max-height:150px;width:auto;height:auto;transition:opacity .25s ease,transform .25s ease}.subtitle{margin:.25rem 0 0;color:var(--color-text-muted)}.header .subtitle{color:var(--color-surface)}.header-right{display:flex;align-items:center;gap:1.5rem}.profile-link{color:var(--color-bg-main);text-decoration:none;font-weight:600;font-size:.95rem;transition:color .2s ease,background .2s ease;padding:.5rem 1rem;border-radius:8px;background:#a5dcd340}.profile-link:hover{color:var(--color-primary);background:#a5dcd366}.phone-fields-grid{display:grid;grid-template-columns:160px 1fr;gap:.75rem}.phone-code-combobox{position:relative}.phone-code-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;max-height:260px;overflow:auto;background:#fffffff5;border:1px solid rgba(18,93,98,.18);border-radius:12px;box-shadow:0 24px 45px -32px #0000008c;padding:.25rem;z-index:200;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.phone-code-option{display:flex;justify-content:space-between;gap:.75rem;padding:.55rem .75rem;border-radius:10px;cursor:pointer}.phone-code-option:hover{background:#a5dcd347}.phone-code-option-code{font-weight:700;color:var(--color-text);letter-spacing:.01em}.phone-code-option-country{color:var(--color-text-muted);font-weight:600}.phone-code-empty{padding:.75rem;color:var(--color-text-muted)}.header .profile-link{color:var(--color-surface);background:#f2f4f81a}.header .profile-link:hover{color:var(--color-accent);background:#f2f4f833}.price{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;transition:transform .3s ease}.header-content--collapsed .price{flex-direction:row;align-items:center;gap:.75rem}.price-label{text-transform:uppercase;font-size:.75rem;letter-spacing:.06em;color:var(--color-text-muted)}.price-value{font-size:2rem;font-weight:700;color:var(--color-primary);transition:font-size .3s ease}.header .price-label{color:var(--color-accent)}.header .price-value{color:var(--color-surface)}.header-content--collapsed .price-value{font-size:1.5rem}.hero-gallery{position:relative;width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);overflow:hidden;border-radius:0;box-shadow:0 24px 45px -28px #2646538c,inset 80px 0 100px -60px var(--color-surface),inset -80px 0 100px -60px var(--color-surface);border:none;border-top:1px solid rgba(38,70,83,.08);border-bottom:1px solid rgba(38,70,83,.08);cursor:grab;-webkit-user-select:none;user-select:none}.hero-gallery:active{cursor:grabbing}.hero-gallery-track{display:flex;gap:2%;transition:transform .35s ease;will-change:transform}.hero-gallery-slide{flex:0 0 85%;min-width:85%;aspect-ratio:9 / 3;overflow:hidden;border-radius:12px;transition:transform .35s ease;transform-origin:center center}.hero-gallery-slide:not(.hero-gallery-slide--active){transform:scale(.92)}.hero-gallery-slide--active{transform:scale(1);box-shadow:0 8px 24px #00000026}.hero-gallery-image{width:100%;height:100%;object-fit:cover;display:block}.hero-gallery-dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:2}.hero-gallery-dot{width:10px;height:10px;border-radius:50%;border:none;background:#ffffff80;padding:0;cursor:pointer;transition:background .2s ease,transform .2s ease}.hero-gallery-dot:hover{background:#fffc}.hero-gallery-dot--active{background:var(--color-surface);transform:scale(1.2);box-shadow:0 2px 8px #0000004d}.stepper{display:flex;justify-content:center}.progress{background:#ffffffe0;border-radius:18px;padding:1.75rem 2rem;box-shadow:0 24px 45px -28px #2646538c;border:1px solid rgba(38,70,83,.06);display:flex;flex-direction:column;gap:1.25rem;width:var(--section-max-width)}.progress-header{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:.75rem}.progress-label{font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#2646538c}.progress-title{font-size:1.1rem;font-weight:600;color:var(--color-text)}.progress-bar__track{position:relative;height:8px;border-radius:999px;background:#125d6226;overflow:hidden}.progress-bar__fill{position:absolute;top:0;left:0;bottom:0;width:0;border-radius:inherit;background:linear-gradient(90deg,var(--color-primary),var(--color-accent));transition:width .22s ease}.progress-bar__steps{display:flex;justify-content:space-between;gap:.5rem;margin-top:1rem}.progress-bar__step{background:none;border:none;padding:0;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;flex:1;min-width:0}.progress-bar__step[disabled]{cursor:default}.progress-bar__number{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--color-surface);border:2px solid rgba(18,93,98,.25);font-weight:600;color:#125d62d9;transition:all .18s ease;box-shadow:0 10px 18px -16px #125d6299}.progress-bar__label{font-size:.85rem;font-weight:500;text-align:center;color:var(--color-text-muted);max-width:120px}.progress-bar__step--completed .progress-bar__number{background:var(--color-primary);color:var(--color-surface);border-color:var(--color-primary);box-shadow:0 14px 26px -18px #1e8a93bf}.progress-bar__step--completed .progress-bar__label{color:#264653e6}.progress-bar__step--active .progress-bar__number{background:var(--color-accent);color:var(--color-bg-main);border-color:var(--color-accent);box-shadow:0 16px 28px -18px #a5dcd3cc;transform:scale(1.08)}.progress-bar__step--active .progress-bar__label{color:var(--color-text)}.content{display:flex;justify-content:center}.panel,.summary-panel{background:#ffffffe6;border-radius:18px;padding:2rem;box-shadow:0 24px 45px -32px #26465399;border:1px solid rgba(38,70,83,.06);width:var(--section-max-width)}.panel-section{display:grid;gap:1rem}.panel-section+.panel-section{margin-top:2rem}.panel-section__header h2{margin:0}.panel-section__header p{margin:.25rem 0 0}.cities-scroll{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.75rem;margin:0 -.5rem;padding-left:.5rem;scroll-snap-type:x proximity}.cities-scroll::-webkit-scrollbar{height:7px}.cities-scroll::-webkit-scrollbar-track{background:#2646531f;border-radius:999px}.cities-scroll::-webkit-scrollbar-thumb{background:#e76f51ad;border-radius:999px}.city-card{min-width:240px;border-radius:16px;border:1px solid rgba(18,93,98,.18);background:#f2f4f8f2;box-shadow:0 16px 32px -28px #125d628c;display:flex;flex-direction:column;text-align:left;cursor:pointer;transition:all .16s ease;scroll-snap-align:start;overflow:hidden}.city-card__image-wrapper{position:relative}.city-card__overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#125d628c;color:var(--color-surface);font-weight:700}.city-card:hover,.city-card:focus-visible{border-color:#a5dcd3e6;box-shadow:0 18px 36px -28px #125d62cc;transform:translateY(-2px)}.city-card--selected{border-color:var(--color-primary);background:#a5dcd340;box-shadow:0 20px 36px -26px #125d62e6}.city-card__image{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;object-position:center}.city-card__body{padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.25rem;align-items:center;text-align:center}.city-card__name{font-size:1.1rem;font-weight:700;color:var(--color-text)}.activities-scroll{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.75rem;margin:0 -.5rem;padding-left:.5rem;scroll-snap-type:x proximity}.activities-scroll::-webkit-scrollbar{height:8px}.activities-scroll::-webkit-scrollbar-track{background:#2646531a;border-radius:999px}.activities-scroll::-webkit-scrollbar-thumb{background:#2a9d8f99;border-radius:999px}.card{background:#f2f4f8f2;border-radius:16px;border:1px solid rgba(18,93,98,.12);display:flex;flex-direction:column;cursor:pointer;transition:all .16s ease;outline:none;min-width:260px;scroll-snap-align:start;overflow:hidden}.card:hover,.card:focus-visible{border-color:#a5dcd3cc;box-shadow:0 18px 38px -28px #125d62b3;transform:translateY(-2px)}.card--selected{border-color:var(--color-primary);background:#a5dcd340}.card--disabled{opacity:.55;pointer-events:none}.card-image{position:relative;height:180px;background-size:cover;background-position:center}.card-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#2646530d,#26465366);opacity:.35;transition:opacity .16s ease}.card:hover .card-image:after,.card:focus-visible .card-image:after,.card--selected .card-image:after{opacity:.2}.card-duration{position:absolute;bottom:1rem;left:1rem;background:#f2f4f8f5;color:var(--color-text);box-shadow:0 12px 24px -18px #000000a6}.card-body{display:grid;gap:.75rem;padding:1.5rem}.card-title{margin:0;font-size:1.25rem}.card-description{margin:0;color:var(--color-text-muted)}.card-header{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem}.card-header h2{margin:0;font-size:1.25rem}.badge{background:#e76f5126;color:#e76f51;border-radius:999px;padding:.35rem .75rem;font-size:.75rem;font-weight:600}.card-description{margin:0;color:#264653b3}.card-footer{display:flex;justify-content:space-between;align-items:center;font-weight:600}.card-price{color:var(--color-text)}.card-cta{color:var(--color-primary);font-size:.9rem}.form-grid{display:grid;gap:1.25rem}label{display:grid;gap:.5rem;font-weight:600;min-width:0}input[type=date],input[type=time],input[type=number],input[type=text],input[type=tel],select,textarea{font:inherit;padding:.8rem 1rem;border-radius:12px;border:1px solid rgba(38,70,83,.22);background:#fff;color:inherit;transition:border-color .16s ease,box-shadow .16s ease;width:100%;max-width:100%;min-width:0}input:focus{border-color:#2a9d8fb3;box-shadow:0 0 0 3px #2a9d8f2e;outline:none}.form-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end;margin-top:.5rem}button{border-radius:999px;border:none;padding:.75rem 1.6rem;font-weight:600;cursor:pointer;font:inherit;transition:transform .12s ease,box-shadow .16s ease}button:hover{transform:translateY(-1px)}.primary{background:linear-gradient(135deg,var(--color-primary),var(--color-bg-main));color:var(--color-surface);box-shadow:0 14px 28px -18px #125d62bf}.primary:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.ghost{background:#125d6214;color:var(--color-text)}.extras-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.extras-list{list-style:none;padding:0;margin:0;display:grid;gap:1rem}.extra-item{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;padding:1rem 1.25rem;border-radius:14px;border:1px solid rgba(18,93,98,.15);background:#f2f4f8e6;cursor:pointer}.extra-item:hover{border-color:#a5dcd3cc}.extra-title{margin:0;font-weight:600}.extra-description{margin:.15rem 0 0;color:var(--color-text-muted);font-size:.9rem}.extra-price{font-weight:600;color:var(--color-primary)}.payment h2,.summary-panel h2{margin-top:0}.muted{color:var(--color-text-muted)}.summary{list-style:none;padding:0;margin:1.25rem 0;display:grid;gap:.75rem}.summary li{display:flex;justify-content:space-between;gap:1rem;font-size:.95rem;flex-wrap:wrap}.summary li span,.summary li strong{min-width:0}.summary li strong{font-weight:600;text-align:right;overflow-wrap:anywhere;word-break:break-word}.price-breakdown{margin-top:2rem;display:grid;gap:.5rem}.summary-panel--bottom{width:var(--section-max-width);margin:0 auto 1rem}.price-line{display:flex;justify-content:space-between;color:var(--color-text-muted);gap:1rem;flex-wrap:wrap}.price-line span{min-width:0;overflow-wrap:anywhere}.price-total{margin-top:.8rem;display:flex;justify-content:space-between;font-size:1.2rem;font-weight:700;color:var(--color-text);gap:1rem;flex-wrap:wrap}.price-total span,.price-total strong{min-width:0;overflow-wrap:anywhere}@media(max-width:1024px){.summary-panel--bottom,.panel{max-width:100%}}.auth-modal{max-width:460px}.auth-modal-header{text-align:center;margin-bottom:2rem}.auth-modal-header h2{margin:0 0 .5rem;color:var(--color-text);font-size:1.75rem}.auth-form{display:grid;gap:1.25rem}.form-group{display:grid;gap:.5rem}.form-group label{font-weight:600;color:var(--color-text);font-size:.95rem}.form-group input{width:100%;padding:.875rem 1rem;border:1px solid rgba(38,70,83,.2);border-radius:10px;font:inherit;background:#faf9f6;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus{border-color:#2a9d8fb3;box-shadow:0 0 0 3px #2a9d8f2e;outline:none}.form-group input:disabled{opacity:.6;cursor:not-allowed}.auth-error{padding:.875rem 1rem;background:#f8d7da;border:1px solid #f5c6cb;border-radius:10px;color:#721c24;font-size:.9rem;margin-bottom:.5rem}.auth-submit{width:100%;margin-top:.5rem}.auth-switch{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(38,70,83,.1)}.auth-switch p{margin:0;color:#264653b3;font-size:.9rem}.auth-link{background:none;border:none;color:var(--color-primary);font-weight:600;cursor:pointer;text-decoration:underline;padding:0;font:inherit;transition:color .2s ease}.auth-link:hover{color:var(--color-accent);transform:none}.auth-link:disabled{opacity:.5;cursor:not-allowed}.modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;border-radius:0;width:auto;height:auto;padding:0;display:block;cursor:pointer;font-size:1.6rem;font-weight:700;color:#264653;line-height:1}.modal-close:hover{background:transparent;opacity:.75}@media(max-width:640px){.layout{padding:2.5rem 1rem 3rem}.hero-gallery-slide{aspect-ratio:4 / 3}.header{padding:0}.header-content{padding:.9rem 1rem}.header-content--collapsed{padding:.5rem 1rem}.header-content--collapsed .price-value{font-size:1.2rem}.header-content--collapsed .price-label{font-size:.7rem}.header-logo-img{max-height:70px}.header-content--collapsed .header-logo-img{max-height:50px}.panel,.summary-panel,.progress{padding:1.5rem}.city-card{min-width:170px}.summary-panel--bottom{margin-bottom:.5rem}.extras-header{flex-direction:column;align-items:flex-start;gap:.75rem}.extra-item{grid-template-columns:1fr}.price{align-items:flex-start}.auth-modal{max-width:100%;margin:1rem}}.modal-overlay{position:fixed;inset:0;background:#125d62d9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--color-surface);border-radius:20px;max-width:520px;width:100%;box-shadow:0 32px 64px -24px #125d6299;border:1px solid rgba(18,93,98,.12);animation:slideUp .3s ease;overflow:hidden;position:relative}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{background:linear-gradient(135deg,#1e8a932e,#a5dcd338);padding:2rem 2rem 1.5rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid rgba(38,70,83,.08)}.modal-icon{font-size:2.5rem;line-height:1}.modal-title{margin:0;font-size:1.5rem;font-weight:700;color:var(--color-text)}.modal-body{padding:2rem;color:var(--color-text);line-height:1.7}.modal-body p{margin:0 0 1.25rem;font-size:1rem}.modal-body p:last-child{margin-bottom:0}.modal-warning{font-weight:600;color:var(--color-bg-main)!important;background:#a5dcd340;padding:1rem;border-radius:10px;border-left:4px solid var(--color-accent)}.modal-footer{padding:0 2rem 2rem;display:flex;justify-content:flex-end}.modal-footer--actions{gap:.75rem;justify-content:flex-end}.modal-footer button{min-width:140px}.wizard-modal{max-width:640px}.wizard-header{padding:1.75rem 2rem 1.25rem;border-bottom:1px solid rgba(38,70,83,.08)}.wizard-title{margin:0 0 .25rem;font-size:1.4rem}.wizard-subtitle{margin:0 0 1rem;font-size:.9rem;color:var(--color-text-muted)}.wizard-steps{display:flex;gap:.5rem}.wizard-step-dot{width:10px;height:10px;border-radius:999px;border:none;background:#125d6233;padding:0;cursor:pointer}.wizard-step-dot--active{width:20px;background:var(--color-primary)}.wizard-body{padding:1.5rem 2rem}.wizard-body h3{margin-top:0}.wizard-body ul{padding-left:1.25rem}.wizard-footer{padding:0 2rem 1.75rem;display:flex;justify-content:space-between;gap:.75rem}.wizard-footer-actions{display:flex;gap:.5rem}@media(max-width:640px){.wizard-modal{max-width:100%;margin:0 1rem}.wizard-header,.wizard-body,.wizard-footer{padding-left:1.25rem;padding-right:1.25rem}.wizard-footer{justify-content:center;flex-wrap:wrap}.wizard-footer-actions{width:100%;justify-content:center}.wizard-footer button{min-width:110px;padding:.5rem .85rem;font-size:.9rem}.phone-fields-grid{grid-template-columns:1fr}}@media(max-width:640px){.modal-content{max-width:100%;margin:1rem}.modal-header{padding:1.5rem 1.5rem 1.25rem}.modal-icon{font-size:2rem}.modal-title{font-size:1.25rem}.modal-body{padding:1.5rem}.modal-footer{padding:0 1.5rem 1.5rem}.modal-footer button{width:100%}.header-right{flex-direction:column;align-items:flex-end;gap:1rem}}.profile-container{min-height:100vh;background:radial-gradient(circle at top left,rgba(233,196,106,.12),transparent 55%),radial-gradient(circle at bottom right,rgba(42,157,143,.12),transparent 45%);padding:2rem 1rem}.profile-header{max-width:1200px;margin:0 auto 2rem}.back-button{background:#26465312;border:none;border-radius:8px;padding:.5rem 1rem;color:#264653;font-weight:600;cursor:pointer;margin-bottom:1rem;transition:background .2s ease}.back-button:hover{background:#2646531f}.profile-header-content{background:#ffffffe0;border-radius:18px;padding:2rem;box-shadow:0 24px 45px -30px #2646538c;border:1px solid rgba(38,70,83,.06);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.profile-header h1{margin:0;font-size:2rem;color:#264653}.profile-subtitle{margin:.5rem 0 0;color:#264653a6}.profile-user-info{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.profile-user-info span{color:#264653b3;font-size:.95rem}.profile-loading,.profile-empty{max-width:1200px;margin:0 auto;background:#ffffffe0;border-radius:18px;padding:4rem 2rem;text-align:center;box-shadow:0 24px 45px -30px #2646538c;border:1px solid rgba(38,70,83,.06)}.profile-empty-icon{font-size:4rem;margin-bottom:1rem}.profile-empty h2{margin:0 0 .5rem;color:#264653}.profile-empty p{margin:0 0 2rem;color:#264653a6}.profile-error{max-width:1200px;margin:0 auto 2rem;background:#f8d7da;border:1px solid #f5c6cb;border-radius:12px;padding:1rem 1.5rem;color:#721c24}.bookings-list{max-width:1200px;margin:0 auto;display:grid;gap:1.5rem}.booking-card{background:#ffffffe0;border-radius:18px;padding:2rem;box-shadow:0 24px 45px -30px #2646538c;border:1px solid rgba(38,70,83,.06);transition:transform .2s ease,box-shadow .2s ease}.booking-card:hover{transform:translateY(-2px);box-shadow:0 32px 60px -24px #264653a6}.booking-cancelled{opacity:.7;background:#fff9}.booking-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(38,70,83,.1)}.booking-card-header h3{margin:0 0 .25rem;font-size:1.5rem;color:#264653}.booking-location{margin:0;color:#264653a6;font-size:.95rem}.status-badge{padding:.375rem .875rem;border-radius:20px;font-size:.85rem;font-weight:600}.status-confirmed{background:#d4edda;color:#155724}.status-cancelled{background:#f8d7da;color:#721c24}.booking-details{display:grid;gap:.75rem;margin-bottom:1.5rem}.booking-detail-row{display:flex;justify-content:space-between;gap:1rem;padding:.5rem 0;border-bottom:1px solid rgba(38,70,83,.05)}.booking-detail-row:last-of-type{border-bottom:none}.detail-label{font-weight:600;color:#264653b3}.detail-value{color:#264653;text-align:right}.booking-amount{font-weight:600;color:#2a9d8f;font-size:1.1rem}.booking-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid rgba(38,70,83,.1)}.primary.danger{background:linear-gradient(135deg,#dc3545,#c82333);box-shadow:0 14px 28px -18px #dc3545bf}.primary.danger:hover{background:linear-gradient(135deg,#c82333,#bd2130)}@media(max-width:640px){.profile-header-content{flex-direction:column;align-items:flex-start}.profile-user-info{width:100%;justify-content:space-between}.booking-card{padding:1.5rem}.booking-card-header{flex-direction:column;gap:1rem}.booking-actions{flex-direction:column}.booking-actions button{width:100%}}.footer{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(38,70,83,.12)}.footer-content{display:flex;flex-direction:column;gap:2rem;align-items:center;text-align:center}.footer-logo{display:flex;justify-content:center;align-items:center}.footer-logo-img{max-width:100%;height:auto;max-height:60px;width:auto;object-fit:contain}.footer-links{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;align-items:center}.footer-link{color:var(--color-primary);text-decoration:none;font-weight:500;transition:color .2s ease}.footer-link:hover,.footer-link:focus{color:var(--color-accent);text-decoration:underline}.footer-copyright{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(38,70,83,.08);text-align:center}.footer-copyright p{margin:0;color:#26465399;font-size:.875rem}.terms-page{max-width:800px;margin:0 auto;padding:2rem 0}.terms-page h1{font-size:2rem;font-weight:700;color:var(--color-text);margin-bottom:2rem;text-align:center}.terms-content{background:#f2f4f8f5;border-radius:16px;padding:2.5rem;border:1px solid rgba(18,93,98,.15);box-shadow:0 16px 32px -28px #125d6299}.terms-content h2{font-size:1.5rem;font-weight:600;color:var(--color-text);margin-top:2rem;margin-bottom:1rem}.terms-content h2:first-of-type{margin-top:0}.terms-content p{color:var(--color-text-muted);line-height:1.7;margin-bottom:1rem}.terms-content a{color:var(--color-primary);text-decoration:none;font-weight:500}.terms-content a:hover{color:var(--color-accent);text-decoration:underline}@media(max-width:768px){.footer{margin-top:3rem;padding-top:1.5rem}.footer-content{gap:1.5rem}.footer-logo-img{max-height:50px}.footer-links{flex-direction:column;gap:1rem}.terms-content{padding:1.5rem}.terms-page h1{font-size:1.75rem}.terms-content h2{font-size:1.25rem}}
