
    :root {
      --primary: #3454d1;
      --secondary: #6c63ff;
      --accent: #27c2a0;
      --dark: #10213a;
      --text: #49566a;
      --light: #f8fbff;
      --white: #ffffff;
      --shadow: 0 16px 45px rgba(17, 35, 68, 0.12);
      --radius-lg: 28px;
      --radius-md: 20px;
      --radius-sm: 14px;
    }

    * { box-sizing: border-box; }

    html { scroll-behavior: smooth; }

    body {
     
      color: var(--text);
      background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
      overflow-x: hidden;
    }

    section {
      position: relative;
      padding: 90px 0;
      overflow: hidden;
    }

    .section-title {
      font-size: 2rem;
      font-weight: 700;
      line-height: 1;
      color: var(--dark);
      margin-bottom: 14px;
      line-height: 1.3;
    }

    .section-subtitle {
      max-width: 760px;
      margin: 0 auto 24px;
      font-size: 1rem;
      line-height: 1.8;
      color: #5f6e82;
    }

    .badge-soft {
      display: inline-flex;
      align-items: center;
      padding: 10px 18px;
      background: rgba(255,255,255,0.8);
      border: 1px solid rgba(255,255,255,0.4);
      backdrop-filter: blur(8px);
      border-radius: 999px;
      font-size: 0.85rem;
      color: var(--primary);
      font-weight: 600;
      margin-bottom: 18px;
      box-shadow: 0 10px 30px rgba(52,84,209,.10);
    }

    .hero-section {
      padding-top: 110px;
      padding-bottom: 100px;
      background:
        radial-gradient(circle at top left, rgba(108,99,255,.22), transparent 35%),
        radial-gradient(circle at right center, rgba(39,194,160,.18), transparent 28%),
        linear-gradient(135deg, #edf4ff 0%, #ffffff 45%, #eff7ff 100%);
    }

    .hero-shape,
    .section-shape {
      position: absolute;
      border-radius: 50%;
      filter: blur(10px);
      opacity: .45;
      pointer-events: none;
    }

    .hero-shape.one {
      width: 260px;
      height: 260px;
      background: rgba(108,99,255,.16);
      top: -60px;
      right: -40px;
    }

    .hero-shape.two {
      width: 220px;
      height: 220px;
      background: rgba(39,194,160,.16);
      bottom: -50px;
      left: -30px;
    }

    .hero-content h1 {
      font-size: 2.7rem;
      line-height: 1.3;
      color: var(--dark);
      font-weight: 800;
      margin-bottom: 20px;
    }

    .hero-content p {
      font-size: 1.02rem;
      line-height: 1.9;
      color: #57677b;
      margin-bottom: 28px;
    }

    .hero-points {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
      margin-bottom: 30px;
    }

    .hero-point {
      background: rgba(255,255,255,.78);
      border: 1px solid rgba(110,132,170,.12);
      border-radius: 18px;
      padding: 14px 16px;
      box-shadow: 0 12px 35px rgba(30, 52, 92, .08);
      font-size: .94rem;
      color: var(--dark);
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .mini-icon {
      width: 42px;
      height: 42px;
      border-radius: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, rgba(52,84,209,.12), rgba(39,194,160,.14));
      color: var(--primary);
      font-size: 1.05rem;
      flex-shrink: 0;
    }

    .btn-main {
      background: linear-gradient(135deg, var(--primary), var(--secondary));
      border: none;
      color: #fff;
      padding: 14px 26px;
      border-radius: 999px;
      font-weight: 600;
      box-shadow: 0 12px 30px rgba(52,84,209,.25);
    }

    .btn-main:hover,
    .btn-outline-main:hover {
      color: #000;
      transform: translateY(-2px);
    }

    .btn-outline-main {
      background: rgba(255,255,255,.7);
      color: var(--primary);
      border: 1px solid rgba(52,84,209,.16);
      padding: 14px 26px;
      border-radius: 999px;
      font-weight: 600;
    }

    .hero-card {
      background: rgba(255,255,255,0.85);
      border: 1px solid rgba(110,132,170,.12);
      box-shadow: var(--shadow);
      border-radius: 28px;
      padding: 24px;
      backdrop-filter: blur(12px);
      position: relative;
    }

    .profile-card,
    .trust-card,
    .service-card,
    .concern-card,
    .info-card,
    .faq-card,
    .contact-card,
    .keyword-strip {
      background: rgba(255,255,255,.9);
      border: 1px solid rgba(88,104,133,.10);
      box-shadow: var(--shadow);
      border-radius: var(--radius-md);
    }

    .profile-card {
      padding: 28px;
      height: 100%;
    }

    .doctor-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .doctor-list li {
      padding: 9px 0;
      border-bottom: 1px dashed rgba(17,35,68,.10);
      font-size: 0.95rem;
    }

    .doctor-list li:last-child { border-bottom: none; }

    .gradient-section-a {
      background:
      radial-gradient(circle at left bottom, rgba(52,84,209,.09), transparent 30%),
      linear-gradient(135deg, #ffffff 0%, #eff5ff 100%);
    }

    .gradient-section-b {
      background:
      radial-gradient(circle at top right, rgba(39,194,160,.10), transparent 32%),
      linear-gradient(135deg, #f9fcff 0%, #f0f7ff 100%);
    }

    .gradient-section-c {
      background:
      radial-gradient(circle at top left, rgba(108,99,255,.08), transparent 30%),
      linear-gradient(135deg, #ffffff 0%, #f6f8ff 100%);
    }

    .trust-card {
      height: 100%;
      padding: 26px 22px;
      text-align: center;
      transition: .35s ease;
    }

    .trust-card:hover,
    .service-card:hover,
    .concern-card:hover,
    .info-card:hover,
    .faq-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 18px 45px rgba(18, 41, 76, 0.14);
    }

    .icon-circle {
      width: 62px;
      height: 62px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, rgba(52,84,209,.12), rgba(108,99,255,.18));
      color: var(--primary);
      font-size: 1.4rem;
      font-weight: 700;
      line-height: 1;
      margin-bottom: 16px;
    }

    .trust-card h5,
    .service-card h5,
    .concern-card h5,
    .info-card h5,
    .faq-card h5 {
      color: var(--dark);
      font-weight: 700;
      line-height: 1;
      margin-bottom: 12px;
    }

    .service-card {
      padding: 18px;
      height: 100%;
      transition: .35s ease;
    }

    .service-meta,
    .card-meta {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: .84rem;
      color: var(--primary);
      font-weight: 600;
      margin-bottom: 10px;
    }

    .service-card ul {
      padding-left: 1.1rem;
      margin: 14px 0 0;
      color: #5a687c;
      font-size: 0.92rem;
      line-height: 1.8;
    }

    .service-card ul li { margin-bottom: 4px; }

    .service-image-placeholder {
      width: 100%;
      
      border-radius: 18px;
      border: 2px dashed rgba(52,84,209,.22);
      background:
        linear-gradient(135deg, rgba(52,84,209,.06), rgba(39,194,160,.07)),
        repeating-linear-gradient(45deg, rgba(255,255,255,.4), rgba(255,255,255,.4) 10px, rgba(52,84,209,.03) 10px, rgba(52,84,209,.03) 20px);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #5f6e82;
      font-size: 0.95rem;
      font-weight: 600;
      margin-bottom: 18px;
      overflow: hidden;
    }
	.service-image-placeholder img{width:100%}

    .service-card p,
    .trust-card p,
    .concern-card p,
    .info-card p,
    .faq-card p,
    .contact-card p,
    .profile-card p {
      margin-bottom: 0;
      line-height: 1.8;
      color: #5a687c;
      font-size: 0.95rem;
    }

    .concern-card,
    .info-card,
    .faq-card {
      padding: 24px;
      height: 100%;
    }

    .contact-card {
      padding: 32px;
      height: 100%;
    }

    .contact-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .contact-list li {
      padding: 12px 0;
      border-bottom: 1px dashed rgba(17,35,68,.10);
      font-weight: 500;
      color: var(--dark);
    }

    .contact-list li:last-child { border-bottom: none; }

    .contact-list a {
      color: var(--primary);
      text-decoration: none;
    }

    .keyword-strip {
      padding: 26px;
      text-align: center;
    }

    .keyword-strip p {
      margin: 0;
      color: #4f5d72;
      line-height: 2;
      font-weight: 500;
    }

    .footer-mini {
      padding: 24px 0 40px;
      text-align: center;
      color: #6d7c90;
      font-size: 0.92rem;
    }

    .reveal {
      opacity: 0;
      transform: translateY(40px);
      transition: opacity .8s ease, transform .8s ease;
      will-change: opacity, transform;
    }

    .reveal.show {
      opacity: 1;
      transform: translateY(0);
    }

    .reveal.scale-in {
      transform: translateY(30px) scale(.96);
    }

    .reveal.scale-in.show {
      transform: translateY(0) scale(1);
    }

    @media (max-width: 991.98px) {
      section { padding: 70px 0; }
      .hero-content h1 { font-size: 2.1rem; }
      .hero-points { grid-template-columns: 1fr; }
    }

    @media (max-width: 575.98px) {
      .hero-content h1 { font-size: 1.75rem; }
      .section-title { font-size: 1.55rem; }
      .hero-card,
      .profile-card,
      .contact-card,
      .keyword-strip,
      .trust-card,
      .service-card,
      .concern-card,
      .info-card,
      .faq-card {
        border-radius: 18px;
      }
      .service-image-placeholder { height: 190px; }
      .btn-main, .btn-outline-main { width: 100%; margin-bottom: 12px; }
    }
