/* CSS Document */

/* corrections from other stylesheet */


html, body, h1, h3, h2, p, span, input, label, li, button, a, div, ul, #devonSection
{all: revert;}
section.footer div {
    align-content: start;
    width: auto;
}
section div
{	height: auto;
}
#additionalField{width:100%;max-width:100%;}
input:placeholder-shown {
    border: 1px solid #cfd8e5;
    font-size: 1rem;
}
/* --- */

:root {
      --navy: #0b1f44;
      --blue: #155eef;
      --light: #f6f9fc;
      --text: #17212f;
      --muted: #536173;
      --border: #dbe3ee;
      --green: #16803c;
      --red: #c92a2a;
      --white: #ffffff;
    }

    * {
      box-sizing: border-box;
    }
	html {
  scroll-behavior: smooth;
}
    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      color: var(--text);
      background: var(--light);
      line-height: 1.5;
    }

    a {
      color: inherit;
    }

    .container {
      width: min(1120px, 92%);
      margin: 0 auto;
    }

    .section {
      padding: 56px 0;
      border-bottom: 1px solid var(--border);
    }

    .hero {
      padding: 64px 0 52px;
    }

    .hero-grid,
    .two-col {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      align-items: center;
    }

    h1 {
      font-size: clamp(3rem, 7vw, 5.6rem);
      line-height: 0.98;
      margin: 0 0 24px;
      letter-spacing: -0.06em;
      color: #05070a;
      font-weight: 500;
    }

    h2 {
      font-size: clamp(1.7rem, 3vw, 2.4rem);
      line-height: 1.15;
      margin: 0 0 16px;
      color: var(--navy);
    }

    h3 {
      font-size: 1.2rem;
      margin: 0 0 12px;
      color: var(--navy);
    }

    p {
      margin: 0 0 16px;
    }

    .lead {
      font-size: 1.25rem;
      color: var(--muted);
      max-width: 620px;
    }

    .accent {
      color: var(--blue);
      font-weight: 700;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 54px;
      padding: 0 28px;
      border-radius: 8px;
      border: 0;
      background: var(--navy);
      color: var(--white);
      text-decoration: none;
      font-weight: 700;
      cursor: pointer;
      font-size: 1rem;
      transition: transform 0.12s ease, background 0.12s ease;
    }

    .btn:hover {
      background: #14356d;
      transform: translateY(-1px);
    }

    .hero .btn {
      min-width: 330px;
      margin-top: 20px;
    }

    .micro {
      margin-top: 18px;
      color: var(--navy);
      font-size: 0.95rem;
    }

    .card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 14px;
      box-shadow: 0 12px 36px rgba(11, 31, 68, 0.06);
    }

    .hero-card {
      padding: 36px;
    }

    .hero-card h3 {
      font-size: 1.8rem;
      margin-bottom: 24px;
    }

    .feature-row {
      display: flex;
      align-items: center;
      gap: 18px;
      padding: 17px 0;
      border-bottom: 1px solid var(--border);
      font-weight: 700;
	  justify-content: left;
    }

    .feature-row:last-child {
      border-bottom: 0;
    }

    .icon {
      width: 38px;
      height: 38px;
      display: grid;
      place-items: center;
      border-radius: 0;
      background: none;
      color: var(--blue);
      font-weight: 800;
      flex: 0 0 auto;
	  position: initial;
		top: 0;
		margin: 0;
    }
	
	.icon,
.seg-icon {
    width: 38px; /* adjust as needed */
    height: 38px;
    display: block;
    margin-bottom: 12px;
}

.hero .icon {
    width: 38px;
    height: 38px;
}

strong {
    font-weight: 700;
}

.seg-btn .seg-icon {
    width: 42px;
    height: 42px;
	justify-items: center;
}

    .center {
      text-align: center;
    }

    .segmentation h2 {
      margin-bottom: 8px;
    }

    .seg-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 18px;
      margin-top: 30px;
    }

    .seg-btn {
      min-height: 150px;
      padding: 22px 16px;
      border-radius: 10px;
      border: 1px solid var(--border);
      background: var(--white);
      box-shadow: 0 8px 24px rgba(11, 31, 68, 0.04);
      cursor: pointer;
      color: var(--navy);
      font-weight: 700;
      font-size: 0.98rem;
      transition: border-color 0.12s ease, transform 0.12s ease, box-shadow 0.12s ease;
	  justify-items: center;
    }

    .seg-btn:hover,
    .seg-btn.active {
      border-color: var(--blue);
      box-shadow: 0 10px 28px rgba(21, 94, 239, 0.12);
      transform: translateY(-2px);
    }

    .seg-icon {
      font-size: 2rem;
      display: block;
      margin-bottom: 14px;
      color: var(--blue);
    }

    .trust-form {
      background: var(--white);
    }

    .trust {
      display: grid;
      grid-template-columns: 160px 1fr;
      gap: 32px;
      align-items: center;
    }

    .portrait {
      width: 160px;
      height: 160px;
      border-radius: 50%;
      background: radial-gradient(circle at center, #1d5b7a, #071428);
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(11, 31, 68, 0.15);
    }

    .portrait img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .trust-list {
      list-style: none;
      padding: 0;
      margin: 16px 0 18px;
    }

    .trust-list li {
      margin: 8px 0;
      font-weight: 700;
    }

    .trust-list li::before {
      content: "✓";
      color: var(--blue);
      margin-right: 10px;
      font-weight: 900;
    }

    .expertise {
      color: var(--navy);
      margin-top: 12px;
    }
	#growth-review-request-form 
	{	gap: .5rem;
    	display: grid;
	}
	.form-row input
	{	width: auto;
    	max-width: 100%;
	}
	.form-card,
	.form-card form,
	.form-row {
	  min-width: 0;
	  max-width: 100%;
	}
    .form-card {
      padding: 28px;
    }

    form {
      display: grid;
      gap: 14px;
    }

    .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    input,
    select,
    textarea {
      width: 90%;
	  max-width: 90%;
      border: 1px solid #cfd8e5;
      border-radius: 7px;
      padding: 13px 14px;
      font-size: 1rem;
      font-family: inherit;
      background: var(--white);
      color: var(--text);
    }

	

    textarea {
      min-height: 110px;
      resize: vertical;
    }

    .form-card .btn {
      width: 100%;
      margin-top: 4px;
	  
    }

    .fine-print {
      font-size: 0.85rem;
      color: var(--muted);
      margin-top: 8px;
    }

    .get-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
      margin-top: 34px;
    }

    .get-item {
      padding: 0 28px;
      border-right: 1px solid var(--border);
      text-align: center;
	  align-self: start;
	  justify-items: center;
	  justify-content: center;
    }

    .get-item:last-child {
      border-right: 0;
    }

    .get-item .icon {
      margin: 0 auto 14px;
      width: 52px;
      height: 52px;
    }

    .constraints {
      padding-top: 24px;
    }

    .constraint-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 34px;
      margin-top: 24px;
    }

    .constraint {
      display: grid;
      grid-template-columns: 48px 1fr;
      gap: 16px;
    }

	.constraint div {
		justify-content: left;
	}

    ul {
      margin: 8px 0 0;
      padding-left: 20px;
    }

    .fit-card {
		padding: 2rem;
		align-content: start;
	}

    .fit-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
    }

    .good {
      background: #f0fbf4;
    }

    .bad {
      background: #fff2f2;
    }

    .good li::marker {
      color: var(--green);
    }

    .bad li::marker {
      color: var(--red);
    }

    .final-cta {
      padding: 34px 0 48px;
      border-bottom: 0;
    }

    .cta-strip {
      background: var(--navy);
      color: var(--white);
      padding: 4rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      box-shadow: 0 14px 34px rgba(11, 31, 68, 0.18);
    }

    .cta-strip h2 {
      color: var(--white);
      margin-bottom: 4px;
    }

    .cta-strip p {
      color: #d9e4f5;
      margin: 0;
    }

    .cta-strip .btn {
      background: var(--white);
      color: var(--navy);
      min-width: 240px;
    }

    .mobile-sticky {
      display: none;
    }

	.segment-helper {
    margin-top: 32px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    padding: 28px;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 12px;
    text-align: left;
    box-shadow: 0 8px 24px rgba(11,31,68,.05);
}

.segment-helper.hidden {
    display: none;
}

.segment-helper p {
    margin: 0;
    font-size: 1.05rem;
    color: var(--text);
}

.helper-btn {
    margin-top: 20px;
}

.seg-btn.active {
    border-color: var(--blue);
    background: #f4f8ff;
}

    @media (max-width: 900px) {
      .hero-grid,
      .trust-form-grid,
      .two-col,
      .fit-grid {
        grid-template-columns: 1fr;
      }

      .seg-grid {
        grid-template-columns: 1fr;
      }

      .seg-btn {
        min-height: auto;
        text-align: left;
        display: flex;
        align-items: center;
	    justify-items: center;
        gap: 14px;
      }

      .seg-icon {
        margin: 0;
      }

      .trust {
        grid-template-columns: 88px 1fr;
        gap: 18px;
      }

      .portrait {
        width: 88px;
        height: 88px;
      }

      .get-grid,
      .constraint-grid {
        grid-template-columns: 1fr;
        gap: 22px;
      }

      .get-item {
        border-right: 0;
        border-bottom: 1px solid var(--border);
        padding: 22px 0;
      }

      .get-item:last-child {
        border-bottom: 0;
      }

      .form-row {
        grid-template-columns: 1fr;
      }
		
	  .form-card {
		width: auto%;
		overflow: hidden;
	  }
		
      .hero .btn {
        width: 100%;
        min-width: 0;
		padding: 0rem;
      }

      .cta-strip {
        flex-direction: column;
        align-items: stretch;
      }

      .cta-strip .btn {
        width: 100%;
      }

      .mobile-sticky {
        position: fixed;
        display: block;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
        padding: 10px 14px;
        background: rgba(255,255,255,0.94);
        border-top: 1px solid var(--border);
        backdrop-filter: blur(10px);
      }

      .mobile-sticky .btn {
        width: 100%;
      }
		
	  input,
  select,
  textarea {
    width: 90%;
    max-width: 90%;
  }
    }

.fullwidth{
	width:100%;
	max-width: 100%;
	}

.error{outline:2px solid red!important;}