/* Hala Kids v7 — global product-system, mobile-first, grouped information architecture */
:root{
  --hk7-ink:#08263a;
  --hk7-ink-2:#143d53;
  --hk7-teal:#0aa39a;
  --hk7-teal-2:#06766f;
  --hk7-coral:#ff735f;
  --hk7-yellow:#ffd978;
  --hk7-lilac:#8d7ce8;
  --hk7-sky:#80cdf6;
  --hk7-cream:#fffaf2;
  --hk7-paper:#fffdf9;
  --hk7-mist:#eef8f7;
  --hk7-line:rgba(8,38,58,.12);
  --hk7-line-strong:rgba(8,38,58,.2);
  --hk7-muted:#5d7685;
  --hk7-shadow-sm:0 8px 24px rgba(8,38,58,.07);
  --hk7-shadow:0 24px 70px rgba(8,38,58,.12);
  --hk7-shadow-lg:0 36px 100px rgba(8,38,58,.17);
  --hk7-radius-sm:16px;
  --hk7-radius:26px;
  --hk7-radius-lg:36px;
  --hk7-max:min(1220px,calc(100vw - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--hk7-paper)}
body.hk-page{margin:0!important;background:var(--hk7-paper)!important;color:var(--hk7-ink)!important;overflow-x:hidden;font-family:"IBM Plex Sans Arabic",system-ui,-apple-system,"Segoe UI",Arial,sans-serif!important}
body.hk-page #wpadminbar{z-index:999999}
.hk-shell.hk-v7{min-height:100vh;background:var(--hk7-paper);color:var(--hk7-ink);overflow:hidden;isolation:isolate;line-height:1.75}
.hk-v7 *{font-family:inherit}
.hk-v7 h1,.hk-v7 h2,.hk-v7 h3,.hk-v7 h4,.hk-v7 b,.hk-v7 strong{font-family:"Alexandria","IBM Plex Sans Arabic",Arial,sans-serif}
.hk-v7 a{text-decoration:none}
.hk-v7 button,.hk-v7 input,.hk-v7 textarea,.hk-v7 select{font:inherit}
.hk-v7 svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.hk-skip{position:fixed;inset-inline-start:16px;top:-100px;z-index:100000;padding:12px 18px;background:#fff;color:var(--hk7-ink);border-radius:14px;box-shadow:var(--hk7-shadow)}
.hk-skip:focus{top:16px}

/* Header */
.hk7-announcement{min-height:36px;padding:7px 24px;background:linear-gradient(90deg,#061f32,#0a6965);color:#fff;display:flex;align-items:center;justify-content:center;gap:24px;font-size:12px}
.hk7-announcement b{color:#a8f1eb;font-weight:700}.hk7-announcement a{color:#fff;border-bottom:1px solid rgba(255,255,255,.45);font-weight:700}
.hk7-header{height:82px;padding:0 max(20px,calc((100vw - 1220px)/2));display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;background:rgba(255,253,249,.92);border-bottom:1px solid rgba(8,38,58,.07);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);position:sticky;top:0;z-index:900}
.admin-bar .hk7-header{top:32px}
.hk7-brand{width:132px;display:block}.hk7-brand img{display:block;width:100%;height:auto}
.hk7-nav{display:flex;align-items:center;justify-content:center;gap:6px}.hk7-nav>a{min-height:44px;padding:0 13px;display:inline-flex;align-items:center;border-radius:999px;color:#38586a!important;font-size:13px;font-weight:700;transition:.2s ease}.hk7-nav>a:hover,.hk7-nav>a.active{background:#e7f6f4;color:#047b74!important}
.hk7-mobile-nav-actions{display:none}
.hk7-head-actions{display:flex;align-items:center;gap:8px}.hk7-head-actions>a,.hk7-head-actions>button{min-width:44px;height:44px;border:1px solid var(--hk7-line);background:#fff;color:var(--hk7-ink);border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 13px;font-size:12px;font-weight:700;cursor:pointer;box-shadow:0 4px 14px rgba(8,38,58,.04);transition:.22s ease}.hk7-head-actions svg{width:18px;height:18px}.hk7-head-actions>a:hover,.hk7-head-actions>button:hover{transform:translateY(-2px);box-shadow:var(--hk7-shadow-sm)}
.hk7-sell{background:var(--hk7-teal)!important;border-color:var(--hk7-teal)!important;color:#fff!important;padding-inline:17px!important}.hk7-menu{display:none!important}

/* Home shell */
.hk7-home{display:block;background:var(--hk7-paper)}
.hk7-hero{position:relative;padding:clamp(48px,7vw,96px) 0 clamp(60px,8vw,105px);background:
  radial-gradient(circle at 10% 5%,rgba(255,217,120,.42),transparent 27%),
  radial-gradient(circle at 91% 6%,rgba(128,205,246,.35),transparent 30%),
  linear-gradient(180deg,#fffdf8 0%,#f4fbfa 100%)}
.hk7-hero:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.28;background-image:radial-gradient(rgba(8,38,58,.18) .7px,transparent .7px);background-size:20px 20px;mask-image:linear-gradient(to bottom,#000,transparent 82%)}
.hk7-hero-grid{width:var(--hk7-max);margin:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,.9fr);align-items:center;gap:clamp(44px,6vw,88px);position:relative;z-index:1}
.hk7-kicker{display:inline-flex;align-items:center;gap:9px;padding:9px 13px;background:rgba(255,255,255,.82);border:1px solid rgba(10,163,154,.2);border-radius:999px;color:var(--hk7-teal-2);font-size:12px;font-weight:700;box-shadow:0 10px 28px rgba(10,163,154,.08)}.hk7-kicker i{width:9px;height:9px;background:var(--hk7-coral);border-radius:50%;box-shadow:0 0 0 6px rgba(255,115,95,.12)}
.hk7-hero h1{margin:22px 0 19px;font-size:clamp(50px,6vw,86px);line-height:1.03;letter-spacing:-.05em;color:var(--hk7-ink);max-width:750px}.hk7-hero h1 em{font-style:normal;color:transparent;background:linear-gradient(110deg,#0a9d95 0%,#2c8ed6 42%,#7665d8 70%,#ff735f 100%);background-clip:text;-webkit-background-clip:text}
.hk7-hero-copy>p{margin:0;max-width:650px;color:var(--hk7-muted);font-size:18px;line-height:1.9}.hk7-hero-copy>p strong{color:var(--hk7-ink)}
.hk7-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:30px}.hk7-button{min-height:54px;padding:0 22px;border-radius:17px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:14px;font-weight:700;transition:.25s cubic-bezier(.2,.8,.2,1)}.hk7-button svg{width:18px;height:18px}.hk7-button.primary{background:var(--hk7-ink);color:#fff!important;box-shadow:0 16px 34px rgba(8,38,58,.2)}.hk7-button.primary:hover{transform:translateY(-3px);box-shadow:0 22px 46px rgba(8,38,58,.28)}.hk7-button.secondary{background:rgba(255,255,255,.9);border:1px solid var(--hk7-line);color:var(--hk7-ink)!important}.hk7-button.secondary:hover{transform:translateY(-3px);background:#fff}
.hk7-trust-line{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:25px}.hk7-trust-line span{display:flex;align-items:center;gap:7px;color:#587180;font-size:11px;font-weight:700}.hk7-trust-line svg{width:16px;height:16px;color:var(--hk7-teal)}
.hk7-video-stage{position:relative}.hk7-video-frame{position:relative;aspect-ratio:16/10;border-radius:34px;overflow:hidden;border:7px solid #fff;background:#0a273b;box-shadow:var(--hk7-shadow-lg)}.hk7-video-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(4,22,34,.68),transparent 46%);pointer-events:none}.hk7-video-frame video{width:100%;height:100%;object-fit:cover;display:block}.hk7-video-play{position:absolute;z-index:3;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:72px;height:72px;border:0;border-radius:50%;background:rgba(255,255,255,.96);color:var(--hk7-ink);display:grid;place-items:center;cursor:pointer;box-shadow:0 16px 36px rgba(0,0,0,.22);transition:.22s}.hk7-video-play:hover{transform:translate(-50%,-50%) scale(1.06)}.hk7-video-play.playing{opacity:0;pointer-events:none}.hk7-video-play svg{width:28px;height:28px;margin-left:3px}.hk7-video-sound{position:absolute!important;z-index:4!important;top:16px!important;left:16px!important;right:auto!important;bottom:auto!important;border:1px solid rgba(255,255,255,.25)!important;background:rgba(4,22,34,.62)!important;color:#fff!important;border-radius:999px!important;padding:8px 12px!important;font-size:11px!important;font-weight:700!important;backdrop-filter:blur(10px)!important;cursor:pointer!important}.hk7-video-caption{position:absolute;z-index:3;right:20px;left:20px;bottom:18px;color:#fff}.hk7-video-caption span{display:block;color:#b9f1ec;font-size:10px;font-weight:700;margin-bottom:4px}.hk7-video-caption b{font-size:16px}.hk7-video-note{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:13px 12px 0;padding:13px 16px;border:1px solid var(--hk7-line);border-radius:16px;background:rgba(255,255,255,.8);box-shadow:var(--hk7-shadow-sm)}.hk7-video-note span{font-size:12px;font-weight:700;color:var(--hk7-ink)}.hk7-video-note small{font-size:10px;color:var(--hk7-muted)}

/* Section heading */
.hk7-section-heading{width:var(--hk7-max);margin:0 auto 38px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:50px;align-items:end}.hk7-section-heading>span,.hk7-section-heading>div>span{display:inline-block;color:var(--hk7-teal-2);font-size:12px;font-weight:700;margin-bottom:10px}.hk7-section-heading h2{margin:0;font-size:clamp(38px,4.5vw,62px);line-height:1.18;letter-spacing:-.035em;color:var(--hk7-ink)}.hk7-section-heading p{margin:0;color:var(--hk7-muted);font-size:16px;line-height:1.85}.hk7-section-heading.compact{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;flex-wrap:wrap}.hk7-section-heading.compact h2{font-size:clamp(32px,4vw,52px);max-width:800px}.hk7-section-heading.compact>a{display:inline-flex;align-items:center;gap:8px;color:var(--hk7-teal-2);font-weight:700}.hk7-section-heading.compact>a svg{width:18px;height:18px}

/* World switcher: one panel, no repeated cards */
.hk7-worlds{padding:clamp(80px,9vw,130px) 0;background:#fff}
.hk7-world-switcher{width:var(--hk7-max);margin:auto}.hk7-world-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:8px;background:#edf5f4;border:1px solid var(--hk7-line);border-radius:20px;margin-bottom:16px}.hk7-world-tabs button{min-height:54px;border:0;background:transparent;color:#496676;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:700;cursor:pointer;transition:.2s}.hk7-world-tabs button svg{width:19px;height:19px}.hk7-world-tabs button[aria-selected="true"]{background:#fff;color:var(--hk7-ink);box-shadow:0 8px 20px rgba(8,38,58,.08)}
.hk7-world-panels{position:relative}.hk7-world-panel{min-height:520px;border-radius:var(--hk7-radius-lg);padding:clamp(30px,4.5vw,58px);display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,.58fr);grid-template-rows:1fr auto;gap:30px 50px;overflow:hidden;position:relative;border:1px solid rgba(8,38,58,.08);box-shadow:var(--hk7-shadow)}.hk7-world-panel[hidden]{display:none}.hk7-world-panel.active{animation:hk7-panel-in .42s ease both}.hk7-world-panel.is-market{background:linear-gradient(135deg,#fff2e4,#ffd8c8)}.hk7-world-panel.is-care{background:linear-gradient(135deg,#e2faf6,#bdeee5)}.hk7-world-panel.is-learn{background:linear-gradient(135deg,#eee9ff,#d8d0ff)}.hk7-world-panel.is-smart{background:linear-gradient(135deg,#e1f4ff,#b9e3fb)}.hk7-world-panel.is-support{background:linear-gradient(135deg,#fff7cf,#ffe89a)}
.hk7-world-copy{align-self:center;position:relative;z-index:2}.hk7-world-meta{display:flex;align-items:center;gap:13px;margin-bottom:24px}.hk7-world-meta span{font-size:12px;font-weight:700;letter-spacing:.08em;color:#496273}.hk7-world-meta b{font-size:13px;color:var(--hk7-ink)}.hk7-world-copy>small{display:inline-flex;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.6);border:1px solid rgba(8,38,58,.08);color:#486473;font-weight:700}.hk7-world-copy h3{max-width:770px;margin:18px 0 16px;font-size:clamp(38px,4.8vw,66px);line-height:1.14;letter-spacing:-.04em}.hk7-world-copy p{max-width:720px;margin:0;color:#496676;font-size:17px;line-height:1.9}.hk7-world-cta{min-height:52px;margin-top:26px;padding:0 18px;border-radius:16px;background:var(--hk7-ink);color:#fff!important;display:inline-flex;align-items:center;gap:10px;font-weight:700}.hk7-world-cta svg{width:18px;height:18px}
.hk7-world-visual{align-self:center;justify-self:center;width:min(310px,100%);aspect-ratio:1;position:relative;display:grid;place-items:center}.hk7-world-visual>i{width:96px;height:96px;border-radius:28px;background:rgba(255,255,255,.8);display:grid;place-items:center;color:var(--hk7-ink);box-shadow:0 18px 45px rgba(8,38,58,.12);position:relative;z-index:3}.hk7-world-visual>i svg{width:43px;height:43px}.hk7-world-visual>span{position:absolute;border:1px solid rgba(8,38,58,.17);border-radius:50%;inset:15%;animation:hk7-ring 8s linear infinite}.hk7-world-visual>span:nth-of-type(2){inset:28%;animation-duration:6s;animation-direction:reverse}.hk7-world-visual>span:nth-of-type(3){inset:3%;animation-duration:11s}.hk7-world-visual>span:after{content:"";position:absolute;top:-5px;left:50%;width:10px;height:10px;border-radius:50%;background:rgba(8,38,58,.4)}
.hk7-world-links{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;position:relative;z-index:2}.hk7-world-links a{min-height:58px;padding:0 16px;border-radius:16px;background:rgba(255,255,255,.64);border:1px solid rgba(8,38,58,.08);display:flex;align-items:center;justify-content:space-between;gap:15px;color:var(--hk7-ink)!important;font-weight:700;transition:.2s}.hk7-world-links a:hover{background:#fff;transform:translateY(-2px)}.hk7-world-links svg{width:18px;height:18px}

/* Live products */
.hk7-live-market{padding:clamp(76px,8vw,118px) 0;background:#f4faf9}.hk7-product-row{width:var(--hk7-max);margin:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.hk7-product-card{display:block;background:#fff;border:1px solid var(--hk7-line);border-radius:24px;overflow:hidden;color:var(--hk7-ink)!important;box-shadow:0 10px 28px rgba(8,38,58,.06);transition:.25s}.hk7-product-card:hover{transform:translateY(-6px);box-shadow:var(--hk7-shadow)}.hk7-product-card img{width:100%;aspect-ratio:1/1;display:block;object-fit:cover;background:#eef4f4}.hk7-product-card>div{padding:17px}.hk7-product-card h3{font-size:17px;margin:0 0 8px;line-height:1.5}.hk7-product-card span{color:var(--hk7-teal-2);font-weight:700}

/* Experiences: deliberately different card structures */
.hk7-experiences{padding:clamp(80px,9vw,130px) 0;background:var(--hk7-paper)}.hk7-experience-grid{width:var(--hk7-max);margin:auto;display:grid;grid-template-columns:1.3fr .7fr;grid-template-rows:repeat(2,minmax(230px,1fr));gap:16px}.hk7-experience{position:relative;border-radius:32px;overflow:hidden;padding:clamp(26px,4vw,46px);color:var(--hk7-ink)!important;border:1px solid rgba(8,38,58,.08);box-shadow:0 18px 54px rgba(8,38,58,.09);transition:.25s}.hk7-experience:hover{transform:translateY(-5px);box-shadow:var(--hk7-shadow)}.hk7-experience-main{grid-row:1/3;background:linear-gradient(145deg,#09283e,#0b5863);color:#fff!important;display:grid;grid-template-columns:1fr .78fr;align-items:center;gap:32px}.hk7-experience-main small{color:#9ff0e8;font-weight:700}.hk7-experience-main h3{font-size:clamp(36px,4.2vw,58px);line-height:1.16;margin:14px 0}.hk7-experience-main p{color:#d4e9eb;line-height:1.9;font-size:16px}.hk7-experience span{display:inline-flex;align-items:center;gap:8px;font-weight:700;margin-top:22px}.hk7-experience span svg{width:18px;height:18px}.hk7-outfit-demo{position:relative;aspect-ratio:.74;border-radius:34px;background:linear-gradient(180deg,#fff8ea,#ffe1d5);border:7px solid rgba(255,255,255,.95);box-shadow:0 28px 60px rgba(0,0,0,.22);overflow:hidden}.hk7-outfit-demo:before{content:"";position:absolute;inset:15% 25% 18%;border-radius:46% 46% 32% 32%;background:linear-gradient(160deg,#77d7cf,#8a73d9)}.hk7-outfit-demo:after{content:"";position:absolute;width:62px;height:62px;border-radius:50%;background:#f2bd8f;top:8%;left:50%;transform:translateX(-50%)}.hk7-outfit-demo i,.hk7-outfit-demo b,.hk7-outfit-demo em{position:absolute;border-radius:18px;background:#fff;box-shadow:0 12px 26px rgba(8,38,58,.14)}.hk7-outfit-demo i{width:82px;height:100px;right:-12px;top:18%}.hk7-outfit-demo b{width:74px;height:84px;left:-10px;top:43%}.hk7-outfit-demo em{width:96px;height:70px;right:6%;bottom:-16px}
.hk7-experience-care{background:linear-gradient(145deg,#dff8f3,#bdeee5)}.hk7-experience-learn{background:linear-gradient(145deg,#fff1ca,#ffe094)}.hk7-experience-care h3,.hk7-experience-learn h3{font-size:clamp(25px,2.7vw,38px);line-height:1.28;margin:14px 0}.hk7-experience-care small,.hk7-experience-learn small{color:#4a6674;font-weight:700}.hk7-icon-tile{width:58px;height:58px;border-radius:18px;background:#fff;display:grid;place-items:center;box-shadow:var(--hk7-shadow-sm)}.hk7-icon-tile svg{width:27px;height:27px}

/* Care feed */
.hk7-care-feed{padding:clamp(76px,8vw,115px) 0;background:#f5f1ff}.hk7-care-cards{width:var(--hk7-max);margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.hk7-care-cards a{min-height:260px;padding:28px;border-radius:28px;background:#fff;border:1px solid var(--hk7-line);color:var(--hk7-ink)!important;display:flex;flex-direction:column;box-shadow:0 12px 35px rgba(8,38,58,.06);transition:.25s}.hk7-care-cards a:hover{transform:translateY(-5px);box-shadow:var(--hk7-shadow)}.hk7-care-cards small{color:var(--hk7-teal-2);font-weight:700}.hk7-care-cards h3{font-size:24px;line-height:1.35;margin:14px 0 10px}.hk7-care-cards p{color:var(--hk7-muted);line-height:1.8;margin:0}.hk7-care-cards span{display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:20px;color:var(--hk7-teal-2);font-weight:700}.hk7-care-cards svg{width:17px;height:17px}

/* TikTok outbound block */
.hk-v7 .hk-tiktok-card{width:var(--hk7-max);margin:0 auto clamp(80px,9vw,125px);padding:18px;border-radius:32px;background:linear-gradient(145deg,#0a263b,#123f56);display:grid;grid-template-columns:.9fr 1.1fr;gap:20px;color:#fff;box-shadow:var(--hk7-shadow-lg);overflow:hidden}.hk-v7 .hk-tiktok-visual{min-height:300px;border-radius:24px;background:radial-gradient(circle at 30% 25%,rgba(255,115,95,.45),transparent 30%),radial-gradient(circle at 75% 65%,rgba(10,163,154,.5),transparent 35%),linear-gradient(140deg,#1b2734,#0a111a);display:flex;align-items:flex-end;padding:28px;position:relative}.hk-v7 .hk-tiktok-visual:before{content:"";position:absolute;inset:18px;border:1px solid rgba(255,255,255,.13);border-radius:18px}.hk-v7 .hk-tiktok-visual b{font-size:28px;line-height:1.3;position:relative;z-index:2}.hk-v7 .hk-tiktok-mark{position:absolute;top:24px;right:24px;font-size:34px}.hk-v7 .hk-tiktok-copy{padding:clamp(24px,4vw,48px);align-self:center}.hk-v7 .hk-tiktok-copy small{color:#9ff0e8;font-weight:700}.hk-v7 .hk-tiktok-copy h2{font-size:clamp(34px,4vw,54px);line-height:1.2;margin:12px 0}.hk-v7 .hk-tiktok-copy p{color:#d4e5ea;font-size:16px;line-height:1.85}.hk-v7 .hk-tiktok-link{min-height:52px;padding:0 18px;border-radius:15px;background:#fff;color:var(--hk7-ink)!important;display:inline-flex;align-items:center;gap:10px;font-weight:700;margin-top:12px}.hk-v7 .hk-tiktok-link svg{width:18px;height:18px}.hk-v7 .hk-tiktok-empty{display:none!important}

/* Trust and closing */
.hk7-trust{width:var(--hk7-max);margin:0 auto clamp(80px,8vw,120px);padding:clamp(34px,5vw,60px);border-radius:34px;background:var(--hk7-ink);color:#fff;display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:center;position:relative;overflow:hidden}.hk7-trust:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;border:80px solid rgba(255,255,255,.04);left:-100px;bottom:-150px}.hk7-trust>div,.hk7-trust nav{position:relative;z-index:1}.hk7-trust>div>span{color:#8ee9e1;font-weight:700}.hk7-trust h2{font-size:clamp(34px,4.4vw,58px);line-height:1.18;margin:14px 0}.hk7-trust p{color:#d5e5e9;font-size:16px;line-height:1.9}.hk7-trust nav{display:grid;gap:10px}.hk7-trust nav a{min-height:58px;padding:0 18px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.07);border-radius:17px;color:#fff!important;display:flex;align-items:center;justify-content:space-between;font-weight:700}.hk7-trust nav a:hover{background:rgba(255,255,255,.13)}.hk7-trust nav svg{width:18px;height:18px}
.hk7-closing{width:var(--hk7-max);margin:0 auto clamp(80px,9vw,125px);padding:clamp(34px,5vw,58px);border-radius:34px;background:linear-gradient(120deg,#0aa39a,#2b8cd2);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:38px;box-shadow:var(--hk7-shadow-lg);position:relative;overflow:hidden}.hk7-closing:after{content:"";position:absolute;width:310px;height:310px;border-radius:50%;border:68px solid rgba(255,255,255,.08);right:-90px;top:-140px}.hk7-closing>div{position:relative;z-index:1}.hk7-closing small{font-weight:700;color:#d8fffb}.hk7-closing h2{max-width:760px;margin:10px 0 0;font-size:clamp(35px,4.5vw,60px);line-height:1.18}.hk7-closing>div:last-child{display:flex;gap:10px;flex-wrap:wrap}.hk7-closing .hk7-button.primary{background:#fff;color:var(--hk7-ink)!important;box-shadow:none}.hk7-closing .hk7-button.secondary{background:rgba(255,255,255,.12);color:#fff!important;border-color:rgba(255,255,255,.28)}

/* Footer */
.hk7-footer{background:#061f32;color:#d7e6eb;padding:54px max(24px,calc((100vw - 1220px)/2)) 28px;display:grid;grid-template-columns:1.1fr .9fr;gap:42px}.hk7-footer-main{max-width:560px}.hk7-footer-brand{display:block;width:135px;margin-bottom:16px}.hk7-footer-brand img{display:block;width:100%}.hk7-footer-main p{margin:0;color:#c5d7dd;line-height:1.85}.hk7-footer-groups{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.hk7-footer-groups b{display:block;color:#fff;margin-bottom:10px}.hk7-footer-groups a{display:block;color:#c8d9df!important;margin:7px 0}.hk7-footer-groups a:hover{color:#fff!important}.hk7-footer-bottom{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.12);padding-top:20px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px;color:#a9bec7}

/* Floating helpers */
.hk-v7 .hk7-scroll-top{position:fixed;left:18px;bottom:18px;width:48px;height:48px;border-radius:50%;border:0;background:conic-gradient(var(--hk7-teal) var(--scroll-progress,0%),#dce9e8 0);padding:3px;z-index:999;opacity:0;visibility:hidden;transform:translateY(12px);transition:.2s}.hk-v7 .hk7-scroll-top:before{content:"";position:absolute;inset:3px;background:#fff;border-radius:50%}.hk-v7 .hk7-scroll-top svg{position:relative;z-index:2;width:22px;height:22px;color:var(--hk7-ink)}.hk-v7 .hk7-scroll-top.is-visible{opacity:1;visibility:visible;transform:none}
.hk-v7 .hk7-ai-launch{right:18px!important;bottom:18px!important;border-radius:18px!important;min-height:52px!important;background:var(--hk7-ink)!important;color:#fff!important;box-shadow:var(--hk7-shadow)!important}.hk-v7 .hk7-ai-chat{border-radius:24px!important;box-shadow:var(--hk7-shadow-lg)!important}
.hk-v7 .hk-command{position:fixed;inset:0;z-index:1500;background:rgba(4,20,31,.64);backdrop-filter:blur(10px);padding:12vh 18px 20px}.hk-v7 .hk-command[hidden]{display:none}.hk-v7 .hk-command-panel{width:min(680px,100%);margin:auto;background:#fff;padding:16px;border-radius:24px;box-shadow:var(--hk7-shadow-lg)}.hk-v7 .hk-command-panel header{display:flex;gap:10px}.hk-v7 .hk-command-panel header>div{flex:1;display:flex;align-items:center;gap:10px;border:1px solid var(--hk7-line);border-radius:16px;padding:0 13px}.hk-v7 .hk-command-panel input{width:100%;border:0;outline:0;padding:14px 0}.hk-v7 .hk-command-close{width:46px;height:46px;border:0;border-radius:14px;background:#eef5f4}.hk-v7 .hk-command-results{display:grid;gap:5px;margin-top:10px}.hk-v7 .hk-command-results a{display:flex;justify-content:space-between;padding:12px;border-radius:13px;color:var(--hk7-ink)!important}.hk-v7 .hk-command-results a:hover,.hk-v7 .hk-command-results a.active{background:#eaf7f5}.hk-v7 .hk-command-panel>small{display:block;margin-top:10px;color:#78909d;font-size:10px}

/* Inner pages: unified design system without rebuilding every feature */
.hk-v7 #hk-main.hk-inner{width:min(1120px,calc(100vw - 34px));margin:42px auto 100px;padding:0!important;background:transparent!important}
.hk-v7 .hk-page-head{max-width:none!important;margin:0 0 30px!important;padding:clamp(30px,5vw,58px)!important;border-radius:32px!important;background:linear-gradient(140deg,#edf9f7,#fff5e7)!important;border:1px solid var(--hk7-line)!important;box-shadow:0 18px 55px rgba(8,38,58,.08)!important;text-align:right!important;position:relative;overflow:hidden}.hk-v7 .hk-page-head:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;border:55px solid rgba(10,163,154,.07);left:-70px;bottom:-110px}.hk-v7 .hk-page-head>span{font-size:12px!important;padding:8px 12px!important;background:#fff!important;border:1px solid var(--hk7-line)!important;color:var(--hk7-teal-2)!important}.hk-v7 .hk-page-head h1{font-size:clamp(38px,5vw,64px)!important;line-height:1.18!important;letter-spacing:-.035em!important;color:var(--hk7-ink)!important;margin:15px 0!important;position:relative;z-index:1}.hk-v7 .hk-page-head p{font-size:17px!important;line-height:1.9!important;color:var(--hk7-muted)!important;max-width:760px!important;margin:0!important;position:relative;z-index:1}
.hk-v7 .hk-panel,.hk-v7 .hk-service-form,.hk-v7 .hk-feature-grid article,.hk-v7 .hk-big-cards article,.hk-v7 .hk-post-grid article,.hk-v7 .hk-plans article,.hk-v7 .hk-stage-grid article,.hk-v7 .hk-steps>div,.hk-v7 .hk-rules-grid article,.hk-v7 .hk-auth>div,.hk-v7 .hk-wizard,.hk-v7 .hk-pregnancy-tool,.hk-v7 .hk-fitting-layout,.hk-v7 .hk-kitchen-game,.hk-v7 .hk-writer-studio{border-radius:26px!important;border:1px solid var(--hk7-line)!important;box-shadow:0 12px 38px rgba(8,38,58,.07)!important;background:#fff!important}
.hk-v7 .hk-feature-grid,.hk-v7 .hk-big-cards,.hk-v7 .hk-post-grid,.hk-v7 .hk-stage-grid,.hk-v7 .hk-doctor-grid{gap:16px!important}.hk-v7 .hk-feature-grid article,.hk-v7 .hk-big-cards article,.hk-v7 .hk-stage-grid article{padding:26px!important;min-height:220px!important}.hk-v7 .hk-feature-grid h2,.hk-v7 .hk-feature-grid h3,.hk-v7 .hk-big-cards h2,.hk-v7 .hk-big-cards h3{font-size:24px!important;line-height:1.35!important;color:var(--hk7-ink)!important}.hk-v7 .hk-feature-grid p,.hk-v7 .hk-big-cards p,.hk-v7 .hk-panel p{color:var(--hk7-muted)!important;line-height:1.85!important}
.hk-v7 form{border-radius:24px}.hk-v7 label{color:var(--hk7-ink);font-weight:600}.hk-v7 input,.hk-v7 textarea,.hk-v7 select{min-height:48px;border-radius:14px!important;border:1px solid var(--hk7-line)!important;background:#fff!important;color:var(--hk7-ink)!important;padding:12px 14px!important}.hk-v7 textarea{min-height:120px}.hk-v7 input:focus,.hk-v7 textarea:focus,.hk-v7 select:focus{outline:3px solid rgba(10,163,154,.16)!important;border-color:var(--hk7-teal)!important}.hk-v7 .hk-primary,.hk-v7 .hk-submit,.hk-v7 button[type="submit"]{min-height:50px;border-radius:15px!important;background:var(--hk7-teal)!important;color:#fff!important;border:0!important;padding:0 20px!important;font-weight:700!important}.hk-v7 .hk-secondary{min-height:50px;border-radius:15px!important}
.hk-v7 .hk-tiktok-card:not(.hk7-home .hk-tiktok-card){margin-top:30px!important}

/* WooCommerce */
.hk-commerce .woocommerce,.hk-commerce main{font-family:"IBM Plex Sans Arabic",system-ui,Arial,sans-serif!important}.hk-commerce .woocommerce{max-width:1220px!important;margin:38px auto!important;padding:20px!important;color:var(--hk7-ink)!important}.hk-commerce .woocommerce-products-header__title{font-family:"Alexandria"!important;font-size:clamp(36px,5vw,58px)!important;line-height:1.2!important}.hk-commerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}.hk-commerce ul.products:before,.hk-commerce ul.products:after{display:none!important}.hk-commerce ul.products li.product{width:auto!important;margin:0!important;background:#fff!important;border:1px solid var(--hk7-line)!important;padding:12px!important;border-radius:24px!important;box-shadow:0 10px 30px rgba(8,38,58,.06)!important;transition:.22s!important}.hk-commerce ul.products li.product:hover{transform:translateY(-5px)!important;box-shadow:var(--hk7-shadow)!important}.hk-commerce ul.products li.product img{border-radius:17px!important;aspect-ratio:1/1!important;object-fit:cover!important}.hk-commerce .woocommerce-loop-product__title{font-family:"Alexandria"!important;color:var(--hk7-ink)!important;font-size:17px!important;line-height:1.45!important}.hk-commerce .price{color:var(--hk7-teal-2)!important;font-weight:700!important}.hk-commerce .button,.hk-commerce button.button,.hk-commerce input.button{background:var(--hk7-teal)!important;color:#fff!important;border-radius:14px!important;padding:12px 16px!important}

/* Motion */
@keyframes hk7-panel-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@keyframes hk7-ring{to{transform:rotate(360deg)}}
.hk-v7 [data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}.hk-v7 [data-reveal].is-visible{opacity:1;transform:none}

@media(max-width:1020px){
  .hk7-header{grid-template-columns:auto 1fr;gap:12px}.hk7-nav{position:fixed;inset:82px 16px auto 16px;background:#fff;border:1px solid var(--hk7-line);border-radius:24px;padding:14px;display:none;box-shadow:var(--hk7-shadow-lg);flex-direction:column;align-items:stretch}.hk7-nav.open{display:flex}.hk7-nav>a{justify-content:center}.hk7-mobile-nav-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding-top:8px}.hk7-mobile-nav-actions a{min-height:46px;display:flex;align-items:center;justify-content:center;border:1px solid var(--hk7-line);border-radius:14px;color:var(--hk7-ink)!important;font-weight:700}.hk7-mobile-nav-actions a.primary{background:var(--hk7-teal);color:#fff!important}.hk7-menu{display:inline-flex!important}.hk7-head-actions{justify-content:flex-end}
  .hk7-hero-grid{grid-template-columns:1fr;gap:44px}.hk7-hero-copy{text-align:center}.hk7-hero-copy>p,.hk7-hero h1{margin-inline:auto}.hk7-hero-actions,.hk7-trust-line{justify-content:center}.hk7-video-stage{width:min(720px,100%);margin:auto}
  .hk7-section-heading{grid-template-columns:1fr;text-align:center;gap:16px}.hk7-world-panel{grid-template-columns:1fr .48fr}.hk7-product-row{grid-template-columns:repeat(2,1fr)}
  .hk7-experience-grid{grid-template-columns:1fr;grid-template-rows:auto}.hk7-experience-main{grid-row:auto}.hk7-care-cards{grid-template-columns:1fr 1fr}.hk7-trust{grid-template-columns:1fr}.hk7-closing{display:block;text-align:center}.hk7-closing h2{margin-inline:auto}.hk7-closing>div:last-child{justify-content:center;margin-top:25px}
  .hk7-footer{grid-template-columns:1fr}.hk7-footer-groups{max-width:560px}
}

@media(max-width:700px){
  :root{--hk7-max:calc(100vw - 28px)}
  .hk7-announcement{display:none}.hk7-header{height:66px;padding:0 14px;top:0}.admin-bar .hk7-header{top:46px}.hk7-brand{width:105px}.hk7-nav{inset:72px 12px auto}.hk7-head-actions>a,.hk7-head-actions>button{width:40px;height:40px;min-width:40px;padding:0;border-radius:13px}.hk7-head-actions .hk7-account span,.hk7-head-actions .hk7-sell span{display:none}.hk7-head-actions .hk7-account{display:none}.hk7-sell{background:#fff!important;border-color:var(--hk7-line)!important;color:var(--hk7-ink)!important}
  .hk7-hero{padding:40px 0 62px}.hk7-kicker{font-size:10px;padding:8px 10px}.hk7-hero h1{font-size:clamp(42px,12vw,56px);line-height:1.08;margin:17px 0 15px}.hk7-hero-copy>p{font-size:16px;line-height:1.85;max-width:96%}.hk7-hero-actions{display:grid;grid-template-columns:1fr;gap:9px;margin-top:24px}.hk7-button{width:100%;min-height:50px;font-size:13px}.hk7-trust-line{gap:8px 13px;margin-top:19px}.hk7-trust-line span{font-size:10px}.hk7-video-frame{border-width:5px;border-radius:24px}.hk7-video-play{width:60px;height:60px}.hk7-video-sound{top:10px!important;left:10px!important;font-size:9px!important;padding:7px 9px!important}.hk7-video-caption{right:13px;left:13px;bottom:11px}.hk7-video-caption span{font-size:8px}.hk7-video-caption b{font-size:12px}.hk7-video-note{display:block;text-align:center;margin:10px 4px 0;padding:11px}.hk7-video-note span{display:block}.hk7-video-note small{display:block;margin-top:2px}
  .hk7-section-heading{margin-bottom:26px}.hk7-section-heading h2{font-size:35px;line-height:1.22}.hk7-section-heading p{font-size:14px;line-height:1.8}.hk7-section-heading.compact{display:block;text-align:right}.hk7-section-heading.compact h2{font-size:32px}.hk7-section-heading.compact>a{margin-top:12px}
  .hk7-worlds{padding:68px 0}.hk7-world-tabs{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:6px;gap:6px;scrollbar-width:none}.hk7-world-tabs::-webkit-scrollbar{display:none}.hk7-world-tabs button{flex:0 0 auto;min-width:112px;min-height:48px;scroll-snap-align:start;font-size:12px}.hk7-world-panel{min-height:auto;padding:25px 20px;grid-template-columns:1fr;grid-template-rows:auto;gap:24px;border-radius:27px}.hk7-world-copy h3{font-size:35px;line-height:1.2}.hk7-world-copy p{font-size:14px;line-height:1.82}.hk7-world-visual{width:210px;order:-1}.hk7-world-visual>i{width:72px;height:72px;border-radius:23px}.hk7-world-visual>i svg{width:33px}.hk7-world-links{grid-template-columns:1fr;gap:8px}.hk7-world-links a{min-height:52px;font-size:13px}
  .hk7-live-market{padding:66px 0}.hk7-product-row{display:flex;overflow-x:auto;gap:11px;scroll-snap-type:x mandatory;padding-bottom:14px;scrollbar-width:none}.hk7-product-row::-webkit-scrollbar{display:none}.hk7-product-card{flex:0 0 76vw;scroll-snap-align:center}.hk7-product-card h3{font-size:16px}
  .hk7-experiences{padding:68px 0}.hk7-experience{border-radius:27px;padding:24px}.hk7-experience-main{display:block}.hk7-experience-main h3{font-size:35px}.hk7-experience-main p{font-size:14px}.hk7-outfit-demo{width:70%;margin:28px auto 0}.hk7-experience-care h3,.hk7-experience-learn h3{font-size:28px}
  .hk7-care-feed{padding:66px 0}.hk7-care-cards{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:11px;padding-bottom:14px;scrollbar-width:none}.hk7-care-cards::-webkit-scrollbar{display:none}.hk7-care-cards a{flex:0 0 82vw;scroll-snap-align:center}
  .hk-v7 .hk-tiktok-card{grid-template-columns:1fr;padding:13px;margin-bottom:68px;border-radius:27px}.hk-v7 .hk-tiktok-visual{min-height:210px}.hk-v7 .hk-tiktok-copy{padding:18px 12px 24px}.hk-v7 .hk-tiktok-copy h2{font-size:32px}.hk-v7 .hk-tiktok-copy p{font-size:14px}
  .hk7-trust{padding:28px 22px;border-radius:28px;margin-bottom:68px}.hk7-trust h2{font-size:34px}.hk7-trust p{font-size:14px}.hk7-trust nav a{min-height:54px;font-size:13px}
  .hk7-closing{padding:31px 22px;border-radius:28px;margin-bottom:80px}.hk7-closing h2{font-size:34px}.hk7-closing>div:last-child{display:grid}.hk7-closing .hk7-button{width:100%}
  .hk7-footer{padding:40px 20px 105px;text-align:center}.hk7-footer-main{margin:auto}.hk7-footer-brand{margin:0 auto 14px}.hk7-footer-groups{grid-template-columns:1fr 1fr;text-align:right}.hk7-footer-bottom{display:block}.hk7-footer-bottom small{display:block;margin-top:5px}
  .hk-v7 .hk7-ai-launch{right:12px!important;bottom:12px!important}.hk-v7 .hk7-scroll-top{left:12px;bottom:12px}.hk-v7 #hk-main.hk-inner{width:calc(100vw - 26px);margin-top:24px}.hk-v7 .hk-page-head{padding:28px 21px!important;border-radius:25px!important}.hk-v7 .hk-page-head h1{font-size:36px!important}.hk-v7 .hk-page-head p{font-size:15px!important}.hk-commerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.hk-commerce .woocommerce{padding:12px!important}.hk-commerce ul.products li.product{padding:9px!important}.hk-commerce .woocommerce-loop-product__title{font-size:14px!important}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}.hk-v7 *,.hk-v7 *:before,.hk-v7 *:after{animation:none!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.hk-v7 [data-reveal]{opacity:1!important;transform:none!important}
}
.hk-calm .hk7-world-visual>span{display:none}.hk-calm [data-reveal]{opacity:1;transform:none}
