/* iThink Media Corporate Pages & Enquiries System v1.0.0 */
:root{
  --ithm-navy:#071b43;
  --ithm-navy-2:#0a2e69;
  --ithm-blue:#126df5;
  --ithm-cyan:#66d8ff;
  --ithm-red:#ff3f5e;
  --ithm-gold:#ffbd36;
  --ithm-green:#35d69f;
  --ithm-ink:#0a1d3b;
  --ithm-muted:#60738d;
  --ithm-panel:#ffffff;
  --ithm-line:rgba(7,27,67,.11);
}

/* Shared corporate ticker */
.ithm-corp-ticker{position:relative;z-index:22;overflow:hidden;color:#fff;background:linear-gradient(90deg,#061b43 0%,#0b397b 52%,#0b2255 100%);border-top:1px solid rgba(111,209,255,.22);border-bottom:1px solid rgba(111,209,255,.18);box-shadow:0 10px 35px rgba(2,17,52,.12)}
.ithm-corp-ticker::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 16% 50%,rgba(42,159,255,.17),transparent 36%),radial-gradient(circle at 82% 50%,rgba(255,72,99,.12),transparent 30%)}
.ithm-corp-ticker-inner{position:relative;max-width:1450px;margin:auto;padding:11px 18px;display:grid;grid-template-columns:230px minmax(0,1fr) 165px;gap:14px;align-items:center}
.ithm-corp-ticker-brand{display:flex;align-items:center;gap:11px;min-width:0}
.ithm-corp-ticker-brand>i{width:10px;height:10px;border-radius:50%;background:var(--ithm-red);box-shadow:0 0 0 0 rgba(255,63,94,.55);animation:ithmTickerPulse 1.9s infinite;flex:0 0 auto}
.ithm-corp-ticker-brand strong,.ithm-corp-ticker-brand small{display:block}.ithm-corp-ticker-brand strong{font-size:.94rem}.ithm-corp-ticker-brand small{margin-top:2px;color:#bcd7fa;font-size:.72rem;letter-spacing:.015em}
@keyframes ithmTickerPulse{0%{box-shadow:0 0 0 0 rgba(255,63,94,.5)}70%{box-shadow:0 0 0 11px rgba(255,63,94,0)}100%{box-shadow:0 0 0 0 rgba(255,63,94,0)}}
.ithm-corp-ticker-window{position:relative;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}
.ithm-corp-ticker-track{display:flex;width:max-content;gap:14px;animation:ithmCorpTicker 37s linear infinite;will-change:transform}
.ithm-corp-ticker-group{display:flex;gap:14px;align-items:center}
@keyframes ithmCorpTicker{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 7px))}}
.ithm-corp-ticker-item{display:inline-flex;align-items:center;gap:9px;white-space:nowrap;min-height:40px;padding:0 14px;border:1px solid rgba(255,255,255,.13);border-radius:999px;color:#eef7ff;background:rgba(255,255,255,.075);text-decoration:none;font-size:.87rem;font-weight:700;box-shadow:inset 0 1px 0 rgba(255,255,255,.07);transition:transform .2s ease,border-color .2s ease,background .2s ease}
.ithm-corp-ticker-item:hover{transform:translateY(-1px);border-color:rgba(102,216,255,.45);background:rgba(255,255,255,.13)}
.ithm-corp-ticker-item i{width:8px;height:8px;border-radius:50%;background:var(--ithm-cyan);box-shadow:0 0 11px rgba(102,216,255,.9)}
.ithm-corp-ticker-item.is-advertise{background:linear-gradient(90deg,rgba(255,63,94,.20),rgba(18,109,245,.22))}
.ithm-corp-ticker-quote{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 18px;border-radius:999px;color:#fff;background:linear-gradient(135deg,#ff4864,#1d76ff);text-decoration:none;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.22);transition:transform .22s ease,box-shadow .22s ease}
.ithm-corp-ticker-quote:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(0,0,0,.28)}

/* Shared premium corporate page environment */
body[data-page="advertise"],body[data-page="our-media"],body[data-page="portfolio"],body[data-page="contact"]{background:linear-gradient(180deg,#edf5ff 0%,#f7faff 44%,#eef5fb 100%)}
.ithm-corp-main{position:relative;overflow:hidden;color:var(--ithm-ink)}
.ithm-corp-main::before{content:"";position:fixed;z-index:-1;inset:0;background:radial-gradient(circle at 90% 12%,rgba(40,144,255,.10),transparent 28%),radial-gradient(circle at 8% 70%,rgba(255,74,101,.07),transparent 24%)}
.ithm-corp-container{width:min(1240px,calc(100% - 36px));margin-inline:auto}
.ithm-corp-section{position:relative;padding:78px 0}
.ithm-corp-section.is-soft{background:linear-gradient(180deg,rgba(236,244,255,.82),rgba(246,250,255,.92));border-block:1px solid rgba(7,27,67,.06)}
.ithm-corp-kicker{display:inline-flex;align-items:center;gap:10px;color:#1768c4;font-size:.75rem;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.ithm-corp-kicker::before{content:"";width:31px;height:3px;border-radius:99px;background:linear-gradient(90deg,var(--ithm-red),var(--ithm-gold))}
.ithm-corp-heading{max-width:900px;margin:12px 0 0;color:var(--ithm-navy);font-size:clamp(2rem,4.2vw,3.7rem);line-height:1.02;letter-spacing:-.045em}.ithm-corp-heading span{color:var(--ithm-blue)}
.ithm-corp-lead{max-width:800px;margin:17px 0 0;color:#566b86;font-size:1.04rem;line-height:1.78}
.ithm-corp-section-head{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:36px}.ithm-corp-section-head>div{max-width:800px}.ithm-corp-section-head>a{flex:0 0 auto}

/* Premium split hero */
.ithm-corp-hero{position:relative;overflow:hidden;padding:42px 0 52px;color:#fff;background:linear-gradient(135deg,#061a41 0%,#0a397c 52%,#0d70ba 100%);border-bottom:1px solid rgba(255,255,255,.12)}
.ithm-corp-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(90deg,#000,transparent 82%)}
.ithm-corp-hero::after{content:"";position:absolute;width:620px;height:620px;right:-180px;top:-260px;border-radius:50%;border:1px solid rgba(102,216,255,.17);box-shadow:0 0 0 86px rgba(102,216,255,.045),0 0 0 172px rgba(255,255,255,.022)}
.ithm-corp-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);gap:42px;align-items:center}
.ithm-corp-breadcrumbs{display:flex;flex-wrap:wrap;gap:9px;align-items:center;margin-bottom:20px;color:#c8ddf6;font-size:.84rem}.ithm-corp-breadcrumbs a{color:#9ce6ff;text-decoration:none}
.ithm-corp-hero-badge{display:inline-flex;align-items:center;gap:10px;padding:9px 14px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.08);font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.ithm-corp-hero-badge i{width:9px;height:9px;border-radius:50%;background:var(--ithm-red);box-shadow:0 0 14px rgba(255,63,94,.85)}
.ithm-corp-hero h1{max-width:750px;margin:18px 0 16px;color:#fff;font-size:clamp(2.75rem,5.4vw,5.1rem);line-height:.94;letter-spacing:-.055em}.ithm-corp-hero h1 span{display:block;color:#88ddff}
.ithm-corp-hero p{max-width:720px;margin:0;color:#d5e7fa;font-size:1.08rem;line-height:1.78}
.ithm-corp-hero-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:26px}.ithm-corp-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 21px;border:1px solid transparent;border-radius:999px;text-decoration:none;font-weight:900;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.ithm-corp-btn:hover{transform:translateY(-2px)}.ithm-corp-btn.is-primary{color:#fff;background:linear-gradient(135deg,var(--ithm-red),#1a73ff);box-shadow:0 15px 36px rgba(0,0,0,.22)}.ithm-corp-btn.is-light{color:#fff;border-color:rgba(255,255,255,.20);background:rgba(255,255,255,.09)}.ithm-corp-btn.is-dark{color:#fff;background:linear-gradient(135deg,#08285c,#0e65bc);box-shadow:0 13px 30px rgba(8,40,92,.18)}
.ithm-corp-hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:27px}.ithm-corp-hero-stat{padding:15px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.075)}.ithm-corp-hero-stat strong,.ithm-corp-hero-stat span{display:block}.ithm-corp-hero-stat strong{font-size:1.32rem}.ithm-corp-hero-stat span{margin-top:5px;color:#bfd5ee;font-size:.78rem;line-height:1.45}
.ithm-corp-hero-visual{position:relative;margin:0;min-height:440px;border:1px solid rgba(255,255,255,.16);border-radius:34px;padding:13px;background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.055));box-shadow:0 30px 80px rgba(0,0,0,.28);transform:perspective(1200px) rotateY(-4deg)}
.ithm-corp-hero-visual::before{content:"";position:absolute;inset:-1px;border-radius:34px;padding:1px;background:linear-gradient(125deg,rgba(102,216,255,.8),transparent 30%,rgba(255,73,99,.62),transparent 76%,rgba(255,189,54,.8));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}
.ithm-corp-hero-visual img{display:block;width:100%;height:100%;min-height:414px;object-fit:cover;border-radius:24px;filter:saturate(1.04) contrast(1.02)}
.ithm-corp-hero-overlay{position:absolute;inset:auto 28px 28px 28px;display:flex;justify-content:space-between;align-items:center;gap:15px;padding:15px 17px;border:1px solid rgba(255,255,255,.16);border-radius:18px;color:#fff;background:rgba(4,24,60,.76);backdrop-filter:blur(12px)}.ithm-corp-hero-overlay span{display:block;color:#bcd9f6;font-size:.74rem;text-transform:uppercase;letter-spacing:.09em}.ithm-corp-hero-overlay strong{display:block;margin-top:3px}.ithm-corp-hero-overlay b{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--ithm-red),var(--ithm-blue));font-size:1.1rem}

/* 3D cards and moving light */
.ithm-3d-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.ithm-3d-card{--card-accent:18,109,245;position:relative;isolation:isolate;overflow:hidden;border:1px solid rgba(7,27,67,.10);border-radius:28px;background:linear-gradient(160deg,#fff 0%,#f6faff 100%);box-shadow:0 18px 48px rgba(7,27,67,.10);transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease}
.ithm-3d-card:hover{transform:translateY(-9px) rotateX(1deg);border-color:rgba(var(--card-accent),.34);box-shadow:0 30px 68px rgba(7,27,67,.17)}
.ithm-3d-card::before{content:"";position:absolute;z-index:-1;width:190px;height:190px;right:-60px;top:-80px;border-radius:50%;background:radial-gradient(circle,rgba(var(--card-accent),.24),transparent 68%)}
.ithm-card-running-light{position:absolute;z-index:4;width:17px;height:17px;background:radial-gradient(circle,#fff 0 14%,rgba(255,255,255,0) 68%),linear-gradient(90deg,transparent 42%,rgba(255,255,255,.95) 50%,transparent 58%),linear-gradient(0deg,transparent 42%,rgba(255,255,255,.95) 50%,transparent 58%);filter:drop-shadow(0 0 8px rgba(var(--card-accent),.95));animation:ithmCardRun 9s linear infinite;pointer-events:none}
@keyframes ithmCardRun{0%{top:10px;left:10px}25%{top:10px;left:calc(100% - 27px)}50%{top:calc(100% - 27px);left:calc(100% - 27px)}75%{top:calc(100% - 27px);left:10px}100%{top:10px;left:10px}}
.ithm-card-media{position:relative;overflow:hidden;aspect-ratio:16/9;background:#071b43}.ithm-card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease,filter .5s ease}.ithm-3d-card:hover .ithm-card-media img{transform:scale(1.045);filter:saturate(1.08)}.ithm-card-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(3,15,39,.78))}.ithm-card-media-badge{position:absolute;z-index:2;left:16px;bottom:14px;padding:8px 11px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#fff;background:rgba(3,21,52,.78);font-size:.72rem;font-weight:900;backdrop-filter:blur(10px)}
.ithm-card-body{padding:23px}.ithm-card-eyebrow{display:inline-flex;align-items:center;gap:8px;color:rgb(var(--card-accent));font-size:.7rem;font-weight:950;letter-spacing:.11em;text-transform:uppercase}.ithm-card-eyebrow i{width:8px;height:8px;border-radius:50%;background:currentColor;box-shadow:0 0 10px currentColor}.ithm-card-body h3{margin:13px 0 10px;color:var(--ithm-navy);font-size:1.55rem;line-height:1.12}.ithm-card-body p{margin:0;color:#5c708a;line-height:1.7}.ithm-card-action{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:20px;padding:13px 15px;border-radius:16px;color:#fff;background:linear-gradient(135deg,rgba(var(--card-accent),.98),#073f8f);text-decoration:none;font-weight:900;box-shadow:0 12px 27px rgba(var(--card-accent),.20)}.ithm-card-action b{transition:transform .22s ease}.ithm-card-action:hover b{transform:translateX(4px)}

/* Advertise page */
.ithm-route-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.ithm-route-card{--card-accent:18,109,245}.ithm-route-card.is-radio{--card-accent:245,169,34}.ithm-route-card.is-digest{--card-accent:74,112,220}.ithm-route-card.is-web{--card-accent:45,190,169}.ithm-route-card.is-outdoor{--card-accent:255,85,79}.ithm-route-card.is-social{--card-accent:150,83,227}
.ithm-package-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}.ithm-package{--card-accent:18,109,245;position:relative;overflow:hidden;display:flex;flex-direction:column;padding:28px;border-radius:30px;border:1px solid rgba(7,27,67,.10);background:linear-gradient(160deg,#fff,#f7fbff);box-shadow:0 18px 50px rgba(7,27,67,.10)}.ithm-package.is-popular{transform:translateY(-9px);border:2px solid #176cf4;box-shadow:0 28px 70px rgba(23,108,244,.17)}.ithm-package.is-premium{--card-accent:255,63,94;background:linear-gradient(150deg,#081e49,#103f83);color:#fff}.ithm-package-label{align-self:flex-start;padding:7px 10px;border-radius:999px;color:rgb(var(--card-accent));background:rgba(var(--card-accent),.10);font-size:.7rem;font-weight:950;letter-spacing:.09em;text-transform:uppercase}.ithm-package.is-premium .ithm-package-label{color:#ffd9df;background:rgba(255,255,255,.10)}.ithm-package h3{margin:18px 0 6px;color:var(--ithm-navy);font-size:1.65rem}.ithm-package.is-premium h3{color:#fff}.ithm-package-price{font-size:2.15rem;font-weight:950;color:var(--ithm-navy);line-height:1.1}.ithm-package.is-premium .ithm-package-price{color:#fff}.ithm-package p{color:#5f7188;line-height:1.7}.ithm-package.is-premium p,.ithm-package.is-premium li{color:#d4e4f6}.ithm-package ul{padding-left:20px;color:#526781;line-height:1.9}.ithm-package .ithm-corp-btn{margin-top:auto;align-self:flex-start}.ithm-package.is-premium .ithm-corp-btn{background:linear-gradient(135deg,var(--ithm-red),#ff815d)}
.ithm-stream-showcase{display:grid;grid-template-columns:minmax(0,.95fr) minmax(380px,1.05fr);gap:34px;align-items:center;padding:32px;border-radius:34px;color:#fff;background:linear-gradient(135deg,#061a41,#0e438c);box-shadow:0 24px 70px rgba(7,27,67,.18);overflow:hidden}.ithm-stream-showcase figure{margin:0;position:relative;border-radius:25px;overflow:hidden;border:1px solid rgba(255,255,255,.16);box-shadow:0 18px 46px rgba(0,0,0,.26)}.ithm-stream-showcase figure img{display:block;width:100%;min-height:380px;object-fit:cover}.ithm-stream-showcase figure::after{content:"ADVERTISING STREAM • LIVE PLACEMENT • REPORTING";position:absolute;left:15px;right:15px;bottom:15px;padding:12px 14px;border-radius:14px;background:rgba(3,20,51,.80);font-size:.75rem;font-weight:900;letter-spacing:.07em}.ithm-stream-copy h2{margin:12px 0 15px;color:#fff;font-size:clamp(2rem,4vw,3.25rem);line-height:1.04}.ithm-stream-copy p,.ithm-stream-copy li{color:#d1e4f7;line-height:1.75}.ithm-stream-copy ul{padding-left:20px}

/* Our Media */
.ithm-network-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.ithm-network-card{--brand-accent:43,139,255;position:relative;overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.13);border-radius:30px;color:#fff;background:linear-gradient(150deg,#061a3f,#0b3676);box-shadow:0 22px 60px rgba(7,27,67,.18);transition:transform .35s ease,box-shadow .35s ease}.ithm-network-card.is-radio{--brand-accent:255,185,43;background:linear-gradient(150deg,#071a42,#17265d 58%,#2a2555)}.ithm-network-card.is-digest{--brand-accent:91,139,255;background:linear-gradient(150deg,#081d45,#173e7a)}.ithm-network-card:hover{transform:translateY(-10px);box-shadow:0 34px 78px rgba(7,27,67,.25)}
.ithm-network-visual{position:relative;min-height:300px;overflow:hidden}.ithm-network-visual>img.cover{display:block;width:100%;height:300px;object-fit:cover;filter:saturate(.92) brightness(.73);transition:transform .55s ease,filter .55s ease}.ithm-network-card:hover .ithm-network-visual>img.cover{transform:scale(1.05);filter:saturate(1.06) brightness(.78)}.ithm-network-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,16,42,.08),rgba(4,18,47,.94))}.ithm-network-logo{position:absolute;z-index:2;left:22px;bottom:22px;width:88px;height:88px;object-fit:contain;padding:11px;border-radius:24px;background:rgba(255,255,255,.94);box-shadow:0 14px 34px rgba(0,0,0,.25)}.ithm-network-category{position:absolute;z-index:2;top:18px;right:18px;padding:8px 11px;border-radius:999px;color:#fff;background:rgba(3,19,48,.72);border:1px solid rgba(255,255,255,.15);font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.ithm-network-body{display:flex;flex:1;flex-direction:column;padding:23px}.ithm-network-status{display:flex;align-items:center;gap:8px;color:rgb(var(--brand-accent));font-size:.71rem;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.ithm-network-status i{width:8px;height:8px;border-radius:50%;background:currentColor;box-shadow:0 0 12px currentColor}.ithm-network-body h3{margin:13px 0 10px;color:#fff;font-size:2rem}.ithm-network-body p{margin:0;color:#c7d8ed;line-height:1.72}.ithm-network-action{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:21px;padding:14px 16px;border:1px solid rgba(255,255,255,.12);border-radius:17px;color:#fff;background:linear-gradient(135deg,rgba(var(--brand-accent),.30),rgba(255,255,255,.08));text-decoration:none;font-weight:900}.ithm-network-action b{font-size:1.1rem}.ithm-ecosystem{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);gap:34px;align-items:center}.ithm-ecosystem-copy{padding:30px;border:1px solid rgba(7,27,67,.09);border-radius:30px;background:#fff;box-shadow:0 18px 50px rgba(7,27,67,.09)}.ithm-ecosystem-copy h2{margin:12px 0 14px;color:var(--ithm-navy);font-size:clamp(2rem,4vw,3.35rem);line-height:1.05}.ithm-ecosystem-copy p{color:#5b6f88;line-height:1.78}.ithm-ecosystem-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-top:22px}.ithm-ecosystem-list div{padding:15px;border-radius:18px;border:1px solid rgba(7,27,67,.08);background:#f8fbff}.ithm-ecosystem-list strong{display:block;color:var(--ithm-navy);font-size:.95rem}.ithm-ecosystem-list span{display:block;margin-top:5px;color:#6c7f96;font-size:.84rem;line-height:1.55}.ithm-ecosystem-visual{position:relative;margin:0;padding:12px;border-radius:30px;background:linear-gradient(145deg,#0a2e69,#0b5a9e);box-shadow:0 24px 65px rgba(7,27,67,.17)}.ithm-ecosystem-visual img{display:block;width:100%;min-height:440px;object-fit:cover;border-radius:21px}.ithm-ecosystem-visual figcaption{position:absolute;left:28px;right:28px;bottom:28px;padding:14px 16px;border-radius:16px;color:#fff;background:rgba(3,20,50,.80);border:1px solid rgba(255,255,255,.13);font-weight:800;backdrop-filter:blur(10px)}

/* Portfolio */
.ithm-portfolio-filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px}.ithm-portfolio-filters button{min-height:43px;padding:0 16px;border:1px solid rgba(7,27,67,.10);border-radius:999px;color:#37516f;background:#fff;font:inherit;font-weight:900;cursor:pointer;box-shadow:0 8px 20px rgba(7,27,67,.06)}.ithm-portfolio-filters button:hover,.ithm-portfolio-filters button.active{color:#fff;border-color:#0f67c8;background:linear-gradient(135deg,#0a397b,#148ae1)}.ithm-portfolio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.ithm-project-card{--card-accent:18,109,245}.ithm-project-card.is-outdoor{--card-accent:255,82,74}.ithm-project-card.is-creative{--card-accent:49,196,153}.ithm-project-card.is-tech{--card-accent:91,83,229}.ithm-project-card.is-audio{--card-accent:245,169,34}.ithm-project-card.is-editorial{--card-accent:34,111,215}.ithm-project-card[hidden]{display:none!important}.ithm-project-card .ithm-card-media{aspect-ratio:4/3}.ithm-project-card .ithm-card-body h3 a{color:inherit;text-decoration:none}.ithm-project-meta{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:12px;color:#77899f;font-size:.74rem}.ithm-project-meta span:first-child{padding:6px 9px;border-radius:999px;color:rgb(var(--card-accent));background:rgba(var(--card-accent),.10);font-weight:900;text-transform:uppercase;letter-spacing:.07em}.ithm-portfolio-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:25px;align-items:center;margin-top:38px;padding:28px 30px;border-radius:28px;color:#fff;background:linear-gradient(135deg,#061a41,#0f579f);box-shadow:0 20px 55px rgba(7,27,67,.16)}.ithm-portfolio-cta h2{margin:0 0 8px;color:#fff}.ithm-portfolio-cta p{margin:0;color:#cce0f4;line-height:1.65}

/* Contact & enquiry forms */
.ithm-contact-desk-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.ithm-contact-desk{position:relative;overflow:hidden;padding:22px;border:1px solid rgba(7,27,67,.09);border-radius:24px;background:linear-gradient(160deg,#fff,#f7fbff);box-shadow:0 14px 38px rgba(7,27,67,.08);transition:transform .28s ease,box-shadow .28s ease}.ithm-contact-desk:hover{transform:translateY(-6px);box-shadow:0 23px 52px rgba(7,27,67,.13)}.ithm-contact-desk::before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:4px;background:linear-gradient(90deg,var(--ithm-red),var(--ithm-blue),var(--ithm-cyan))}.ithm-contact-desk small{display:block;color:#1471cf;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.ithm-contact-desk h3{margin:12px 0 8px;color:var(--ithm-navy)}.ithm-contact-desk a{color:#49627e;text-decoration:none;line-height:1.7}.ithm-contact-desk a:hover{color:#0f6fcc}
.ithm-form-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:30px;align-items:start}.ithm-enquiry-panel{position:relative;overflow:hidden;padding:30px;border:1px solid rgba(7,27,67,.10);border-radius:32px;background:linear-gradient(160deg,#fff,#f4f9ff);box-shadow:0 22px 62px rgba(7,27,67,.11)}.ithm-enquiry-panel::before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:5px;background:linear-gradient(90deg,var(--ithm-red),var(--ithm-gold),var(--ithm-blue),var(--ithm-cyan))}.ithm-enquiry-panel h2{margin:10px 0 8px;color:var(--ithm-navy);font-size:clamp(1.8rem,3vw,2.65rem)}.ithm-enquiry-panel>p{color:#60738d;line-height:1.7}.ithm-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ithm-field{display:grid;gap:7px}.ithm-field.is-wide{grid-column:1/-1}.ithm-field label,.ithm-check-group>span{color:#2a4160;font-size:.82rem;font-weight:900}.ithm-field input,.ithm-field select,.ithm-field textarea{width:100%;box-sizing:border-box;border:1px solid #d6e2ee;border-radius:14px;padding:12px 13px;color:#102641;background:#fff;font:inherit;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.ithm-field input:focus,.ithm-field select:focus,.ithm-field textarea:focus{border-color:#3389e3;box-shadow:0 0 0 4px rgba(51,137,227,.12)}.ithm-field textarea{min-height:130px;resize:vertical}.ithm-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:8px}.ithm-check-grid label{display:flex;align-items:center;gap:9px;padding:11px 12px;border:1px solid #dbe6f0;border-radius:13px;color:#4d627c;background:#fff;font-size:.86rem}.ithm-check-grid input{accent-color:#136ff2}.ithm-form-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px;margin-top:20px}.ithm-form-submit{min-height:50px;padding:0 22px;border:0;border-radius:999px;color:#fff;background:linear-gradient(135deg,var(--ithm-red),#1c76ff);font:inherit;font-weight:900;cursor:pointer;box-shadow:0 15px 35px rgba(28,118,255,.20)}.ithm-form-submit[disabled]{opacity:.65;cursor:wait}.ithm-form-consent{display:flex;align-items:flex-start;gap:9px;max-width:470px;color:#65778d;font-size:.78rem;line-height:1.55}.ithm-form-status{display:none;margin-top:16px;padding:14px 16px;border-radius:15px;font-size:.9rem;line-height:1.6}.ithm-form-status.is-visible{display:block}.ithm-form-status.is-success{color:#0a603d;background:#e5f8ef;border:1px solid #b9ebd2}.ithm-form-status.is-error{color:#8c2030;background:#fff0f2;border:1px solid #f1c4cc}.ithm-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.ithm-side-panel{overflow:hidden;border-radius:30px;color:#fff;background:linear-gradient(145deg,#061a42,#0d4f98);box-shadow:0 22px 62px rgba(7,27,67,.15)}.ithm-side-panel figure{position:relative;margin:0}.ithm-side-panel figure img{display:block;width:100%;height:310px;object-fit:cover}.ithm-side-panel figure::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(4,18,46,.75))}.ithm-side-panel-copy{padding:25px}.ithm-side-panel-copy h3{margin:0 0 10px;color:#fff;font-size:1.55rem}.ithm-side-panel-copy p,.ithm-side-panel-copy li{color:#cde0f3;line-height:1.72}.ithm-side-panel-copy ul{padding-left:19px}.ithm-side-contact{display:grid;gap:10px;margin-top:18px}.ithm-side-contact a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 13px;border:1px solid rgba(255,255,255,.12);border-radius:14px;color:#fff;background:rgba(255,255,255,.075);text-decoration:none;font-weight:800}.ithm-location-card{min-height:100%;padding:29px;border-radius:30px;color:#fff;background:radial-gradient(circle at 80% 15%,rgba(102,216,255,.2),transparent 26%),linear-gradient(145deg,#061a42,#0d4e96);box-shadow:0 22px 62px rgba(7,27,67,.16)}.ithm-location-card h3{margin:13px 0;color:#fff;font-size:2rem}.ithm-location-card p{color:#cfe2f5;line-height:1.75}.ithm-location-map{position:relative;overflow:hidden;height:250px;margin-top:20px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px),radial-gradient(circle at 62% 44%,rgba(102,216,255,.35),transparent 11%);background-size:32px 32px,32px 32px,auto}.ithm-location-pin{position:absolute;left:62%;top:44%;transform:translate(-50%,-50%);display:grid;place-items:center;width:58px;height:58px;border-radius:50%;color:#fff;background:linear-gradient(135deg,var(--ithm-red),var(--ithm-blue));box-shadow:0 0 0 12px rgba(255,255,255,.08),0 15px 30px rgba(0,0,0,.22);font-size:1.35rem}.ithm-process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.ithm-process-card{padding:22px;border:1px solid rgba(7,27,67,.09);border-radius:23px;background:#fff;box-shadow:0 13px 36px rgba(7,27,67,.07)}.ithm-process-card b{display:grid;place-items:center;width:42px;height:42px;border-radius:15px;color:#fff;background:linear-gradient(135deg,var(--ithm-blue),var(--ithm-cyan));box-shadow:0 10px 22px rgba(18,109,245,.18)}.ithm-process-card h3{margin:15px 0 8px;color:var(--ithm-navy)}.ithm-process-card p{margin:0;color:#64778f;line-height:1.65}

/* Homepage real enquiry form adapts to existing premium frame */
.home-commercial-services-premium form[data-ithm-enquiry-form] .ithm-form-status{margin-bottom:0}.home-commercial-services-premium form[data-ithm-enquiry-form] .ithm-honeypot{display:none}

/* Newsroom ticker forced to continue (own update ticker, not corporate ticker) */
.newsroom-list-updates a span{animation-play-state:running!important}
@media(prefers-reduced-motion:reduce){.newsroom-list-updates a span{left:100%!important;animation:newsroomListTicker 52s linear infinite!important}}

@media(max-width:1100px){
 .ithm-corp-ticker-inner{grid-template-columns:1fr}.ithm-corp-ticker-quote{justify-self:start}.ithm-corp-hero-grid,.ithm-stream-showcase,.ithm-ecosystem,.ithm-form-layout{grid-template-columns:1fr}.ithm-corp-hero-visual{transform:none;min-height:390px}.ithm-3d-grid,.ithm-route-grid,.ithm-network-grid,.ithm-portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ithm-package-grid{grid-template-columns:1fr}.ithm-package.is-popular{transform:none}.ithm-contact-desk-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
 .ithm-corp-ticker-inner{padding:12px 15px}.ithm-corp-ticker-window{mask-image:none}.ithm-corp-ticker-track{animation-duration:43s}.ithm-corp-container{width:min(100% - 28px,1240px)}.ithm-corp-section{padding:58px 0}.ithm-corp-section-head{display:block}.ithm-corp-section-head>a{margin-top:18px}.ithm-corp-hero{padding:30px 0 36px}.ithm-corp-hero h1{font-size:clamp(2.45rem,13vw,3.7rem)}.ithm-corp-hero-stats,.ithm-3d-grid,.ithm-route-grid,.ithm-network-grid,.ithm-portfolio-grid,.ithm-contact-desk-grid,.ithm-form-grid,.ithm-check-grid,.ithm-process-grid,.ithm-ecosystem-list{grid-template-columns:1fr}.ithm-corp-hero-visual{min-height:320px;padding:9px}.ithm-corp-hero-visual img{min-height:302px}.ithm-corp-hero-overlay{inset:auto 18px 18px 18px}.ithm-card-body,.ithm-package{padding:21px}.ithm-stream-showcase,.ithm-enquiry-panel{padding:22px}.ithm-network-visual,.ithm-network-visual>img.cover{height:260px;min-height:260px}.ithm-ecosystem-copy{padding:22px}.ithm-ecosystem-visual img{min-height:300px}.ithm-portfolio-cta{grid-template-columns:1fr;padding:23px}.ithm-form-footer{align-items:flex-start;flex-direction:column}.ithm-side-panel figure img{height:250px}
}
