
:root{--aqua:#56d6d6;--aqua2:#e9ffff;--deep:#06343b;--text:#163033;--muted:#5b777a;--card:#ffffff;--line:#d9f4f4;--shadow:0 20px 50px rgba(0,80,90,.12)}
*{box-sizing:border-box} body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:linear-gradient(180deg,#f2ffff,#fff)}
a{color:inherit;text-decoration:none}.wrap{width:min(1180px,92%);margin:auto}.top{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.nav{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{font-weight:900;font-size:26px;color:var(--deep)}.brand span{color:#15baba}.btn{display:inline-block;background:var(--deep);color:#fff;padding:14px 22px;border-radius:999px;font-weight:800;box-shadow:var(--shadow)}.btn.alt{background:#18c5c5;color:#06343b}.hero{padding:72px 0 46px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:38px;align-items:center}.eyebrow{display:inline-flex;padding:8px 14px;border:1px solid var(--line);background:#fff;border-radius:999px;font-weight:800;color:#0c8e8e}.hero h1{font-size:56px;line-height:1;margin:18px 0;color:var(--deep);letter-spacing:-1.5px}.hero p{font-size:20px;color:var(--muted);line-height:1.6}.cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.visual{min-height:420px;border-radius:34px;background:radial-gradient(circle at 30% 20%,#fff 0 18%,transparent 19%),linear-gradient(135deg,#d9ffff,#8df1f1 45%,#fff);box-shadow:var(--shadow);position:relative;overflow:hidden;border:1px solid var(--line)}.laptop{position:absolute;left:12%;right:12%;bottom:14%;height:190px;background:#14383d;border-radius:18px 18px 8px 8px;padding:16px}.screen{height:132px;border-radius:12px;background:linear-gradient(145deg,#001d24,#0baaaa);display:grid;place-items:center;color:#dfffff;font-size:46px;font-weight:900}.base{position:absolute;left:7%;right:7%;bottom:7%;height:28px;background:#d9e8e8;border-radius:0 0 18px 18px}.chip{position:absolute;right:44px;top:42px;background:#fff;border:1px solid var(--line);padding:16px 18px;border-radius:20px;box-shadow:var(--shadow);font-weight:900;color:var(--deep)}.section{padding:54px 0}.title{font-size:38px;margin:0 0 12px;color:var(--deep)}.sub{color:var(--muted);font-size:18px;line-height:1.55}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:26px}.card{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 12px 28px rgba(0,80,90,.07)}.card h3{margin:0 0 8px;color:var(--deep);font-size:20px}.price{font-size:28px;font-weight:900;color:#079b9b;margin:10px 0}.band{background:linear-gradient(135deg,#06343b,#0b5961);color:#fff;border-radius:32px;padding:38px;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center}.band h2{margin:0 0 8px;font-size:34px}.band p{margin:0;color:#c9ffff}.areas{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.pill{background:#fff;border:1px solid var(--line);padding:15px;border-radius:999px;text-align:center;font-weight:800}.footer{padding:36px 0;color:#5b777a;text-align:center}.note{background:#f5ffff;border:1px dashed #8ceaea;border-radius:20px;padding:18px;margin-top:20px;color:#35585d}
@media(max-width:850px){.hero-grid,.band{grid-template-columns:1fr}.hero h1{font-size:40px}.cards{grid-template-columns:1fr}.areas{grid-template-columns:1fr 1fr}.visual{min-height:330px}.nav{height:auto;padding:18px 0;gap:12px;flex-wrap:wrap}}

/* Apple IRP badge section */
.irp-badge{display:inline-flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 16px;margin-top:18px;box-shadow:0 12px 28px rgba(0,80,90,.08);font-weight:900;color:var(--deep)}
.irp-badge img{height:38px;width:auto;display:block}
.irp-section{background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:var(--shadow);display:grid;grid-template-columns:auto 1fr;gap:22px;align-items:center;margin-top:26px}
.irp-section img{width:170px;max-width:100%;height:auto}
.irp-section h2{margin:0 0 8px;color:var(--deep);font-size:30px}
.irp-section p{margin:0;color:var(--muted);line-height:1.6;font-size:17px}
.irp-mini{display:inline-flex;align-items:center;gap:10px;justify-content:center;margin:20px auto 0;padding:10px 14px;background:#fff;border:1px solid var(--line);border-radius:999px;font-weight:900;color:var(--deep)}
.irp-mini img{height:30px;width:auto}
@media(max-width:700px){.irp-section{grid-template-columns:1fr;text-align:center}.irp-section img{margin:auto}.irp-badge{border-radius:20px;align-items:flex-start}.irp-badge img{height:34px}}


/* Real MacBook product image sections */
.real-mac-hero{background:linear-gradient(135deg,#ffffff,#e9ffff 55%,#b8f5f7);border:1px solid var(--line,#c7f2f3);border-radius:30px;padding:24px;box-shadow:var(--shadow,0 18px 45px rgba(16,43,58,.13));display:grid;place-items:center;min-height:360px;overflow:hidden}
.real-mac-hero img{width:100%;max-width:720px;height:auto;object-fit:contain;filter:drop-shadow(0 20px 30px rgba(16,43,58,.18))}
.real-mac-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:24px}
.real-mac-card{background:#fff;border:1px solid var(--line,#c7f2f3);border-radius:24px;padding:20px;text-align:center;box-shadow:0 12px 28px rgba(16,43,58,.08)}
.real-mac-card img{width:100%;max-height:210px;object-fit:contain;display:block;margin:auto}
.real-mac-card h3{margin:14px 0 8px;color:var(--deep,#0e3342)}
.real-mac-card p{margin:0;color:var(--muted,#5d6d75);line-height:1.5}
.real-mac-band{background:linear-gradient(135deg,#0e3342,#008f9b);color:#fff;border-radius:28px;padding:28px;margin-top:26px;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center}
.real-mac-band h2{margin:0 0 8px;color:#fff}
.real-mac-band p{margin:0;color:#eaffff;line-height:1.55}
.real-mac-band img{width:220px;max-width:100%;height:auto;filter:drop-shadow(0 12px 18px rgba(0,0,0,.2))}
@media(max-width:800px){.real-mac-gallery,.real-mac-band{grid-template-columns:1fr}.real-mac-hero{min-height:260px}.real-mac-band{text-align:center}.real-mac-band img{margin:auto}}

