.wp-page {
  color: #0f172a;
  background: #fff;
}

.wp-page [hidden] {
  display: none !important;
}

.wp-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(2.8rem, 6vw, 5.4rem) 0;
  background:
    radial-gradient(circle at 76% 8%, rgba(37,99,235,.14), transparent 34%),
    radial-gradient(circle at 8% 84%, rgba(14,165,233,.10), transparent 32%),
    linear-gradient(180deg, #fff, #f8fbff);
}

.wp-flow {
  position: absolute;
  z-index: -1;
  display: block;
  width: 260px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(37,99,235,.65), rgba(14,165,233,.25), transparent);
  filter: drop-shadow(0 0 12px rgba(37,99,235,.25));
  animation: wp-flow 6.5s ease-in-out infinite;
}

.wp-flow--1 { top: 120px; right: -160px; transform: rotate(8deg); }
.wp-flow--2 { top: 260px; left: -160px; transform: rotate(-8deg); animation-delay: -2s; }
.wp-flow--3 { bottom: 110px; right: -130px; width: 190px; animation-delay: -3.5s; }

.wp-hero-grid,
.wp-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) 380px;
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: center;
}

.wp-eyebrow,
.wp-section-head span,
.wp-domain-kicker {
  display: inline-flex;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  padding: .34rem .78rem;
  color: #1d4ed8;
  background: #eff6ff;
  font-size: .78rem;
  font-weight: 950;
}

.wp-hero h1 {
  margin: .9rem 0 .8rem;
  color: #0f172a;
  font-size: clamp(1.9rem, 4vw, 3.25rem);
  line-height: 1.32;
  font-weight: 950;
  letter-spacing: -.035em;
}

.wp-hero p,
.wp-section-head p,
.wp-content-main p {
  color: #64748b;
  line-height: 2.05;
}

.wp-hero p {
  max-width: 710px;
  font-size: .98rem;
}

.wp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.3rem;
}

.wp-primary,
.wp-order-button,
.wp-check-button,
.wp-light-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .95rem;
  padding: .86rem 1.15rem;
  font: inherit;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.wp-primary,
.wp-order-button,
.wp-check-button {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
  box-shadow: 0 16px 36px rgba(37,99,235,.22);
}

.wp-light-button {
  border: 1px solid #bfdbfe;
  color: #1d4ed8;
  background: #fff;
}

.wp-primary:hover,
.wp-order-button:hover,
.wp-check-button:hover,
.wp-light-button:hover {
  transform: translateY(-1px);
}

.wp-check-button:disabled,
.wp-light-button:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
}

.wp-hero-card,
.wp-config-shell,
.wp-content-cards article {
  border: 1px solid #dbeafe;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 54px rgba(15,23,42,.06);
}

.wp-hero-card {
  border-radius: 1.35rem;
  padding: 1.2rem;
}

.wp-hero-card b {
  color: #1d4ed8;
  font-size: 1.05rem;
  font-weight: 950;
}

.wp-hero-card ul {
  display: grid;
  gap: .6rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.wp-hero-card li {
  color: #475569;
  font-weight: 850;
  font-size: .86rem;
}

.wp-config-section,
.wp-content-section {
  padding: clamp(2.8rem, 6vw, 5rem) 0;
}

.wp-config-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 1rem;
  border-radius: 1.45rem;
  padding: clamp(1rem, 3vw, 1.4rem);
}

.wp-section-head {
  max-width: 780px;
  margin-bottom: 1.25rem;
}

.wp-section-head h2 {
  margin: .75rem 0 .45rem;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  line-height: 1.4;
  font-weight: 950;
}

.wp-controls {
  display: grid;
  gap: .85rem;
}

.wp-control {
  border: 1px solid #e2e8f0;
  border-radius: 1.1rem;
  padding: 1rem;
  background: linear-gradient(180deg, #fff, #f8fbff);
}

.wp-control-head,
.wp-invoice-line,
.wp-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
}

.wp-control-title {
  display: grid;
  gap: .24rem;
}

.wp-control-title h3 {
  margin: 0;
  font-size: .96rem;
  font-weight: 950;
}

.wp-control-title span {
  color: #64748b;
  font-size: .78rem;
  font-weight: 850;
}

.wp-control-selected {
  display: grid;
  justify-items: end;
  gap: .25rem;
  min-width: 130px;
  border: 1px solid #bfdbfe;
  border-radius: .95rem;
  padding: .52rem .72rem;
  background: #eff6ff;
}

.wp-control-selected b {
  color: #1d4ed8;
  font-size: 1.05rem;
  font-weight: 950;
  direction: ltr;
  line-height: 1.35;
}

.wp-control-selected span {
  color: #475569;
  font-size: .76rem;
  font-weight: 900;
}

.wp-control input[type="range"] {
  width: 100%;
  margin: 1rem 0 .6rem;
  accent-color: #2563eb;
  direction: ltr;
}

.wp-control-options {
  display: flex;
  justify-content: space-between;
  gap: .45rem;
  color: #94a3b8;
  font-size: .72rem;
  direction: ltr;
  text-align: center;
}

.wp-domain-box {
  margin-top: 1rem;
  border: 1px solid #dbeafe;
  border-radius: 1.15rem;
  padding: 1rem;
  background: #f8fbff;
}

.wp-domain-box h3 {
  margin: .7rem 0 .3rem;
  font-size: 1.15rem;
  font-weight: 950;
}

.wp-domain-lead,
.wp-domain-guide {
  margin: 0 0 .85rem;
  color: #64748b;
  font-size: .86rem;
  line-height: 1.95;
}

.wp-domain-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
  margin: 1rem 0;
}

.wp-domain-choice {
  border: 1px solid #dbeafe;
  border-radius: 1rem;
  padding: .85rem;
  background: #fff;
  text-align: right;
  cursor: pointer;
}

.wp-domain-choice b {
  display: block;
  color: #0f172a;
  font-size: .86rem;
  font-weight: 950;
}

.wp-domain-choice span {
  display: block;
  margin-top: .35rem;
  color: #64748b;
  font-size: .74rem;
  line-height: 1.7;
}

.wp-domain-choice.is-active {
  border-color: #2563eb;
  background: linear-gradient(180deg, #eff6ff, #fff);
  box-shadow: 0 16px 32px rgba(37,99,235,.12);
}

.wp-domain-panel,
.wp-selected-domain {
  border: 1px solid #dbeafe;
  border-radius: 1rem;
  padding: .95rem;
  background: #fff;
}

.wp-selected-domain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .7rem;
  align-items: center;
  margin-bottom: .85rem;
}

.wp-selected-domain b {
  color: #0f172a;
  direction: ltr;
}

.wp-selected-domain span {
  color: #1d4ed8;
  font-weight: 950;
}

.wp-domain-guide {
  border: 1px dashed #bfdbfe;
  border-radius: .95rem;
  padding: .75rem .85rem;
  background: #f8fbff;
  color: #334155;
  font-weight: 750;
}

.wp-domain-fields {
  display: grid;
  gap: .75rem;
}

.wp-domain-fields label {
  display: grid;
  gap: .32rem;
}

.wp-domain-fields label span {
  color: #475569;
  font-size: .78rem;
  font-weight: 900;
}

.wp-domain-fields small {
  display: block;
  margin-top: .25rem;
  color: #64748b;
  font-size: .74rem;
  line-height: 1.7;
}

.wp-domain-fields input {
  width: 100%;
  border: 1px solid #dbeafe;
  border-radius: .9rem;
  padding: .78rem .9rem;
  background: #fff;
  outline: 0;
  font: inherit;
  direction: ltr;
  text-align: left;
}

.wp-domain-fields input:focus {
  border-color: #60a5fa;
  box-shadow: 0 0 0 4px rgba(96,165,250,.18);
}

.wp-subdomain-row,
.wp-domain-check-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .65rem;
  align-items: center;
}

.wp-subdomain-row b {
  color: #1d4ed8;
  direction: ltr;
}

.wp-domain-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.wp-domain-status {
  border-radius: .9rem;
  padding: .72rem .85rem;
  font-size: .84rem;
  line-height: 1.8;
  background: #eff6ff;
  color: #1d4ed8;
  font-weight: 850;
}

.wp-domain-status.is-ok {
  background: #ecfdf5;
  color: #047857;
}

.wp-domain-status.is-bad {
  background: #fff7ed;
  color: #c2410c;
}

.wp-domain-status.is-error {
  background: #fff1f2;
  color: #be123c;
}

.wp-domain-suggestions {
  display: grid;
  gap: .55rem;
}

.wp-domain-suggestions h4 {
  margin: .35rem 0 0;
  font-size: .9rem;
  font-weight: 950;
}

.wp-domain-suggestion {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: .55rem;
  align-items: center;
  border: 1px solid #dbeafe;
  border-radius: .9rem;
  padding: .65rem;
  background: #f8fbff;
}

.wp-domain-suggestion b {
  direction: ltr;
  text-align: left;
}

.wp-domain-suggestion span {
  color: #1d4ed8;
  font-weight: 950;
  white-space: nowrap;
}

.wp-domain-suggestion button {
  border: 0;
  border-radius: .75rem;
  padding: .5rem .7rem;
  color: #fff;
  background: #2563eb;
  font: inherit;
  font-size: .76rem;
  font-weight: 950;
  cursor: pointer;
}

.wp-invoice {
  position: sticky;
  top: 90px;
  align-self: start;
  border: 1px solid #bfdbfe;
  border-radius: 1.25rem;
  padding: 1rem;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: 0 22px 60px rgba(37,99,235,.12);
}

.wp-invoice > span {
  color: #1d4ed8;
  font-size: .78rem;
  font-weight: 950;
}

.wp-invoice h3 {
  margin: .45rem 0 .8rem;
  font-size: 1.1rem;
  font-weight: 950;
}

.wp-cycle-switch {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .45rem;
  margin-bottom: .9rem;
}

.wp-cycle-switch button {
  border: 1px solid #bfdbfe;
  border-radius: .8rem;
  padding: .52rem .72rem;
  color: #1d4ed8;
  background: #fff;
  font: inherit;
  font-size: .78rem;
  font-weight: 950;
  cursor: pointer;
}

.wp-cycle-switch button.is-active {
  color: #fff;
  background: #2563eb;
}

.wp-invoice-lines {
  display: grid;
  gap: .55rem;
  border-top: 1px solid #e2e8f0;
  padding-top: .8rem;
}

.wp-invoice-line {
  color: #475569;
  font-size: .84rem;
}

.wp-invoice-line b {
  color: #0f172a;
  font-weight: 950;
}

.wp-invoice-line b[dir="ltr"] {
  text-align: left;
}

.wp-total {
  margin-top: 1rem;
  border-top: 1px solid #dbeafe;
  padding-top: .9rem;
}

.wp-total span {
  color: #64748b;
  font-size: .85rem;
  font-weight: 900;
}

.wp-total strong {
  color: #1d4ed8;
  font-size: 1.35rem;
  font-weight: 950;
}

.wp-order-button {
  width: 100%;
  margin-top: .9rem;
  min-height: 50px;
}

.wp-order-button:disabled {
  opacity: .55;
  cursor: not-allowed;
  transform: none;
}

.wp-config-alert {
  border: 1px solid #fecaca;
  border-radius: .9rem;
  padding: .8rem;
  color: #991b1b;
  background: #fff7f7;
  margin-bottom: 1rem;
  font-size: .86rem;
  line-height: 1.8;
}

.wp-skeleton {
  height: 92px;
  border-radius: 1.1rem;
  background: linear-gradient(90deg, #f1f5f9, #e0f2fe, #f1f5f9);
  background-size: 220% 100%;
  animation: wp-loading 1.4s linear infinite;
}

.wp-feature-strip {
  padding: 1rem 0;
  background: #f8fbff;
}

.wp-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .8rem;
}

.wp-feature-grid article {
  border: 1px solid #dbeafe;
  border-radius: 1rem;
  padding: 1rem;
  background: #fff;
}

.wp-feature-grid b {
  display: block;
  color: #1d4ed8;
  font-size: 1.05rem;
  font-weight: 950;
}

.wp-feature-grid span {
  color: #64748b;
  font-size: .82rem;
  line-height: 1.8;
}

.wp-content-grid {
  align-items: start;
}

.wp-content-main {
  position: sticky;
  top: 90px;
}

.wp-content-main h2 {
  margin: .8rem 0;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.42;
  font-weight: 950;
}

.wp-content-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
}

.wp-content-cards article {
  min-height: 210px;
  border-radius: 1.15rem;
  padding: 1.05rem;
}

.wp-content-cards b {
  display: inline-flex;
  margin-bottom: .7rem;
  border-radius: .75rem;
  padding: .28rem .55rem;
  color: #1d4ed8;
  background: #eff6ff;
  font-size: .78rem;
  font-weight: 950;
}

.wp-content-cards h3 {
  margin: 0 0 .55rem;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 950;
}

.wp-content-cards p {
  margin: 0;
  color: #64748b;
  font-size: .85rem;
  line-height: 2;
}

@keyframes wp-flow {
  0%, 100% { opacity: .12; transform: translateX(0) rotate(8deg); }
  45%, 55% { opacity: .7; transform: translateX(-120px) rotate(8deg); }
}

@keyframes wp-loading {
  from { background-position: 0 0; }
  to { background-position: -220% 0; }
}

@media (max-width: 1100px) {
  .wp-domain-choice-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .wp-hero-grid,
  .wp-config-shell,
  .wp-content-grid,
  .wp-feature-grid {
    grid-template-columns: 1fr;
  }

  .wp-invoice,
  .wp-content-main {
    position: static;
  }

  .wp-content-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .wp-flow {
    display: none;
  }

  .wp-control-head {
    align-items: stretch;
  }

  .wp-control-selected {
    justify-items: start;
    min-width: 0;
  }

  .wp-cycle-switch,
  .wp-feature-grid,
  .wp-domain-choice-grid {
    grid-template-columns: 1fr;
  }

  .wp-subdomain-row,
  .wp-domain-check-row,
  .wp-domain-suggestion {
    grid-template-columns: 1fr;
  }
}

/* IRANNET_WP_MOBILE_STICKY_SUMMARY_START */
@media (max-width: 780px) {
  body {
    padding-bottom: 92px;
  }

  .wp-config-section {
    padding: 1.45rem 0 6.2rem;
  }

  .wp-content-section {
    padding: 2.1rem 0;
  }

  .wp-hero {
    padding: 2.1rem 0 1.7rem;
  }

  .wp-hero h1 {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
    line-height: 1.45;
  }

  .wp-hero p,
  .wp-section-head p,
  .wp-domain-lead,
  .wp-domain-guide {
    line-height: 1.85;
  }

  .wp-config-shell {
    gap: .75rem;
    padding: .72rem;
    border-radius: 1.05rem;
  }

  .wp-section-head {
    margin-bottom: .78rem;
  }

  .wp-section-head h2 {
    margin: .55rem 0 .35rem;
    font-size: 1.25rem;
    line-height: 1.55;
  }

  .wp-controls {
    gap: .62rem;
  }

  .wp-control {
    padding: .72rem;
    border-radius: .95rem;
  }

  .wp-control-head {
    gap: .55rem;
  }

  .wp-control-selected {
    padding: .42rem .58rem;
    border-radius: .78rem;
  }

  .wp-control-selected b {
    font-size: .96rem;
  }

  .wp-control input[type="range"] {
    margin: .72rem 0 .42rem;
  }

  .wp-control-options {
    font-size: .66rem;
    gap: .25rem;
  }

  .wp-domain-box {
    margin-top: .72rem;
    padding: .72rem;
    border-radius: 1rem;
  }

  .wp-domain-box h3 {
    font-size: 1.02rem;
    line-height: 1.7;
  }

  .wp-domain-choice-grid {
    gap: .5rem;
    margin: .75rem 0;
  }

  .wp-domain-choice {
    padding: .7rem;
    border-radius: .88rem;
  }

  .wp-domain-choice span {
    margin-top: .22rem;
  }

  .wp-domain-panel,
  .wp-selected-domain {
    padding: .75rem;
    border-radius: .88rem;
  }

  .wp-domain-fields {
    gap: .62rem;
  }

  .wp-domain-actions {
    gap: .45rem;
  }

  .wp-check-button,
  .wp-light-button {
    width: 100%;
    min-height: 44px;
    padding: .72rem .85rem;
    border-radius: .82rem;
  }

  .wp-domain-status {
    padding: .62rem .72rem;
    font-size: .79rem;
    line-height: 1.75;
  }

  .wp-invoice {
    display: none;
  }

  .wp-feature-strip {
    padding: .7rem 0;
  }

  .wp-feature-grid {
    gap: .55rem;
  }

  .wp-feature-grid article {
    padding: .75rem;
    border-radius: .85rem;
  }

  .wp-content-main {
    position: static;
  }

  .wp-content-main h2 {
    font-size: 1.3rem;
  }

  .wp-content-cards {
    gap: .65rem;
  }

  .wp-content-cards article {
    min-height: auto;
    padding: .85rem;
    border-radius: .9rem;
  }
}

.irannet-wp-mobile-summary,
.irannet-wp-mobile-backdrop,
.irannet-wp-mobile-sheet {
  display: none;
}

@media (max-width: 780px) {
  .irannet-wp-mobile-summary {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99980;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: .55rem;
    align-items: center;
    padding: .66rem .78rem calc(.66rem + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(191, 219, 254, .95);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 -16px 42px rgba(15, 23, 42, .14);
    backdrop-filter: blur(14px);
  }

  .irannet-wp-mobile-total {
    display: grid;
    gap: .12rem;
    min-width: 0;
  }

  .irannet-wp-mobile-total span {
    color: #64748b;
    font-size: .72rem;
    font-weight: 900;
  }

  .irannet-wp-mobile-total b {
    color: #1d4ed8;
    font-size: 1.03rem;
    font-weight: 950;
    white-space: nowrap;
  }

  .irannet-wp-mobile-summary button {
    border: 0;
    border-radius: .82rem;
    min-height: 44px;
    padding: .62rem .78rem;
    font: inherit;
    font-size: .78rem;
    font-weight: 950;
    cursor: pointer;
  }

  .irannet-wp-mobile-details-btn {
    color: #1d4ed8;
    background: #eff6ff;
  }

  .irannet-wp-mobile-order-btn {
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #0ea5e9);
    box-shadow: 0 12px 26px rgba(37, 99, 235, .22);
  }

  .irannet-wp-mobile-order-btn:disabled {
    opacity: .55;
    cursor: not-allowed;
    box-shadow: none;
  }

  .irannet-wp-mobile-backdrop {
    position: fixed;
    inset: 0;
    z-index: 99985;
    background: rgba(15, 23, 42, .34);
  }

  .irannet-wp-mobile-backdrop.is-open {
    display: block;
  }

  .irannet-wp-mobile-sheet {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99990;
    display: block;
    max-height: min(72vh, 520px);
    overflow: auto;
    padding: .95rem .95rem calc(1rem + env(safe-area-inset-bottom));
    border: 1px solid #bfdbfe;
    border-bottom: 0;
    border-radius: 1.25rem 1.25rem 0 0;
    background: #fff;
    box-shadow: 0 -24px 70px rgba(15, 23, 42, .22);
    transform: translateY(110%);
    transition: transform .22s ease;
  }

  .irannet-wp-mobile-sheet.is-open {
    transform: translateY(0);
  }

  .irannet-wp-mobile-sheet-head {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    align-items: center;
    margin-bottom: .8rem;
  }

  .irannet-wp-mobile-sheet-head b {
    color: #0f172a;
    font-size: 1rem;
    font-weight: 950;
  }

  .irannet-wp-mobile-close {
    border: 1px solid #dbeafe;
    border-radius: .72rem;
    padding: .4rem .65rem;
    color: #1d4ed8;
    background: #eff6ff;
    font: inherit;
    font-size: .78rem;
    font-weight: 950;
    cursor: pointer;
  }

  .irannet-wp-mobile-lines {
    display: grid;
    gap: .55rem;
  }

  .irannet-wp-mobile-lines .wp-invoice-line {
    padding: .55rem .62rem;
    border: 1px solid #e2e8f0;
    border-radius: .75rem;
    background: #f8fbff;
  }

  .irannet-wp-mobile-sheet-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .75rem;
    margin-top: .8rem;
    padding-top: .8rem;
    border-top: 1px solid #dbeafe;
  }

  .irannet-wp-mobile-sheet-total span {
    color: #64748b;
    font-size: .82rem;
    font-weight: 900;
  }

  .irannet-wp-mobile-sheet-total b {
    color: #1d4ed8;
    font-size: 1.22rem;
    font-weight: 950;
  }
}
/* IRANNET_WP_MOBILE_STICKY_SUMMARY_END */

