/* Color and spacing variables make the design easy for students to adjust. */
:root {
  --navy: #123454;
  --blue: #1769e0;
  --blue-dark: #0c55c4;
  --blue-pale: #edf5ff;
  --mint: #ddf6ea;
  --green: #19875d;
  --ink: #1b3148;
  --muted: #66798b;
  --line: #dfe9f1;
  --paper: #ffffff;
  --soft: #f7fafc;
  --shadow: 0 20px 50px rgba(22, 66, 105, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.12; letter-spacing: -0.035em; }
h1 { margin-bottom: 1.35rem; font-size: clamp(2.9rem, 5.5vw, 5.25rem); }
h2 { margin-bottom: 1rem; font-size: clamp(2rem, 3.5vw, 3.1rem); }
h3 { margin-bottom: 0.65rem; font-size: 1.18rem; }
p { color: var(--muted); }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 3rem)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(223, 233, 241, 0.82); background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(14px); }
.navigation { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: 0.6rem; color: var(--navy); font-size: 1.3rem; font-weight: 800; letter-spacing: -0.05em; text-decoration: none; }
.brand-mark { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 9px; color: white; background: var(--blue); font-size: 1.4rem; line-height: 1; }
.brand-accent { color: var(--green); }
.nav-links { display: flex; align-items: center; gap: 1.8rem; }
.nav-links a { color: #466177; font-size: 0.91rem; font-weight: 700; text-decoration: none; }
.nav-links a:hover { color: var(--blue); }
.nav-links .nav-button { padding: 0.65rem 0.9rem; border-radius: 8px; color: var(--blue); background: var(--blue-pale); }

.hero { position: relative; overflow: hidden; padding: 6.7rem 0 7rem; background: linear-gradient(118deg, #f9fcff 0%, #edf6ff 58%, #effcf6 100%); }
.hero::before { position: absolute; width: 32rem; height: 32rem; right: -15rem; top: -16rem; border-radius: 50%; background: rgba(103, 202, 166, 0.16); content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr 0.92fr; align-items: center; gap: 4rem; }
.hero-copy { max-width: 690px; }
.eyebrow { margin-bottom: 0.75rem; color: var(--green); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 0.38rem; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(25, 135, 93, 0.12); }
.hero-text { max-width: 610px; margin-bottom: 2rem; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 0.8rem; padding: 0.88rem 1.2rem; border: 1px solid transparent; border-radius: 9px; font-weight: 800; text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 10px 20px rgba(23, 105, 224, 0.22); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 14px 26px rgba(23, 105, 224, 0.28); }
.button-secondary { border-color: #cbddea; color: var(--navy); background: rgba(255, 255, 255, 0.72); }
.hero-trust { display: flex; align-items: center; gap: 0.85rem; margin-top: 2.25rem; }
.hero-trust p { margin: 0; font-size: 0.81rem; line-height: 1.45; }
.hero-trust strong { color: var(--navy); }
.trust-avatars { display: flex; padding-left: 7px; }
.trust-avatars span { width: 31px; height: 31px; margin-left: -7px; border: 2px solid white; border-radius: 50%; background: linear-gradient(135deg, #e3a583, #8b4e38); }
.trust-avatars span:nth-child(2) { background: linear-gradient(135deg, #f2d19c, #5f3e2f); }
.trust-avatars span:nth-child(3) { background: linear-gradient(135deg, #b6dbe7, #49698d); }

.hero-visual { position: relative; min-height: 420px; }
.medical-card { position: absolute; z-index: 2; right: 4%; top: 48px; width: min(340px, 85%); padding: 1.65rem; border: 1px solid rgba(255, 255, 255, 0.86); border-radius: 22px; background: rgba(255, 255, 255, 0.81); box-shadow: 0 25px 55px rgba(37, 91, 138, 0.17); backdrop-filter: blur(12px); }
.medical-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2.5rem; }
.plus-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; color: white; background: var(--blue); font-size: 1.8rem; line-height: 1; }
.verified { padding: 0.3rem 0.55rem; border-radius: 999px; color: var(--green); background: var(--mint); font-size: 0.67rem; font-weight: 800; }
.mini-label { margin-bottom: 0.45rem; color: var(--blue); font-size: 0.62rem; font-weight: 800; letter-spacing: 0.1em; }
.medical-card h2 { margin-bottom: 2rem; font-size: 1.85rem; }
.progress-row { display: flex; justify-content: space-between; color: var(--muted); font-size: 0.74rem; font-weight: 700; }
.progress-row strong { color: var(--blue); }
.progress-track { height: 7px; margin-top: 0.55rem; overflow: hidden; border-radius: 99px; background: #dfebf6; }
.progress-track span { display: block; width: 66%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), #6ca9ff); }
.visual-orbit { position: absolute; border-radius: 50%; }
.orbit-one { width: 355px; height: 355px; right: 0; top: 27px; border: 1px solid rgba(70, 147, 222, 0.22); background: radial-gradient(circle at 35% 35%, rgba(255,255,255,0.9), rgba(209,232,252,0.24)); }
.orbit-two { width: 255px; height: 255px; right: 150px; top: 92px; border: 1px dashed rgba(62, 159, 113, 0.36); }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 0.65rem; padding: 0.75rem 0.85rem; border: 1px solid rgba(255,255,255,0.84); border-radius: 13px; background: rgba(255,255,255,0.9); box-shadow: 0 14px 28px rgba(37, 91, 138, 0.13); font-size: 0.77rem; }
.floating-card strong { display: block; color: var(--navy); }
.floating-card small { color: var(--muted); font-size: 0.66rem; }
.pharmacy-float { left: 0; top: 82px; }
.product-float { left: 34px; bottom: 33px; }
.small-icon { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 9px; color: var(--blue); background: var(--blue-pale); font-weight: 800; }
.small-icon.green { color: var(--green); background: var(--mint); }

.quick-links { position: relative; z-index: 4; margin-top: -37px; }
.quick-links-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); }
.quick-links-grid a { display: flex; align-items: center; gap: 0.8rem; padding: 1.15rem 1.25rem; border-right: 1px solid var(--line); text-decoration: none; }
.quick-links-grid a:last-child { border: 0; }
.quick-links-grid a:hover { background: #fbfdff; }
.quick-links-grid b { margin-left: auto; color: var(--blue); }
.quick-links-grid strong, .quick-links-grid small { display: block; }
.quick-links-grid strong { color: var(--navy); font-size: 0.86rem; }
.quick-links-grid small { color: var(--muted); font-size: 0.73rem; }
.quick-icon, .directory-icon { display: grid; place-items: center; border-radius: 10px; font-weight: 800; }
.quick-icon { width: 38px; height: 38px; }
.blue-icon { color: var(--blue); background: var(--blue-pale); }
.green-icon { color: var(--green); background: var(--mint); }
.purple-icon { color: #8056bd; background: #f0e9fc; }
.orange-icon { color: #b76b16; background: #fff0db; }

.section { padding: 6.5rem 0; }
.section-heading { max-width: 680px; margin-bottom: 2.35rem; }
.section-heading > p:not(.eyebrow) { margin-bottom: 0; }
.split-heading { display: grid; max-width: none; grid-template-columns: 1.15fr 0.7fr; gap: 4rem; align-items: end; }
.split-heading > p { margin-bottom: 0.4rem; }
.centered { margin-right: auto; margin-left: auto; text-align: center; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.feature-card { position: relative; min-height: 265px; padding: 1.55rem; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; }
.feature-card::after { position: absolute; width: 130px; height: 130px; right: -48px; bottom: -57px; border-radius: 50%; content: ""; }
.feature-blue { background: #f0f7ff; }.feature-blue::after { background: #cfe5ff; }.feature-green { background: #effaf4; }.feature-green::after { background: #cdefdc; }.feature-light { background: #f9f9fb; }.feature-light::after { background: #e8e8ee; }
.feature-number { display: block; color: #7b97ae; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; }
.feature-icon { display: grid; width: 43px; height: 43px; place-items: center; margin: 1.15rem 0; border-radius: 12px; color: var(--blue); background: white; font-size: 1.25rem; box-shadow: 0 7px 16px rgba(29, 93, 145, 0.1); }
.feature-green .feature-icon { color: var(--green); }.feature-light .feature-icon { color: #8056bd; }
.feature-card p { margin-bottom: 1rem; font-size: 0.91rem; }.feature-card a { position: relative; z-index: 1; color: var(--blue); font-size: 0.85rem; font-weight: 800; text-decoration: none; }.feature-card a span { margin-left: 0.35rem; }

.search-section { padding: 4.75rem 0; background: var(--navy); }
.search-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 4rem; align-items: center; }
.search-section h2 { color: white; }.search-section p:not(.eyebrow) { margin-bottom: 0; color: #cfe0ed; }.search-section .eyebrow { color: #91e2bc; }
.search-panel { padding: 0.55rem; border-radius: 13px; background: white; box-shadow: 0 12px 30px rgba(3, 24, 45, 0.22); }
.search-box { display: flex; align-items: center; gap: 0.7rem; padding: 0.3rem 0.5rem; color: var(--blue); }.search-box > span { font-size: 1.5rem; }.search-box input { width: 100%; padding: 0.72rem 0; border: 0; color: var(--navy); font: inherit; outline: 0; }.search-box input::placeholder { color: #8ba0b1; }.search-box button { width: 27px; height: 27px; border: 0; border-radius: 50%; color: #678096; background: #edf3f8; cursor: pointer; font-size: 1.15rem; line-height: 1; }.search-box button:hover { color: var(--navy); background: #dce9f2; }.result-message { margin: 0.15rem 0.55rem 0.45rem; color: #678096; font-size: 0.76rem; }

.products-section { background: #fbfdff; }.directory-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.15rem; }.directory-card { display: flex; min-height: 275px; flex-direction: column; padding: 1.35rem; border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: 0 8px 24px rgba(19, 57, 87, 0.04); transition: transform 180ms ease, box-shadow 180ms ease; }.directory-card:hover, .service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }.directory-icon { width: 42px; height: 42px; margin-bottom: 1rem; font-size: 1.15rem; }.tag { display: inline-block; width: fit-content; margin-bottom: 0.8rem; padding: 0.24rem 0.52rem; border-radius: 99px; font-size: 0.64rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }.product-tag { color: var(--green); background: var(--mint); }.service-tag { color: var(--blue); background: var(--blue-pale); }.directory-card p { margin-bottom: 0.7rem; font-size: 0.88rem; }.directory-card small, .service-card small { margin-top: auto; color: #4e7190; font-size: 0.74rem; font-weight: 700; }.hidden { display: none !important; }

.services-section { background: #f2fbf7; }.services-layout { display: grid; grid-template-columns: 0.86fr 1.14fr; gap: 4.5rem; align-items: center; }.services-copy p { max-width: 480px; }.service-note { display: flex; align-items: flex-start; gap: 0.7rem; max-width: 450px; margin-top: 1.8rem; padding: 0.9rem; border-radius: 11px; background: white; box-shadow: 0 9px 24px rgba(20, 106, 72, 0.07); }.service-note span { display: grid; flex: 0 0 24px; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: white; background: var(--green); font-size: 0.75rem; }.service-note p { margin: 0; font-size: 0.82rem; }.service-note strong { color: var(--navy); }.service-list { display: grid; gap: 0.8rem; }.service-card { display: grid; grid-template-columns: 44px 1fr auto; gap: 1rem; align-items: center; padding: 1rem; border: 1px solid #d7ebe0; border-radius: 13px; background: white; transition: transform 180ms ease, box-shadow 180ms ease; }.service-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: var(--green); background: var(--mint); font-weight: 800; }.service-card .tag { margin-bottom: 0.4rem; }.service-card h3 { margin-bottom: 0.25rem; }.service-card p { margin-bottom: 0.25rem; font-size: 0.84rem; }.service-card small { display: block; }.service-card > b { color: var(--green); }

.tips-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }.tips-grid article { padding: 1.65rem; border-right: 1px solid var(--line); }.tips-grid article:last-child { border: 0; }.tips-grid span { display: block; margin-bottom: 1.25rem; color: var(--blue); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.1em; }.tips-grid p { margin-bottom: 0; font-size: 0.88rem; }

.emergency-section { padding: 0 0 1rem; background: #fff8f4; }.emergency-card { display: grid; grid-template-columns: auto 1fr auto; gap: 1.35rem; align-items: center; padding: 2.35rem 2.55rem; border-radius: 15px; background: #fff1e9; }.emergency-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: #b64919; background: #ffd9c5; font-size: 1.55rem; font-weight: 800; }.emergency-card .eyebrow { margin-bottom: 0.4rem; color: #bd5625; }.emergency-card h2 { margin-bottom: 0.45rem; font-size: clamp(1.55rem, 3vw, 2.3rem); }.emergency-card p:not(.eyebrow) { max-width: 690px; margin-bottom: 0; }.emergency-button { flex: 0 0 auto; color: white; background: #d15725; }.emergency-button:hover { background: #ad4117; }

.highlights-section { background: #fbfdff; }.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }.quote-grid figure { display: flex; min-height: 230px; flex-direction: column; justify-content: space-between; margin-bottom: 0; padding: 1.45rem; border: 1px solid var(--line); border-radius: 14px; background: white; }.quote-grid blockquote { margin: 0; color: var(--navy); font-size: 1rem; font-weight: 700; line-height: 1.55; }.quote-grid blockquote::before { display: block; height: 28px; color: #75b4ef; content: "“"; font-family: Georgia, serif; font-size: 3rem; line-height: 1; }.quote-grid figcaption { display: flex; align-items: center; gap: 0.65rem; }.quote-avatar { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: white; font-size: 0.75rem; font-weight: 800; }.avatar-one { background: #456c99; }.avatar-two { background: #ae755a; }.avatar-three { background: #518a75; }.quote-grid figcaption strong, .quote-grid figcaption small { display: block; }.quote-grid figcaption strong { color: var(--navy); font-size: 0.78rem; }.quote-grid figcaption small { color: var(--muted); font-size: 0.7rem; }

.about-section { background: #f2f8ff; }.about-layout { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 5rem; align-items: center; }.about-art { position: relative; min-height: 250px; }.about-circle { display: grid; width: 220px; height: 220px; place-items: center; border: 13px solid rgba(255,255,255,0.8); border-radius: 50%; color: white; background: linear-gradient(135deg, var(--blue), #58a1ff); box-shadow: 0 20px 35px rgba(31, 107, 207, 0.22); font-size: 3.1rem; font-weight: 800; letter-spacing: -0.1em; }.about-plus { position: absolute; left: 184px; top: 12px; display: grid; width: 48px; height: 48px; place-items: center; border-radius: 15px; color: var(--green); background: white; box-shadow: 0 9px 21px rgba(28, 75, 116, 0.13); font-size: 2rem; }.about-dot { position: absolute; left: 205px; top: 180px; width: 23px; height: 23px; border-radius: 50%; background: #91dfb9; }.about-layout p { max-width: 640px; }

.assistant-section { padding: 0; background: #f2f8ff; }.assistant-card { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2.3rem 2.6rem; border-radius: 15px; color: white; background: linear-gradient(120deg, #164d8d, #196abe); }.assistant-card h2 { margin-bottom: 0.55rem; color: white; font-size: clamp(1.7rem, 3.2vw, 2.5rem); }.assistant-card h2 span { color: #a8f1ca; }.assistant-card p:not(.eyebrow) { max-width: 680px; margin-bottom: 0; color: #dcecff; }.assistant-card .eyebrow { color: #a8f1ca; }.assistant-spark { display: grid; flex: 0 0 80px; width: 80px; height: 80px; place-items: center; border: 1px solid rgba(255,255,255,0.35); border-radius: 24px; background: rgba(255,255,255,0.1); font-size: 2.2rem; }

.final-cta { padding: 6.5rem 0; text-align: center; background: white; }.final-cta .container { max-width: 760px; }.final-cta p:not(.eyebrow) { margin-bottom: 1.7rem; font-size: 1.05rem; }.site-footer { padding: 2rem 0; border-top: 1px solid var(--line); background: #f9fbfc; }.footer-content { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }.footer-content p { margin: 0; font-size: 0.76rem; }

/* Responsive rules keep the same content readable on tablets and phones. */
@media (max-width: 900px) {
  .hero-grid, .search-layout, .services-layout, .about-layout { grid-template-columns: 1fr; }.hero { padding-top: 5.5rem; }.hero-visual { max-width: 550px; width: 100%; margin: 0 auto; }.hero-copy { max-width: 720px; }.split-heading { grid-template-columns: 1fr; gap: 0.5rem; }.directory-grid { grid-template-columns: repeat(2, 1fr); }.about-layout { gap: 2rem; }.about-art { min-height: 220px; }.section { padding: 5rem 0; }
}

@media (max-width: 660px) {
  .container { width: min(100% - 2rem, 1160px); }.navigation { min-height: 68px; }.nav-links { gap: 0.75rem; }.nav-links a:not(.nav-button) { display: none; }.nav-links .nav-button { font-size: 0.8rem; }.hero { padding: 4.5rem 0 5.6rem; }.hero-visual { min-height: 350px; }.medical-card { right: 0; top: 35px; }.pharmacy-float { top: 12px; }.product-float { left: 0; bottom: 0; }.orbit-one { width: 290px; height: 290px; top: 22px; }.orbit-two { width: 210px; height: 210px; right: 75px; top: 63px; }.quick-links { margin-top: -25px; }.quick-links-grid { grid-template-columns: 1fr; }.quick-links-grid a { border-right: 0; border-bottom: 1px solid var(--line); }.quick-links-grid a:last-child { border-bottom: 0; }.feature-grid, .directory-grid, .tips-grid, .quote-grid { grid-template-columns: 1fr; }.tips-grid article { border-right: 0; border-bottom: 1px solid var(--line); }.tips-grid article:last-child { border-bottom: 0; }.search-layout { gap: 1.5rem; }.services-layout { gap: 2rem; }.emergency-card { grid-template-columns: 1fr; padding: 1.8rem; }.emergency-button { width: 100%; }.quote-grid figure { min-height: 190px; }.about-circle { width: 185px; height: 185px; font-size: 2.6rem; }.about-plus { left: 155px; }.about-dot { left: 170px; top: 156px; }.assistant-card { align-items: flex-start; flex-direction: column; padding: 1.8rem; }.assistant-spark { width: 60px; height: 60px; flex-basis: 60px; }.footer-content { align-items: flex-start; flex-direction: column; }.section { padding: 4.25rem 0; }
}
