:root{
  --bg:#071a1d;
  --bg2:#09272b;
  --panel:#ffffff;
  --soft:#f2fbfb;
  --text:#102327;
  --muted:#66777c;
  --line:#d9ecec;
  --turq:#00aeb3;
  --turq2:#08787f;
  --gold:#d6a65a;
  --red:#c0392b;
  --green:#168a55;
  --shadow:0 24px 80px rgba(6,34,38,.18);
  --radius:22px;
}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#f7fbfb;color:var(--text)}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.topbar{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(8,120,127,.12)}
.nav{height:74px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.04em;font-size:20px}.brand-mark{width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,var(--turq),var(--turq2));display:grid;place-items:center;color:white;box-shadow:0 12px 34px rgba(0,174,179,.25)}.nav-links{display:flex;align-items:center;gap:18px;color:#244148;font-weight:700}.btn{border:0;border-radius:999px;padding:13px 20px;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:.2s;background:#e9f7f7;color:#06383d}.btn:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(0,0,0,.10)}.btn-primary{background:linear-gradient(135deg,var(--turq),var(--turq2));color:white}.btn-gold{background:linear-gradient(135deg,#f1cf8d,var(--gold));color:#432a06}.btn-ghost{background:white;border:1px solid var(--line)}.btn-danger{background:#ffecec;color:#ab2c22}.btn-full{width:100%}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 75% 12%,rgba(255,255,255,.28),transparent 28%),linear-gradient(135deg,#063d42 0%,#069aa0 55%,#e8c078 100%);color:white;padding:92px 0 68px}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,24,27,.76),rgba(4,24,27,.16));}.hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:38px;align-items:end}.eyebrow{display:inline-flex;padding:8px 12px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(255,255,255,.12);font-weight:900;font-size:13px}.hero h1{font-size:clamp(40px,6vw,78px);line-height:.95;letter-spacing:-.08em;margin:18px 0 18px}.hero p{font-size:18px;line-height:1.65;max-width:660px;color:rgba(255,255,255,.88)}.search-card{background:rgba(255,255,255,.96);color:var(--text);border-radius:30px;padding:24px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.45)}.search-card h2{margin:0 0 14px;font-size:20px}.search-form{display:grid;grid-template-columns:1fr 1fr .7fr;gap:12px}.field label{display:block;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#6b7d82;margin:0 0 8px}.input,select,textarea{width:100%;border:1px solid var(--line);border-radius:16px;padding:14px 14px;background:white;color:var(--text);font:inherit;outline:none}.input:focus,select:focus,textarea:focus{border-color:var(--turq);box-shadow:0 0 0 4px rgba(0,174,179,.12)}textarea{min-height:110px;resize:vertical}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.stat{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:18px}.stat strong{display:block;font-size:26px}.section{padding:64px 0}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px}.section h2{font-size:clamp(28px,4vw,44px);line-height:1.05;letter-spacing:-.055em;margin:0}.muted{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.room-card{background:white;border:1px solid rgba(8,120,127,.12);border-radius:28px;overflow:hidden;box-shadow:0 14px 40px rgba(8,80,90,.08);transition:.2s}.room-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.room-media{height:250px;background:#dff3f3;position:relative;overflow:hidden}.room-media img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;left:16px;top:16px;padding:8px 12px;background:rgba(255,255,255,.92);border-radius:999px;font-size:12px;font-weight:900;color:#075257}.room-body{padding:22px}.room-title{font-size:21px;font-weight:950;letter-spacing:-.04em;margin:0 0 8px}.room-meta{display:flex;gap:10px;flex-wrap:wrap;color:#61777c;font-weight:700;font-size:13px}.price-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:20px}.price strong{font-size:24px;letter-spacing:-.04em}.amenities{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.chip{padding:8px 10px;border-radius:999px;background:#edfafa;color:#09656b;font-weight:800;font-size:12px}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:30px;align-items:start}.card{background:white;border:1px solid rgba(8,120,127,.12);border-radius:26px;padding:24px;box-shadow:0 14px 40px rgba(8,80,90,.08)}.notice{padding:14px 16px;border-radius:18px;background:#ecfbf9;border:1px solid #bce9e6;color:#075257;font-weight:750}.alert{padding:14px 16px;border-radius:18px;background:#fff4ef;border:1px solid #ffd0bf;color:#96391b;font-weight:750;margin-bottom:16px}.success{padding:14px 16px;border-radius:18px;background:#ecfff5;border:1px solid #bdebd3;color:#116a42;font-weight:750;margin-bottom:16px}.footer{background:#06191c;color:rgba(255,255,255,.76);padding:38px 0;margin-top:40px}.footer-grid{display:flex;justify-content:space-between;gap:20px;align-items:center}.footer b{color:white}.auth-wrap{min-height:calc(100vh - 74px);display:grid;place-items:center;padding:50px 16px;background:radial-gradient(circle at 85% 20%,rgba(0,174,179,.2),transparent 26%),#f7fbfb}.auth-card{width:min(480px,100%)}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:14px 12px;border-bottom:1px solid #e7f1f1;text-align:left;vertical-align:top}.table th{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#6f8084}.status{display:inline-flex;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}.status.pending{background:#fff6dc;color:#8b6200}.status.confirmed{background:#e9fff4;color:#117347}.status.cancelled{background:#ffeded;color:#a12a21}.status.completed{background:#eff3ff;color:#3654a8}.admin-shell{display:grid;grid-template-columns:270px 1fr;min-height:100vh}.sidebar{background:#06191c;color:white;padding:22px;position:sticky;top:0;height:100vh}.sidebar .brand{margin-bottom:28px}.side-links{display:grid;gap:8px}.side-links a{padding:13px 14px;border-radius:15px;color:rgba(255,255,255,.74);font-weight:850}.side-links a:hover,.side-links a.active{background:rgba(255,255,255,.1);color:white}.admin-main{padding:28px;min-width:0}.admin-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px}.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}.kpi{background:white;border:1px solid rgba(8,120,127,.12);border-radius:22px;padding:20px}.kpi span{color:var(--muted);font-weight:850}.kpi strong{display:block;font-size:32px;letter-spacing:-.06em;margin-top:8px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form-grid .full{grid-column:1/-1}.actions{display:flex;gap:10px;flex-wrap:wrap}.mobile-menu{display:none}.empty{padding:34px;text-align:center;color:var(--muted);background:#f4fbfb;border-radius:20px;border:1px dashed #cfe5e5}.room-detail-media{border-radius:30px;overflow:hidden;height:470px;box-shadow:var(--shadow);background:#dff3f3}.room-detail-media img{width:100%;height:100%;object-fit:cover}.book-summary{position:sticky;top:96px}.small{font-size:13px}.logo-mini{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,var(--turq),var(--turq2));color:white;font-weight:950}
@media(max-width:980px){.hero-grid,.split,.admin-shell{grid-template-columns:1fr}.grid{grid-template-columns:1fr 1fr}.search-form{grid-template-columns:1fr}.kpis{grid-template-columns:1fr 1fr}.sidebar{position:relative;height:auto}.admin-main{padding:18px}.nav-links{display:none}.mobile-menu{display:inline-flex}.section-head{align-items:flex-start;flex-direction:column}.room-detail-media{height:320px}}
@media(max-width:640px){.grid,.kpis,.form-grid{grid-template-columns:1fr}.hero{padding:62px 0 42px}.hero-stats{grid-template-columns:1fr}.footer-grid{display:grid}.table{font-size:14px}.table th:nth-child(3),.table td:nth-child(3){display:none}.room-media{height:220px}.nav{height:66px}.brand{font-size:17px}.brand-mark{width:38px;height:38px}}


.section-soft{background:linear-gradient(180deg,#f7fbfb,#eefafa)}
.property-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:22px;align-items:start}.property-card h2{margin:12px 0 14px}.eyebrow.dark{color:#075257;background:#e8fafa;border-color:#c7ecec}.large-text{font-size:16px;line-height:1.8}.accent-card{background:linear-gradient(180deg,#ffffff,#f2ffff)}.facility-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:16px 0}.facility-pill{display:flex;align-items:center;gap:8px;border:1px solid #cceced;background:#f7ffff;color:#0a5960;border-radius:16px;padding:11px 12px;font-weight:850;font-size:13px}.amenities-large .chip{font-size:13px;padding:9px 12px}.room-info-card h3{margin-bottom:6px}
@media(max-width:980px){.property-grid{grid-template-columns:1fr}.facility-grid{grid-template-columns:1fr}}

/* V1.6 logo, gallery, reviews, legal, cookies, proforma */
.brand-logo{gap:10px}.brand-img{height:56px;width:auto;max-width:190px;object-fit:contain}.topbar .brand-name-text{display:none}.nav-cta{padding:11px 15px;font-size:13px}.gallery-main{border-radius:30px;overflow:hidden;height:470px;box-shadow:var(--shadow);background:#dff3f3}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px}.gallery-thumb{height:86px;border:2px solid transparent;border-radius:16px;overflow:hidden;background:#e8fafa;padding:0;cursor:pointer}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-thumb:hover{border-color:var(--turq)}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:16px}.review-card{border:1px solid #d8eeee;background:#fbffff;border-radius:20px;padding:16px}.stars{color:#d6a65a;letter-spacing:1px;font-size:18px}.reviewer{font-weight:950;margin:8px 0 2px}.invoice-switch{display:grid;grid-template-columns:1fr 1fr;gap:12px}.invoice-switch label{border:1px solid var(--line);border-radius:18px;padding:14px;background:#fff;font-weight:850;cursor:pointer}.invoice-company-fields{grid-column:1/-1;grid-template-columns:repeat(2,1fr);gap:16px;padding:16px;border-radius:20px;background:#f4ffff;border:1px solid #cdeeee}.legal-page{max-width:920px}.legal-content{font-size:16px;line-height:1.85}.footer-grid-v16{display:grid;grid-template-columns:1.1fr 1fr 1fr;align-items:start}.footer-contact,.footer-legal{display:grid;gap:8px}.footer-call,.footer-legal a{color:rgba(255,255,255,.85);font-weight:800}.anpc-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.anpc-badges a{display:inline-flex;padding:9px 11px;border-radius:12px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);font-size:12px}.cookie-box{position:fixed;left:18px;right:18px;bottom:18px;z-index:80;display:none;align-items:center;justify-content:space-between;gap:18px;background:#fff;border:1px solid #cdeeee;border-radius:24px;box-shadow:0 24px 70px rgba(0,0,0,.18);padding:16px 18px}.cookie-box.show{display:flex}.cookie-box p{margin:4px 0 0;color:var(--muted)}.cookie-actions{display:flex;gap:8px;flex-wrap:wrap}.cookie-modal{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:90;display:none;place-items:center;padding:18px}.cookie-modal.show{display:grid}.cookie-modal-card{background:#fff;border-radius:24px;padding:24px;max-width:460px;width:100%;box-shadow:var(--shadow)}.cookie-modal-card label{display:block;padding:10px 0;font-weight:850}.proforma-page{background:#eef7f8;padding:30px 0}.proforma-sheet{width:min(920px,calc(100% - 24px));margin:0 auto;background:white;border-radius:20px;padding:34px;border:1px solid #d9ecec;box-shadow:0 18px 60px rgba(6,34,38,.12)}.proforma-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;border-bottom:2px solid #e1f1f1;padding-bottom:20px;margin-bottom:20px}.proforma-logo{max-height:80px;max-width:220px}.proforma-title{font-size:32px;letter-spacing:-.06em;margin:0;color:#06383d}.proforma-boxes{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:18px 0}.proforma-box{background:#f7ffff;border:1px solid #d6eeee;border-radius:18px;padding:16px}.print-actions{width:min(920px,calc(100% - 24px));margin:0 auto 16px;display:flex;justify-content:flex-end;gap:10px}@media print{.print-actions,.topbar,.footer,.cookie-box,.cookie-modal{display:none!important}.proforma-page{background:#fff;padding:0}.proforma-sheet{box-shadow:none;border:0;width:100%;border-radius:0}}@media(max-width:980px){.brand-img{height:46px;max-width:150px}.gallery-main{height:320px}.review-grid,.footer-grid-v16,.proforma-boxes{grid-template-columns:1fr}.invoice-company-fields{grid-template-columns:1fr}.cookie-box{display:none;align-items:flex-start;flex-direction:column}.cookie-box.show{display:flex}.gallery-thumbs{grid-template-columns:repeat(3,1fr)}}

/* V1.7 premium room page redesign - S21.ro */
:root{--turq:#00aeb3;--turq2:#08787f;--text:#102327;--muted:#66777c;--line:#d9ecec;--soft:#f2fbfb;--shadow:0 20px 60px rgba(8,80,90,.10)}
body{background:linear-gradient(180deg,#ffffff 0,#f7fbfb 45%,#f2fbfb 100%);font-size:16px}.container{width:min(1320px,calc(100% - 48px))}.topbar-pro{background:rgba(255,255,255,.96);box-shadow:0 10px 28px rgba(9,50,55,.06)}.nav-pro{height:84px}.brand-img{height:72px;max-width:240px}.nav-links-pro{gap:34px;font-weight:900}.nav-links-pro a{font-size:15px;color:#142c32}.nav-actions-pro{display:flex;gap:14px;align-items:center}.nav-cta{border-radius:12px;padding:13px 18px;font-size:14px;box-shadow:0 10px 22px rgba(0,174,179,.10)}.btn{border-radius:12px}.btn-primary{background:linear-gradient(135deg,#00b7bd,#07858d);border:0;color:#fff}.btn-ghost{background:#fff;border:1px solid #b9e1e2;color:#12363a}.btn-full{width:100%;justify-content:center;display:flex;margin-top:14px;padding:16px 18px;font-size:15px}.room-showcase{padding:34px 0 0}.room-page{display:grid;grid-template-columns:minmax(0,780px) minmax(360px,420px);gap:48px;align-items:start}.room-main{min-width:0}.room-sidebar{position:sticky;top:104px;display:grid;gap:20px}.breadcrumb{display:flex;gap:10px;align-items:center;color:#8a989c;font-size:13px;margin-bottom:14px}.breadcrumb a{color:#68777c}.room-page-title{font-size:clamp(34px,3vw,46px);line-height:1.05;letter-spacing:-.06em;margin:0 0 12px;color:#11272c}.room-rating{display:flex;align-items:center;gap:10px;margin-bottom:22px;color:#08787f;font-size:15px}.stars{color:#ffc629;letter-spacing:1.5px;font-size:20px;white-space:nowrap}.room-gallery-pro{height:350px;border-radius:18px;overflow:hidden;position:relative;background:#e6f6f6;box-shadow:0 18px 55px rgba(9,55,62,.13)}.room-gallery-pro img{width:100%;height:100%;object-fit:cover}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:48px;height:48px;border:0;border-radius:50%;background:rgba(255,255,255,.95);color:#315056;font-size:42px;line-height:0;display:grid;place-items:center;box-shadow:0 8px 24px rgba(0,0,0,.14);cursor:pointer}.gallery-prev{left:18px}.gallery-next{right:18px}.gallery-thumbs-pro{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:12px}.gallery-thumb-pro{height:78px;border:2px solid transparent;border-radius:13px;padding:0;overflow:hidden;background:#effafa;cursor:pointer;box-shadow:0 8px 20px rgba(8,80,90,.06)}.gallery-thumb-pro.active,.gallery-thumb-pro:hover{border-color:#00aeb3}.gallery-thumb-pro img{width:100%;height:100%;object-fit:cover}.room-description-pro{font-size:17px;line-height:1.72;color:#586d72;margin:20px 0 14px}.amenity-panel-pro{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;background:rgba(255,255,255,.9);border:1px solid rgba(8,120,127,.14);border-radius:18px;padding:16px;box-shadow:0 12px 38px rgba(8,80,90,.08);margin-bottom:28px}.amenity-pill-pro{height:42px;border:1px solid #d5ebec;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:9px;background:#fff;color:#203c42;font-size:14px;font-weight:900;white-space:nowrap}.amenity-icon-pro{color:#02a7ad;font-weight:950;font-size:17px}.reviews-pro{margin:24px 0}.reviews-head-pro{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.reviews-head-pro h2{font-size:28px;letter-spacing:-.045em;margin:0}.reviews-head-pro div{font-size:14px;color:#08787f}.review-grid-pro{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.review-card-pro{background:#fff;border:1px solid rgba(8,120,127,.13);border-radius:18px;padding:20px;box-shadow:0 12px 32px rgba(8,80,90,.08);min-height:190px}.review-card-pro strong{display:block;margin-top:8px;font-size:17px;color:#101f23}.review-card-pro span{display:block;font-size:13px;color:#738489;margin:2px 0 12px}.review-card-pro p{font-size:14px;line-height:1.58;color:#425b61;margin:0}.booking-card-pro{background:#fff;border:1px solid rgba(8,120,127,.12);border-radius:18px;padding:24px;box-shadow:0 18px 58px rgba(9,55,62,.12)}.availability-pro{display:flex;align-items:center;gap:10px;padding:16px 18px;border-radius:12px;background:#e9fbf8;color:#075257;font-weight:900;margin-bottom:22px}.availability-pro span{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#e7f8e8;border:1px solid #9edb9b;color:#5cae37}.price-pro{display:flex;align-items:flex-end;gap:10px;margin-bottom:18px}.price-pro strong{font-size:42px;line-height:1;letter-spacing:-.06em;color:#0d2024}.price-pro span{color:#61757a;font-weight:800;margin-bottom:5px}.booking-meta-pro{display:flex;flex-wrap:wrap;gap:16px;padding-bottom:20px;border-bottom:1px solid #e3eeee;color:#3b555b;font-weight:700}.booking-total-pro{padding:20px 0 8px}.booking-total-pro span{display:block;color:#5d7378;font-weight:700;margin-bottom:6px}.booking-total-pro strong{font-size:28px;letter-spacing:-.05em}.booking-card-pro .notice.small{font-size:13px;line-height:1.5;margin:8px 0 12px}.trust-block-pro{display:flex;align-items:flex-start;gap:16px;padding:10px 10px}.trust-icon{flex:0 0 50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#d9f8f8;color:#00aeb3;font-size:24px}.trust-block-pro strong{display:block;font-size:16px;color:#11272c;margin-bottom:4px}.trust-block-pro p{margin:0;color:#66777c;line-height:1.5}.about-card-pro{background:#fff;border:1px solid rgba(8,120,127,.12);border-radius:18px;padding:24px;box-shadow:0 12px 36px rgba(8,80,90,.08)}.about-card-pro h2{font-size:24px;line-height:1.15;letter-spacing:-.04em;margin:0 0 16px}.about-card-pro h2:after{content:"";display:block;width:66px;height:3px;border-radius:99px;background:#00aeb3;margin-top:14px}.about-card-pro p{margin:0;color:#334e55;line-height:1.62;font-size:15px;max-height:210px;overflow:auto;padding-right:4px}.footer-pro{background:linear-gradient(135deg,#00aeb3,#07858d);color:#fff;padding:0;margin-top:56px}.footer-bar-pro{min-height:58px;display:flex;align-items:center;gap:28px;flex-wrap:wrap}.footer-item-pro{display:flex;align-items:center;gap:8px;color:#fff;font-weight:800;font-size:14px}.footer-social-pro{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.footer-social-pro a{color:#fff;font-weight:850;font-size:13px;opacity:.95}.footer-credit-pro{margin-left:auto;color:#fff;font-weight:800;font-size:13px;white-space:nowrap}.footer-credit-pro strong{color:#fff}.cookie-box{font-size:14px}.section{padding-top:54px}.gallery-main,.room-detail-media{border-radius:18px}
@media(max-width:1120px){.room-page{grid-template-columns:1fr}.room-sidebar{position:static;max-width:none}.amenity-panel-pro{grid-template-columns:repeat(3,1fr)}.footer-credit-pro{margin-left:0}.footer-bar-pro{padding:16px 0}.nav-actions-pro{display:none}}
@media(max-width:760px){.container{width:min(100% - 28px,1320px)}.nav-pro{height:76px}.brand-img{height:58px}.room-showcase{padding-top:24px}.room-page-title{font-size:32px}.room-gallery-pro{height:260px}.gallery-thumbs-pro{grid-template-columns:repeat(2,1fr)}.amenity-panel-pro{grid-template-columns:1fr 1fr}.review-grid-pro{grid-template-columns:1fr}.reviews-head-pro{align-items:flex-start;flex-direction:column}.price-pro strong{font-size:34px}.footer-bar-pro{align-items:flex-start;flex-direction:column;gap:10px}.footer-credit-pro{white-space:normal}.topbar .brand-name-text{display:none}}
@media(max-width:520px){.amenity-panel-pro{grid-template-columns:1fr}.gallery-arrow{width:40px;height:40px;font-size:32px}.booking-card-pro{padding:18px}.room-description-pro{font-size:16px}.review-card-pro p{font-size:15px}}

/* V1.8 homepage exact mockup redesign - desktop + mobile */
.header-v18{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(8,120,127,.08);box-shadow:0 8px 24px rgba(9,55,62,.05)}
.nav-v18{height:108px;display:grid;grid-template-columns:315px 1fr auto;align-items:center;gap:24px}.brand-v18{justify-self:start}.brand-img-v18{height:94px;width:auto;max-width:300px;object-fit:contain}.brand-name-text{display:none!important}.nav-links-v18{justify-self:center;display:flex;gap:38px;align-items:center}.nav-links-v18 a{font-size:15px;font-weight:950;color:#132c32}.nav-actions-v18{display:flex;gap:14px}.nav-actions-v18 .nav-cta{height:44px;border-radius:12px;padding:0 20px;font-size:14px}.mobile-hamburger-v18,.mobile-phone-v18{display:none}
.home-hero-v18{position:relative;overflow:hidden;color:#fff;background:linear-gradient(135deg,#032f35 0%,#006d72 56%,#d2bd7b 100%);min-height:500px;padding:70px 0 66px}.home-hero-bg-v18{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,33,37,.94) 0%,rgba(2,72,78,.78) 38%,rgba(2,99,104,.38) 67%,rgba(223,197,120,.44) 100%),url('/assets/img/hero-hotel.jpg') left center/auto 100% no-repeat,linear-gradient(135deg,#073a3f,#009da1);opacity:1}.home-hero-v18:after{content:"";position:absolute;right:-8%;top:-15%;width:50%;height:90%;background:radial-gradient(circle,rgba(255,255,255,.25),transparent 56%)}.home-hero-grid-v18{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}.home-hero-copy-v18{padding-left:56px}.eyebrow-v18{display:inline-flex;border-radius:999px;border:1px solid rgba(255,255,255,.32);background:rgba(255,255,255,.13);padding:8px 14px;font-size:13px;font-weight:950;color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)}.home-hero-copy-v18 h1{margin:20px 0 16px;font-size:clamp(42px,4.15vw,58px);line-height:1.08;letter-spacing:-.055em;color:#fff;text-shadow:0 3px 24px rgba(0,0,0,.12);max-width:680px}.home-hero-copy-v18 p{max-width:620px;margin:0;color:rgba(255,255,255,.93);font-size:17px;line-height:1.55;font-weight:650}.hero-features-v18{margin-top:26px;display:flex;gap:22px;align-items:center}.hero-feature-v18{display:grid;grid-template-columns:52px auto;grid-template-rows:auto auto;column-gap:11px;align-items:center;min-width:145px}.feature-icon-v18{grid-row:1/3;width:48px;height:48px;border-radius:50%;border:2px solid rgba(255,255,255,.55);display:grid;place-items:center;color:#fff;font-size:23px;font-weight:900;background:rgba(0,40,43,.16)}.hero-feature-v18 strong{font-size:21px;line-height:1;color:#fff}.hero-feature-v18 small{color:#fff;font-size:13px;font-weight:700}.search-card-v18{background:rgba(255,255,255,.98);color:#102327;border:1px solid rgba(255,255,255,.7);border-radius:24px;box-shadow:0 28px 70px rgba(0,0,0,.16);padding:24px 24px 18px;max-width:555px;width:100%;justify-self:end}.search-card-v18 h2{margin:0 0 18px;font-size:23px;line-height:1.1;letter-spacing:-.035em}.search-form-v18{display:grid;grid-template-columns:1fr 1fr .72fr;gap:12px}.field-v18 label{display:block;margin:0 0 8px;text-transform:uppercase;letter-spacing:.08em;color:#718187;font-size:11px;font-weight:950}.field-v18 input{width:100%;height:52px;border:1px solid #cfe5e6;border-radius:14px;background:#fff;color:#143137;font-size:15px;padding:0 14px;outline:none}.field-v18 input:focus{border-color:#00aeb3;box-shadow:0 0 0 4px rgba(0,174,179,.12)}.btn-v18{border:0;border-radius:12px;height:52px;font-weight:950;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;text-align:center}.btn-primary-v18{grid-column:1/-1;background:linear-gradient(135deg,#00b7bd,#07858d);color:#fff;box-shadow:0 12px 26px rgba(0,174,179,.18)}.hero-contact-grid-v18{border-top:1px solid #dfecec;margin-top:18px;padding-top:18px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.contact-btn-v18{height:42px;border:1px solid #b8e0e2;border-radius:10px;background:#fff;color:#143137;font-size:14px;font-weight:950;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 10px;white-space:nowrap}.contact-wa-v18{background:linear-gradient(135deg,#00b7bd,#07858d);color:#fff;border-color:transparent}.safe-note-v18{font-size:12px;font-weight:700;color:#718187;margin-top:12px}.home-intro-v18{background:linear-gradient(180deg,#f8ffff 0,#eefafa 100%);padding:0 0 34px;margin-top:-58px;position:relative;z-index:4}.intro-grid-v18{display:grid;grid-template-columns:1fr 1fr;gap:22px}.intro-card-v18{background:#fff;border:1px solid rgba(8,120,127,.12);border-radius:18px;box-shadow:0 18px 45px rgba(8,80,90,.08);padding:26px 28px}.section-chip-v18{display:inline-flex;align-items:center;gap:8px;color:#08787f;background:#ebfbfa;border:1px solid #bfe6e8;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:950;margin-bottom:16px}.intro-text-v18 h2{font-size:34px;line-height:1.08;letter-spacing:-.06em;margin:0 0 14px;color:#0f272d}.intro-text-v18 p{font-size:15px;line-height:1.62;color:#4e656b;margin:0 0 18px}.mini-chips-v18{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.mini-chips-v18 span{height:28px;display:inline-flex;align-items:center;border-radius:999px;border:1px solid #d5ebec;background:#fbffff;padding:0 12px;font-size:12px;font-weight:850;color:#29464c}.more-link-v18{display:inline-flex;align-items:center;color:#008f96;font-weight:950;font-size:14px}.facilities-card-v18 h3{margin:0 0 16px;font-size:21px;letter-spacing:-.035em}.facility-list-v18{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}.facility-list-v18 span{height:34px;border-radius:999px;border:1px solid #c7e8e9;background:#f8ffff;color:#0a4d54;display:flex;align-items:center;padding:0 12px;font-size:12px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rooms-home-v18{padding:4px 0 28px;background:#f5fbfb}.home-section-title-v18{text-align:center;margin-bottom:18px}.home-section-title-v18 h2{margin:0;font-size:26px;letter-spacing:-.04em;line-height:1.05}.home-section-title-v18 p{margin:4px 0 0;color:#64777c;font-size:13px;font-weight:650}.rooms-grid-v18{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.room-card-v18{overflow:hidden;border-radius:18px;background:#fff;border:1px solid rgba(8,120,127,.12);box-shadow:0 14px 38px rgba(8,80,90,.08)}.room-img-v18{height:160px;position:relative;overflow:hidden;background:#e7f6f6}.room-img-v18 img{width:100%;height:100%;object-fit:cover}.room-img-v18 span{position:absolute;top:10px;left:10px;border-radius:999px;background:#fff;padding:6px 10px;color:#09656b;font-weight:950;font-size:11px}.room-content-v18{padding:15px 16px 14px}.room-content-v18 h3{font-size:17px;letter-spacing:-.035em;line-height:1.22;margin:0 0 8px;color:#0f272d;min-height:42px}.room-meta-v18{display:flex;gap:10px;flex-wrap:wrap;color:#60747a;font-size:12px;font-weight:750}.rating-v18{margin-top:9px;color:#66777c;font-size:12px;font-weight:750}.rating-v18 span,.stars-v18{color:#ffbd22;letter-spacing:1px}.room-bottom-v18{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#60747a;font-size:12px;font-weight:700}.room-bottom-v18 strong{font-size:22px;color:#0f272d;letter-spacing:-.045em}.reserve-btn-v18{background:linear-gradient(135deg,#00b7bd,#07858d);color:#fff;border-radius:10px;min-width:86px;height:36px;display:inline-flex;align-items:center;justify-content:center;font-weight:950;font-size:13px}.center-v18{text-align:center;margin-top:12px}.outline-btn-v18{display:inline-flex;border:1px solid #b8e0e2;color:#08787f;background:#fff;border-radius:999px;height:38px;align-items:center;justify-content:center;padding:0 22px;font-weight:950;font-size:13px}.reviews-strip-v18{padding:8px 0 26px;background:#f5fbfb}.reviews-strip-v18 h2{text-align:center;font-size:22px;letter-spacing:-.035em;margin:0 0 14px}.review-strip-grid-v18{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;background:#fff;border:1px solid rgba(8,120,127,.10);border-radius:18px;padding:14px;box-shadow:0 12px 36px rgba(8,80,90,.06)}.guest-review-v18{display:grid;grid-template-columns:52px 1fr 24px;gap:12px;align-items:start}.avatar-v18{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#00b7bd,#07858d);color:#fff;font-weight:950}.guest-review-v18 strong{display:block;font-size:14px}.guest-review-v18 p{margin:3px 0;color:#4d646a;font-size:13px;line-height:1.35}.guest-review-v18 small{color:#87959a}.guest-review-v18 b{font-size:18px;color:#4285f4}.reviews-link-v18{display:flex;justify-content:center;margin-top:8px}.footer-v18{margin-top:0;background:linear-gradient(135deg,#00aeb3,#07858d);color:#fff;padding:0}.footer-top-v18{min-height:68px;display:grid;grid-template-columns:1.25fr .9fr 1.15fr auto;gap:22px;align-items:center}.footer-contact-v18{display:flex;gap:12px;align-items:center;color:#fff;font-weight:850}.footer-contact-v18>span{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.14)}.footer-contact-v18 b{display:block;font-size:13px}.footer-contact-v18 small{display:block;color:rgba(255,255,255,.9);font-weight:750}.footer-follow-v18{display:flex;align-items:center;gap:10px;font-weight:900}.footer-follow-v18 span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.35)}.footer-links-v18{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;padding:10px 0;border-top:1px solid rgba(255,255,255,.14)}.footer-links-v18 a{color:#fff;font-weight:850;font-size:13px}.footer-credit-v18{border-top:1px solid rgba(255,255,255,.14);min-height:36px;display:flex;align-items:center;justify-content:center;gap:26px;color:#fff;font-size:13px;font-weight:850}.footer-credit-v18>b{font-size:24px;letter-spacing:-.05em}.footer-credit-v18 strong{color:#fff}.room-card-v18 .room-content-v18 .room-meta-v18 span{white-space:nowrap}.homepage-filtered-v18{margin-top:14px}
@media(max-width:1200px){.nav-v18{grid-template-columns:250px 1fr auto}.brand-img-v18{height:82px}.home-hero-copy-v18{padding-left:10px}.home-hero-grid-v18{gap:28px}.facility-list-v18{grid-template-columns:repeat(2,1fr)}}
@media(max-width:980px){.nav-v18{height:82px;grid-template-columns:44px 1fr 44px}.mobile-hamburger-v18,.mobile-phone-v18{display:flex;width:42px;height:42px;border:0;background:#fff;color:#0a4d54;align-items:center;justify-content:center;font-size:24px;border-radius:12px;font-weight:950}.mobile-phone-v18{font-size:21px}.brand-v18{justify-self:center}.brand-img-v18{height:66px}.nav-links-v18,.nav-actions-v18{display:none!important}.home-hero-v18{padding:26px 0 30px;min-height:auto;background:#073a3f}.home-hero-bg-v18{background:linear-gradient(180deg,rgba(4,54,60,.95),rgba(2,92,96,.93)),url('/assets/img/hero-hotel.jpg') left top/auto 50% no-repeat}.home-hero-grid-v18{grid-template-columns:1fr;gap:18px}.home-hero-copy-v18{padding:0}.eyebrow-v18{font-size:12px;padding:6px 10px}.home-hero-copy-v18 h1{font-size:31px;line-height:1.08;margin:12px 0 10px;letter-spacing:-.045em}.home-hero-copy-v18 p{font-size:14px;line-height:1.45}.hero-features-v18{margin-top:18px;gap:8px;display:grid;grid-template-columns:repeat(3,1fr)}.hero-feature-v18{min-width:0;grid-template-columns:38px auto;column-gap:8px}.feature-icon-v18{width:36px;height:36px;font-size:17px;border-width:1.5px}.hero-feature-v18 strong{font-size:15px}.hero-feature-v18 small{font-size:10px;line-height:1.1}.search-card-v18{max-width:none;border-radius:18px;padding:18px}.search-card-v18 h2{font-size:18px;margin-bottom:12px}.search-form-v18{grid-template-columns:1fr 1fr .7fr;gap:8px}.field-v18 label{font-size:9px}.field-v18 input{height:42px;border-radius:10px;padding:0 8px;font-size:12px}.btn-v18{height:42px;font-size:13px;border-radius:10px}.hero-contact-grid-v18{grid-template-columns:1fr;gap:8px;border-top:0;padding-top:12px;margin-top:8px}.contact-btn-v18{height:36px;font-size:12px}.safe-note-v18{text-align:center;font-size:11px}.home-intro-v18{margin-top:0;padding:12px 0 6px}.intro-grid-v18{grid-template-columns:1fr}.intro-card-v18{border-radius:16px;padding:18px}.intro-text-v18{display:none}.facilities-card-v18{padding:14px 16px}.facilities-card-v18 h3{font-size:17px;margin-bottom:10px}.facility-list-v18{display:flex;overflow-x:auto;gap:8px;padding-bottom:4px}.facility-list-v18 span{flex:0 0 auto;height:32px;font-size:12px}.facilities-card-v18 .more-link-v18{display:none}.rooms-home-v18{padding-top:14px}.home-section-title-v18 h2{font-size:23px}.rooms-grid-v18{grid-template-columns:1fr;gap:16px}.room-img-v18{height:210px}.room-content-v18 h3{font-size:18px;min-height:auto}.review-strip-grid-v18{grid-template-columns:1fr}.reviews-strip-v18{padding-top:0}.footer-top-v18{grid-template-columns:1fr;gap:12px;padding:18px 0}.footer-links-v18{justify-content:flex-start;gap:12px}.footer-credit-v18{align-items:flex-start;flex-direction:column;gap:4px;padding:12px 0}.footer-credit-v18>b{font-size:20px}.cookie-box{left:10px;right:10px;bottom:10px}}
@media(max-width:520px){.container{width:min(100% - 24px,1320px)}.brand-img-v18{height:60px}.home-hero-copy-v18 h1{font-size:29px}.hero-features-v18{gap:6px}.search-form-v18{grid-template-columns:1fr 1fr .72fr}.field-v18 input{font-size:11px}.room-img-v18{height:190px}.footer-links-v18 a{font-size:12px}.room-bottom-v18 strong{font-size:20px}.footer-contact-v18 small{word-break:break-word}.intro-grid-v18{gap:10px}}

/* V1.9 backoffice premium responsive redesign */
.admin-shell{background:linear-gradient(180deg,#f7fbfb 0,#eefafa 100%)}
.sidebar{background:radial-gradient(circle at 20% 8%,rgba(0,174,179,.28),transparent 22%),linear-gradient(180deg,#06191c 0,#08282c 100%);box-shadow:16px 0 45px rgba(6,34,38,.14);z-index:20}.sidebar .brand{padding:10px 8px;margin-bottom:22px;color:white}.sidebar .brand-mark{width:52px;height:52px;border-radius:18px;font-size:20px}.side-links{gap:10px}.side-links a{display:flex;align-items:center;min-height:46px;padding:12px 16px;border-radius:16px;color:rgba(255,255,255,.78);font-size:15px}.side-links a.active{background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,.09));box-shadow:inset 0 0 0 1px rgba(255,255,255,.09)}.admin-main{padding:34px;max-width:1440px}.admin-head{background:rgba(255,255,255,.82);backdrop-filter:blur(14px);border:1px solid rgba(8,120,127,.13);border-radius:26px;padding:22px 24px;box-shadow:0 16px 45px rgba(8,80,90,.08)}.admin-head h1{font-size:clamp(30px,3.2vw,48px)!important;line-height:1.02}.admin-head .muted{font-size:15px}.admin-main .card,.admin-main .kpi{border-radius:24px;box-shadow:0 16px 45px rgba(8,80,90,.08)}.admin-main .btn{min-height:44px}.admin-main .input,.admin-main select,.admin-main textarea{border-radius:14px}.admin-main .table{background:white;border-radius:20px;overflow:hidden}.admin-main .table th{background:#f2fbfb;color:#0a5960}.admin-main .table tr:hover td{background:#fbffff}
@media(max-width:980px){
  body:has(.admin-shell){background:#f2fbfb}.admin-shell{display:block;min-height:100vh}.sidebar{position:sticky;top:0;height:auto;padding:14px 14px 12px;border-bottom:1px solid rgba(255,255,255,.13);box-shadow:0 16px 36px rgba(6,34,38,.20)}.sidebar .brand{margin:0 0 12px;padding:0}.sidebar .brand-mark{width:42px;height:42px;border-radius:14px;font-size:16px}.sidebar .brand span:last-child{font-size:20px}.side-links{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding:0 0 4px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.side-links::-webkit-scrollbar{display:none}.side-links a{flex:0 0 auto;min-height:38px;padding:10px 13px;border-radius:999px;font-size:14px;white-space:nowrap;background:rgba(255,255,255,.07)}.side-links a.active{background:rgba(255,255,255,.20);color:#fff}.admin-main{padding:16px;}.admin-head{display:grid;grid-template-columns:1fr;gap:8px;padding:18px;border-radius:22px;margin-bottom:16px}.admin-head h1{font-size:32px!important;letter-spacing:-.055em!important}.admin-head .eyebrow{font-size:12px;padding:7px 10px}.admin-head .muted{font-size:14px}.kpis{grid-template-columns:1fr 1fr;gap:12px}.kpi{padding:16px}.kpi strong{font-size:28px}.card{padding:18px}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.actions{display:grid;grid-template-columns:1fr;gap:8px}.actions .btn,.admin-main .btn{width:100%;justify-content:center}.admin-main .table{display:block;overflow-x:auto;white-space:nowrap;border-radius:18px}.admin-main .table th,.admin-main .table td{padding:12px 10px}.admin-main .section-head h2{font-size:28px}.admin-main textarea{min-height:130px}
}
@media(max-width:560px){
  .sidebar{padding:12px}.sidebar .brand{gap:10px}.sidebar .brand span:last-child{font-size:18px}.side-links a{font-size:13px;padding:9px 12px}.admin-main{padding:12px}.admin-head{padding:16px}.admin-head h1{font-size:30px!important}.kpis{grid-template-columns:1fr}.admin-main .card{border-radius:20px;padding:16px}.admin-main .table{font-size:13px}.admin-main .table th:nth-child(3),.admin-main .table td:nth-child(3){display:table-cell}.input,select,textarea{font-size:16px}.status{font-size:11px}.price-row{align-items:flex-start;flex-direction:column}.btn{padding:12px 14px}
}

/* V1.9 logo/hero balance patch */
.brand-img-v18{image-rendering:auto}.home-hero-copy-v18 h1 span{font-size:inherit}

/* V1.10 Promo 7 nopți */
.promo-popup{position:fixed;inset:0;z-index:9998;display:flex;align-items:center;justify-content:center;padding:22px;background:rgba(3,30,34,.45);backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:opacity .25s ease}
.promo-popup.show{opacity:1;pointer-events:auto}.promo-card{position:relative;width:min(520px,100%);border-radius:28px;padding:30px;background:linear-gradient(145deg,#ffffff 0%,#f2ffff 100%);box-shadow:0 30px 90px rgba(0,75,82,.32);border:1px solid rgba(0,174,179,.28);text-align:left;overflow:hidden}.promo-card:before{content:"";position:absolute;right:-70px;top:-70px;width:190px;height:190px;border-radius:50%;background:rgba(0,174,179,.16)}.promo-close{position:absolute;top:14px;right:14px;width:40px;height:40px;border-radius:50%;border:1px solid #c9e9ea;background:#fff;color:#0b444a;font-size:26px;font-weight:900;line-height:1;cursor:pointer}.promo-kicker{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:#e5fbfb;border:1px solid #bdebed;color:#08777e;font-weight:950;font-size:13px;margin-bottom:14px}.promo-card h2{position:relative;margin:0 0 12px;color:#102b31;font-size:clamp(30px,4vw,46px);line-height:1.03;letter-spacing:-.06em}.promo-card h2 span{color:#00aeb3}.promo-card p{position:relative;margin:0;color:#4d666c;font-size:17px;line-height:1.55}.promo-actions{position:relative;display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.promo-actions .btn{padding:14px 18px}.promo-applied-pro{border:1px solid #a7e7d8;background:linear-gradient(135deg,#e9fff9,#f7ffff);border-radius:14px;padding:14px 16px;margin:18px 0 2px;display:grid;gap:4px;color:#0b5558}.promo-applied-pro span{font-weight:950}.promo-applied-pro strong{font-size:24px;color:#008e91}.promo-applied-pro small{color:#527076;font-weight:750;line-height:1.4}@media(max-width:700px){.promo-popup{align-items:flex-end;padding:14px}.promo-card{border-radius:24px;padding:24px 18px}.promo-card h2{font-size:32px}.promo-card p{font-size:15px}.promo-actions{display:grid}.promo-actions .btn{width:100%;justify-content:center}}


/* V1.12 PWA client app install */
.pwa-install-box{position:fixed;left:50%;bottom:18px;transform:translate(-50%,120%);z-index:9997;width:min(720px,calc(100% - 26px));display:grid;grid-template-columns:64px 1fr auto;gap:14px;align-items:center;padding:14px;background:rgba(255,255,255,.96);border:1px solid rgba(0,174,179,.24);border-radius:22px;box-shadow:0 24px 70px rgba(6,34,38,.22);backdrop-filter:blur(14px);opacity:0;pointer-events:none;transition:.28s ease}.pwa-install-box.show{opacity:1;pointer-events:auto;transform:translate(-50%,0)}.pwa-install-logo{width:62px;height:62px;border-radius:18px;background:#f1ffff;display:grid;place-items:center;border:1px solid #cceced;overflow:hidden}.pwa-install-logo img{width:56px;height:56px;object-fit:contain}.pwa-install-copy b{display:block;font-size:16px;color:#102327;letter-spacing:-.02em}.pwa-install-copy p{margin:3px 0 0;color:#5f7479;font-size:13px;line-height:1.35}.pwa-install-actions{display:flex;gap:8px}.pwa-install-actions .btn{height:42px;padding:0 16px;border-radius:12px;white-space:nowrap}.pwa-ios-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:rgba(3,30,34,.48);backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:.24s ease;padding:18px}.pwa-ios-modal.show{opacity:1;pointer-events:auto}.pwa-ios-card{position:relative;width:min(480px,100%);background:#fff;border:1px solid rgba(0,174,179,.22);border-radius:28px;padding:28px;text-align:center;box-shadow:0 30px 90px rgba(0,75,82,.32)}.pwa-ios-card img{height:92px;width:auto;margin:0 auto 10px}.pwa-ios-card h2{font-size:32px;line-height:1.05;letter-spacing:-.055em;margin:8px 0 10px;color:#102327}.pwa-ios-card p{color:#557075;line-height:1.55;margin:0 0 18px}@media(max-width:720px){.pwa-install-box{grid-template-columns:50px 1fr;bottom:12px;border-radius:18px;padding:12px}.pwa-install-logo{width:50px;height:50px;border-radius:15px}.pwa-install-logo img{width:46px;height:46px}.pwa-install-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.pwa-install-actions .btn{width:100%;font-size:13px}.pwa-install-copy b{font-size:15px}.pwa-install-copy p{font-size:12px}.pwa-ios-card{border-radius:24px;padding:24px 18px}.pwa-ios-card img{height:78px}.pwa-ios-card h2{font-size:28px}}

/* V1.13 Backoffice PRO + marketing + Booking/iCal */
.admin-brand-pro{display:flex;align-items:center;gap:12px;animation:adminGlow 4.5s ease-in-out infinite}.admin-brand-pro img{width:58px;height:58px;object-fit:contain;border-radius:16px;background:rgba(255,255,255,.92);padding:5px;box-shadow:0 14px 34px rgba(0,174,179,.18)}.admin-brand-pro span:last-child{font-size:20px;font-weight:950;letter-spacing:-.05em;color:#fff}.admin-eyebrow-pro{color:#08787f!important;background:#e8fbfb!important;border-color:#c5eeee!important}.admin-user-pro{display:grid;justify-items:end}.admin-user-pro span{font-size:12px;color:#6d7f84;text-transform:uppercase;font-weight:900;letter-spacing:.08em}.admin-user-pro b{font-size:15px;color:#102327}.admin-grid-2{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:18px;align-items:start}.period-bar-pro{margin-bottom:18px}.kpis-pro{margin-top:0}.small-kpis .kpi strong{font-size:24px}.kpi-animated{position:relative;overflow:hidden}.kpi-animated:after{content:"";position:absolute;inset:-70% auto auto -50%;width:80%;height:240%;background:linear-gradient(90deg,transparent,rgba(0,174,179,.14),transparent);transform:rotate(22deg);animation:kpiSweep 4.8s ease-in-out infinite}.bars-pro{display:grid;gap:14px}.bar-row-pro{display:grid;gap:8px}.bar-row-pro>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:14px}.bar-row-pro b{font-size:14px}.bar-row-pro span{color:#6c7d82;font-size:13px;font-weight:850}.bar-track-pro{height:13px;border-radius:999px;background:#e7f6f6;overflow:hidden}.bar-track-pro i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#00aeb3,#08787f);animation:barIn .9s ease-out both}.revenue-bars-pro .bar-track-pro i{background:linear-gradient(90deg,#d6a65a,#00aeb3)}.promo-admin-list-pro{display:grid;gap:10px}.promo-admin-list-pro>div{border:1px solid #d8eeee;background:#f8ffff;border-radius:16px;padding:12px 14px}.promo-admin-list-pro b{display:block}.promo-admin-list-pro span{display:block;color:#63777c;font-size:13px;margin-top:3px}.season-box-pro{border:1px solid #d9eeee;border-radius:20px;background:#fbffff;padding:16px;margin:16px 0}.season-title-pro{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.season-title-pro h3{margin:0 0 3px;letter-spacing:-.035em}.season-title-pro p{margin:0;color:#66777c}.setting-image-preview{display:flex;align-items:center;gap:12px;padding:10px;border:1px solid #dceeee;border-radius:14px;background:#fbffff;margin-bottom:8px}.setting-image-preview img{width:80px;height:48px;object-fit:contain}.setting-image-preview span{font-size:12px;color:#6b7d82;word-break:break-all}.footer-anpc-images-v23{display:flex;gap:14px;justify-content:center;align-items:center;padding:14px 0;border-top:1px solid rgba(255,255,255,.14)}.footer-anpc-images-v23 img{max-height:44px;max-width:190px;object-fit:contain;background:#fff;border-radius:10px;padding:6px}.pwa-phone-preview-pro{min-height:270px;border-radius:28px;background:linear-gradient(180deg,#06292d,#00aeb3);color:#fff;display:grid;place-items:center;text-align:center;padding:28px;margin:20px 0;box-shadow:0 24px 70px rgba(0,75,82,.18);position:relative;overflow:hidden}.pwa-phone-preview-pro:before{content:"";position:absolute;width:190px;height:190px;border-radius:50%;background:rgba(255,255,255,.12);right:-60px;top:-70px}.pwa-phone-preview-pro img{height:96px;width:96px;object-fit:contain;background:#fff;border-radius:24px;padding:8px;position:relative}.pwa-phone-preview-pro b{font-size:28px;letter-spacing:-.05em;position:relative}.pwa-phone-preview-pro span{color:rgba(255,255,255,.86);font-weight:850;position:relative}.admin-table-card{overflow:hidden}@keyframes adminGlow{0%,100%{filter:drop-shadow(0 0 0 rgba(0,174,179,0))}50%{filter:drop-shadow(0 0 18px rgba(0,174,179,.22))}}@keyframes kpiSweep{0%,35%{transform:translateX(-130%) rotate(22deg)}65%,100%{transform:translateX(300%) rotate(22deg)}}@keyframes barIn{from{width:0}to{width:var(--w,100%)}}
@media(max-width:1180px){.admin-grid-2{grid-template-columns:1fr}.admin-brand-pro img{width:48px;height:48px}.admin-user-pro{justify-items:start}.season-title-pro{align-items:stretch;flex-direction:column}}
@media(max-width:700px){.period-bar-pro .actions{display:grid;grid-template-columns:1fr}.admin-user-pro{display:none}.footer-anpc-images-v23{justify-content:flex-start;overflow-x:auto}.footer-anpc-images-v23 img{max-height:40px}.setting-image-preview{align-items:flex-start;flex-direction:column}.setting-image-preview img{width:120px}.admin-brand-pro img{width:42px;height:42px}.admin-brand-pro span:last-child{font-size:17px}.bar-row-pro>div:first-child{align-items:flex-start;flex-direction:column;gap:2px}}
