@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


.dev-hero {
  background: linear-gradient(135deg, #fff 0%, #f5f5f5 50%, #e8e8e8 100%);
  position: relative;
  overflow: hidden;
}

.dev-hero::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(135deg, #c4d82e 0%, #a8c520 100%);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 0;
}

.dev-hero::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.1) 10px,
    rgba(255, 255, 255, 0.1) 20px
  );
  z-index: 1;
}

.dev-hero-container {
  margin: 0 auto;
  padding: 60px 20px;
  min-height: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  background-image: url(https://www.graphic-realm.com/wp-content/uploads/2025/11/brochure-2.png);
      background-repeat: no-repeat;
    background-size: cover;
}

.dev-hero-content {
  max-width: 400px;
}

.dev-hero-content h2 {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.dev-hero-content h1 {
  font-size: 65px;
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
}

span.dev-brochure-text {
    background: #13315B;
    color: #DCDB4A;
    padding: 0px 10px;
    border-radius: 10px 10px 10px 0px;
}

span.dev-hub-text {
    font-weight: 500;
    color: #13315B;
  font-family: "Montserrat", sans-serif;

}


.dev-hero-content p {
  font-size: 28px;
  color: #555;
  margin-bottom: 20px;
  color: #13315B;
  max-width: 300px;
  font-weight: 700;
    line-height: normal;
}

.dev-main-link-section {
    display: flex;
    gap: 10px;
}

.dev-main-link-section img{
    height: 50px !important;
}

a.dev-main-link {
    color: #13315B;
    font-size: 20px;
    font-weight: 900;
      font-family: "Inter", sans-serif;
    align-self: anchor-center;
}

.dev-get-demo img{
  width: 100%;
}

.dev-device {
  position: absolute;
  background: #fff;
  border: 8px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.dev-device img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dev-device-1 {
  width: 280px;
  height: 180px;
  top: 0;
  left: 0;
  transform: rotateY(-15deg) rotateX(5deg);
  z-index: 3;
}

.dev-device-2 {
  width: 250px;
  height: 160px;
  top: 80px;
  left: 150px;
  transform: rotateY(10deg) rotateX(-5deg);
  z-index: 2;
}

.dev-device-3 {
  width: 200px;
  height: 130px;
  top: 140px;
  left: 50px;
  transform: rotateY(-5deg) rotateX(3deg);
  z-index: 1;
}

.dev-tagline {
  background: #f8f8f8;
  padding: 40px 20px;
  text-align: center;
}

.dev-tagline-container {
  margin: 0 auto;
}

.dev-tagline-container p{
    left: 8.38%;
    right: 11.12%;
    top: 13.3%;
    bottom: 84.46%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 30.5px;
    line-height: 41px;
    letter-spacing: -0.019043em;
    color: #13315B;
    text-align: start;
}

.dev-features {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}


.dev-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.dev-feature-image {

}

.dev-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.dev-feature-content {
  padding: 20px 0 0 0;
  text-align: center;
      position: relative;
}

.dev-feature-content h3, .dev-feature-content p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 28.7px;
    line-height: 35px;
    letter-spacing: -0.0273438em;
    color: #13315B;
    margin-bottom: 0;
}

.dev-feature-content img{
  position: absolute;
    top: -14px;
    height: 50px !important;
    right: -21px;
}
.dev-cta-section {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.dev-cta-card {
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  color: #fff;
  cursor: pointer;
  transition: transform 0.3s;
}



.dev-cta-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.dev-cta-card:nth-child(1)::before {
  background: linear-gradient(180deg, #2c5aa0 0%, #1e4580 100%);
}

.dev-cta-card:nth-child(2)::before {
  background: linear-gradient(180deg, #c4d82e 0%, #a8c520 100%);
}

.dev-cta-card:nth-child(3)::before {
  background: linear-gradient(180deg, #f39c12 0%, #e67e22 100%);
}

.dev-cta-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.05) 10px,
    rgba(255, 255, 255, 0.05) 20px
  );
  z-index: 1;
}

.dev-cta-content {
  position: relative;
  z-index: 2;
}

.dev-cta-card h3 {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 700;
}

.dev-cta-card:nth-child(2) h3 {
  color: #2c3e50;
}

.dev-cta-card p {
  font-size: 14px;
  opacity: 0.9;
}

.dev-cta-card:nth-child(2) p {
  color: #2c3e50;
}



/* second part  */




.dev-main-content {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

.dev-project-builder {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 50px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.dev-section-title {
  font-size: 32px;
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 700;
}

.dev-section-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.8;
}

.dev-form-section {
  margin-bottom: 40px;
}

.dev-form-section h3 {
  font-size: 20px;
  color: #2c5aa0;
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 2px solid #c4d82e;
}

.dev-form-group {
  margin-bottom: 25px;
}

.dev-form-group label {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
  font-weight: 600;
}

.dev-form-group .dev-label-description {
  font-size: 12px;
  color: #777;
  font-weight: 400;
  display: block;
  margin-top: 3px;
}

.dev-form-group input[type="text"],
.dev-form-group input[type="email"],
.dev-form-group input[type="tel"],
.dev-form-group textarea,
.dev-form-group select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  transition: border-color 0.3s;
}

.dev-form-group input:focus,
.dev-form-group textarea:focus,
.dev-form-group select:focus {
  outline: none;
  border-color: #2c5aa0;
}

.dev-form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.dev-options-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.dev-option-card {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}

.dev-option-card:hover {
  border-color: #c4d82e;
  background: #fafafa;
}

.dev-option-card input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.dev-option-card input[type="radio"]:checked + .dev-option-content {
  border-left: 4px solid #2c5aa0;
  padding-left: 16px;
}

.dev-option-card input[type="radio"]:checked ~ .dev-checkmark {
  display: block;
}

.dev-option-content {
  transition: all 0.3s;
}

.dev-option-content h4 {
  font-size: 18px;
  color: #2c3e50;
  margin-bottom: 5px;
}

.dev-option-content p {
  font-size: 13px;
  color: #777;
  margin-bottom: 10px;
}

.dev-option-price {
  font-size: 24px;
  color: #2c5aa0;
  font-weight: 700;
}

.dev-option-price span {
  font-size: 14px;
  color: #999;
  font-weight: 400;
}

.dev-checkmark {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  background: #2c5aa0;
  border-radius: 50%;
  display: none;
}

.dev-checkmark::after {
  content: '✓';
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dev-quantity-selector {
  display: flex;
  align-items: center;
  gap: 15px;
}

.dev-quantity-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 4px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s;
}

.dev-quantity-btn:hover {
  background: #2c5aa0;
  color: #fff;
  border-color: #2c5aa0;
}

.dev-quantity-input {
  width: 80px;
  text-align: center;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
}

.dev-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.dev-checkbox-item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.dev-checkbox-item input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.dev-checkbox-item label {
  cursor: pointer;
  margin: 0;
  font-weight: 400;
}

.dev-price-summary {
  background: linear-gradient(135deg, #2c5aa0 0%, #1e4580 100%);
  color: #fff;
  padding: 30px;
  border-radius: 8px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.dev-price-summary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.05) 10px,
    rgba(255, 255, 255, 0.05) 20px
  );
}

.dev-price-summary-content {
  position: relative;
  z-index: 1;
}

.dev-price-summary h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.dev-price-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.dev-price-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dev-price-row.dev-total {
  font-size: 28px;
  font-weight: 700;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid rgba(255,255,255,0.3);
}

.dev-submit-btn {
  width: 100%;
  padding: 18px;
  background: linear-gradient(135deg, #c4d82e 0%, #a8c520 100%);
  color: #2c3e50;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dev-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(196, 216, 46, 0.3);
}



/* ====== Responsive ====== */

/* Tablets */
@media (max-width: 992px) {

  .dev-hero-container {
    text-align: center;
    padding: 40px 20px;
  }

  .dev-hero-content {
    max-width: 100%;
    margin-bottom: 30px;
  }


  .dev-device-1,
  .dev-device-2,
  .dev-device-3 {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-bottom: 20px;
  }

  .dev-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .dev-cta-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .dev-options-grid {
    grid-template-columns: 1fr;
  }

}

/* Mobile */
@media (max-width: 768px) {

  .dev-header-container {
    flex-direction: column !important;
    gap: 10px;
    text-align: center;
    background-position-x: 18%;
  }
  .dev-tagline-container p{
        font-size: 16.5px !important;
    line-height: 26px !important;
    text-align: center !important;
  }
  .dev-hero-content p{
        font-size: 18px !important;

  }
  .dev-card-header {
    font-size: 18px !important;
  }
  .dev-hero-content h1{
        font-size: 43px !important;
  }
  .dev-section-desc{
    font-size: 16px !important;
  }
  .dev-cta-banner{
      font-size: 16px !important;
      text-align: center !important;
  }
  .dev-cta-banner img{
    height: 41px !important;
    position: absolute !important;
    top: 31px !important;
    left: 0px !important;
  }
  .dev-card-actions{
    justify-content: center !important;
  }
  .dev-design-grid{
    gap: 10px !important;
  }
  section.dev-main-form p{
    text-align: center !important;
  }
  .dev-main-link-section{
    justify-content: center !important;
  }

  .dev-section-title{
        text-align: center !important;
  }
  .dev-section{
    text-align: center !important;
  }


  .dev-hero-content h2 {
    font-size: 12px !important;
  }

  .dev-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .dev-cta-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .dev-main-content {
    padding: 0 15px;
  }

  .dev-project-builder {
    padding: 30px 20px;
  }

  .dev-section-title {
    font-size: 28px;
  }

  .dev-section-subtitle {
    font-size: 14px;
  }

  .dev-form-section h3 {
    font-size: 18px;
  }

  .dev-option-price {
    font-size: 20px;
  }

  .dev-quantity-input {
    width: 60px;
  }

  .dev-submit-btn {
    font-size: 16px;
    padding: 14px;
  }

}

/* Small Mobile */
@media (max-width: 480px) {

  .dev-header-container {
    padding: 10px 15px;
  }

  .dev-hero-content h2 {
  font-size: 19px;
  }

  .dev-feature-content h3 {
  font-size: 19px;
  }

  .dev-feature-content p {
    font-size: 12px;
  }

  .dev-cta-card h3 {
    font-size: 18px;
  }

  .dev-cta-card p {
    font-size: 12px;
  }

  .dev-section-title {
    font-size: 24px;
  }

  .dev-section-subtitle {
    font-size: 13px;
  }

  .dev-form-section h3 {
    font-size: 16px;
  }

  .dev-option-price {
    font-size: 18px;
  }

}

















/* Brochure Hub Landing Page Styles */

/* Reset buttons */

section.dev-main-form {
        max-width: 1200px;
    margin: auto;
}
.dev-main-container button {
    border: none;
    cursor: pointer;
}

section.dev-main-form br{
display: none;} 

/* Typography */
.dev-main-container .h1, .dev-main-container h2,.dev-main-container h3 {
    margin: 0;
    line-height: 1.2;
}

.dev-card-actions p {
    margin-bottom: 0px;
}

.dev-section-title {
    font-size: 32px;
    color: #162c52;
    margin-bottom: 10px;
    font-weight: 600;
}

.dev-section-label {
    font-size: 20px;
    color: #162c52;
    margin-bottom: 5px;
    font-weight: 500;
}

.dev-section-desc {
    font-size: 20px;
    color: #162c52;
    margin-bottom: 20px !important;
}


.dev-print-form br{
  display: none;
}

section.dev-main-form p {margin-bottom: 0px;}

/* Sections */
.dev-section {
    padding: 20px 0;
}

.dev-divider {
    border: 0;
    border-top: 2px solid #162c52;
    margin: 30px 0;
}

.dev-cta-banner img {
    height: 50px !important;
    position: absolute;
    top: 12px;
        left: 10px;
}
/* Buttons General */
.dev-btn-add {
    background-color: #162c52;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    min-width: 60px;
    text-align: center;
    transition: background-color 0.2s;
}

.dev-btn-add:hover {
    background-color: #2a4b82;
}

.dev-price-display {
    border: 1px solid #aaa;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: bold;
    background: #fff;
    min-width: 70px;
    text-align: center;
    margin-right: 10px;
    color: #162c52;
    display: inline-block;
}
.dev-price-display.sm {
    min-width: 50px;
    padding: 6px 8px;
}

/* --- GO DIGITAL --- */
.dev-digital-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.dev-digital-col {
    flex: 1;
    min-width: 300px;
}

/* Vertical divider between digital cols on large screens */
.dev-vertical-divider {
    width: 1px;
    background-color: #ccc;
    margin: 0 10px;
}
@media (max-width: 768px) {
    .dev-vertical-divider { display: none; }
}

.dev-card-header {
    padding: 15px;
    border-radius: 4px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    line-height: 1.3;
        font-weight: normal;
}

.dev-card-header.dark-blue {
    background-color: #162c52;
}

.dev-plans-grid p{display: none;}

.dev-card-header.lime-green {
    background-color: #dcdc56; /* Image match */
    color: #162c52;
}

.dev-card-actions {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.dev-small-text {
    font-size: 20px;
    color: #444;
    line-height: 1.4;
    margin-top: 5px;
}

.dev-links-calculator {
    margin-top: 20px;
}

.dev-counter-control {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dev-qty-btn {
    background: #fff;
    border: 1px solid #ccc;
    width: 32px;
    height: 36px;
    font-size: 18px;
    color: #333;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dev-qty-input {
    width: 50px;
    height: 36px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-weight: bold;
    color: #162c52;
}

/* --- GO LIVE --- */
.dev-plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.dev-plan-col {
    display: flex;
    flex-direction: column;
}

.dev-plan-label {
    font-size: 13px;
    color: #555;
    margin-bottom: 5px;
    min-height: 20px;
}

.dev-plan-header {
    padding: 12px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
}
.dev-plan-header.dark-blue { background-color: #162c52; }
.dev-plan-header.lime-green { background-color: #dcdc56; color: #162c52; }
.dev-plan-header.orange { background-color: #f79727; color: #162c52; }

.dev-plan-action {
    display: flex;
    gap: 5px;
}
.dev-price-box {
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 13px;
    flex-grow: 1;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.dev-note {
    margin-top: 25px;
    font-size: 14px;
    color: #162c52;
}

/* --- GO DESIGN --- */
.dev-cta-banner {
    background-color: #162c52;
    color: white;
    padding: 5px 15px;
    text-align: left;
    font-weight: bold;
    border-radius: 0; 
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    font-size: 24px;
    position: relative;
    display: flex;
    justify-content: center;
}
.dev-cta-banner .icon { font-size: 28px; line-height: 1; color: #f79727; }

.dev-link-blue {
    color: #162c52;
    text-decoration: underline;
    font-size: 14px;
    display: inline-block;
    margin-top: 20px;
    font-size: 34px;
}

.dev-design-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 10px;
    border-top: 1px solid #162c52;
    padding-top: 20px;
}
.dev-design-col {
    flex: 1;
    min-width: 300px;
}
.dev-design-col label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
}
.dev-tiny-note {
    font-size: 12px;
    color: #888;
    margin-top: 5px;
}

/* --- GO PRINT --- */
.dev-print-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 40px;
    margin-bottom: 20px;
}
@media (max-width: 600px) {
    .dev-print-form { grid-template-columns: 1fr; }
}

.dev-form-group {
    display: flex;
    flex-direction: column;
}
.dev-form-group label {
    font-size: 12px;
    margin-bottom: 4px;
    color: #333;
}
.dev-select {
    padding: 8px;
    border: 1px solid #999;
    border-radius: 0; /* Matches typical browser select default often seen in enterprise apps */
    width: 100%;
    color: #333;
}
.dev-print-action {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

/* --- SUMMARY --- */
.dev-summary-panel {
    background-color: #dcdc56; /* Yellow background */
    padding: 25px;
    border-radius: 8px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}
/* Diagonal stripes pattern overlay */
.dev-summary-panel::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: linear-gradient(
        -45deg, 
        rgba(255, 255, 255, 0.15) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgba(255, 255, 255, 0.15) 50%, 
        rgba(255, 255, 255, 0.15) 75%, 
        transparent 75%, 
        transparent
    );
    background-size: 20px 20px;
    pointer-events: none;
}

.dev-summary-title {
    color: #162c52;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #162c52;
    position: relative;
    z-index: 1;
}

.dev-summary-list {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.dev-cart-item {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(22, 44, 82, 0.1);
    font-size: 14px;
    color: #162c52;
}
.dev-cart-item-name {
    font-weight: 500;
}
.dev-cart-item-remove {
    color: #c00;
    cursor: pointer;
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
}
.dev-cart-item-remove:hover { color: #f00; }

.dev-totals-area {
    position: relative;
    z-index: 1;
}

.dev-total-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 4px 0;
    color: #162c52;
}
.dev-total-row.main-total {
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #162c52;
}

.dev-summary-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 25px;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.dev-vat-note {
    font-size: 10px;
    line-height: 1.3;
    margin-bottom: 0;
    max-width: 65%;
    color: #000;
}

.dev-finish-btn {
    background-color: #f79727;
    color: #162c52;
    font-weight: bold;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 4px;
    white-space: nowrap;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.dev-finish-btn:hover {
    background-color: #ffaa45;
}

@media (max-width: 600px) {
    .dev-summary-footer { flex-direction: column; align-items: stretch; }
    .dev-vat-note { max-width: 100%; margin-bottom: 15px; }
}